Jul 25, 2008

Linux Tips - Write youre tips for easy linux use

Free Web Hosting, No Ads > CONTRIBUTE > Computers

free web hosting

Linux Tips - Write youre tips for easy linux use

myrmidon
Post in this topic youre linux knowledge, things that makes linux live easier .

SWAP files
are imporant, so if You installed a new Linux system, but forgot to set enough swap space for your needs, the swap utilities on Linux allow you to make a real file and use it as swap
space.

QUOTE
The trick is to make a file and then tell the swapon program to use it. Here's how to create, for example, a 64
megs swap file on your root partition (of course make sure you have at least 64 megs free):
dd if=/dev/zero of=/swapfile bs=1024 count=65536
This will make a 64 megs (about 67 millions bytes) file on your hard drive. You now need to initialize it:
mkswap /swapfile 65536
sync
And you can then add it to your swap pool:
swapon /swapfile
With that you have 64 megs of swap added. Don't forget to add the swapon command to your startup files so
the command will be repeated at each reboot.


Notice from serverph:
after two consecutive warnings on COPIED CONTENT, member does not seem to learn. wink.gif
quotes added. copied from PDF file viewed via HTML here:
http://66.102.7.104/search?q=cache:jATEANu...lient=firefox-a

 

 

 


Reply

myrmidon
How to find some files on linux, there is some command that are handy for this :
QUOTE
which
command. which is usually used to locate a program quickly.
It just searches your PATH and returns the first instance it finds and the directory path
to it. Take this example:
% which bash
/bin/bash
From that you see that bash is in the ��+ directory. This is a very limited command
for searching, since it only searches your PATH.
whereis
A whereis search for bash should return this:
% whereis bash
bash: /bin/bash /usr/bin/bash /usr/man/man1/bash.1.gz
This command not only told us where the actual program is located, but also where
the online documentation is stored.
find
The find(1) command allows the user to search the filesystem with a rich collection
of search predicates. Users may specify a search with filename wildcards, ranges of
modification or creation times, or other advanced properties. For example, to search
for the default = file on the system, the following command could be used.
% find / -name xinitrc
/var/X11R6/lib/xinit/xinitrc
find will take a while to run, since it has to traverse the entire root directory tree.
And if this command is run as a normal user, there will be permission denied error
messages for directories that only root can see. But find found our file, so that’s
good. It pretty slow.
slocate
The slocate(1) command searches the entire filesystem, just like the find command
can do, but it searches a database instead of the actual filesystem. The database is set
to automatically update every morning, so you have a somewhat fresh listing of files
on your system. You can manually run updatedb(1) to update the slocate database
(before running updatedb by hand, you must first su to the root user).
example of slocate in action:
% slocate xinitrc # we don’t have to go to the root
/var/X11R6/lib/xinit/xinitrc
/var/X11R6/lib/xinit/xinitrc.fvwm2
/var/X11R6/lib/xinit/xinitrc.openwin
/var/X11R6/lib/xinit/xinitrc.twm
With these commands,
you should be able to find whatever you’re looking for on your Linux system.


Notice from serverph:
another COPIED CONTENT, from http://www.slackbook.org/html/system-configuration.html
quotes added, WARNING SERVED, and POSTING ABILITY DISABLED FOR ONE WEEK for member to have time to REVIEW TRAP17 FORUM RULES & TOS.

 

 

 


Reply

serverph
topic closed. as you can see, this is an attempt by member MYRMIDON to collect hosting credits by spamming the forums -- for which he was warned and suspended for 7 days.

in case anybody would like to continue this topic, simply post a new one, but make sure not to follow MYRMIDON's example, since we will catch on to you, and your hosting privileges with trap17 will ultimately suffer.

Reply



Got an Opinion! Express your Views! (no registration):-
Add your Reply/ Opinion/ Views/ Comments/ Suggestion/ Questions/ Queries etc.
Posts with decent grammar & English will be accepted and please refrain from profanities.
For asking a Question, We recommend you to sign-up (for free) so that you can track the topic easily.

Nature of your Post*: Opinion/ Reply/ Comments
Question/Query
Feedback to us.
       
Name   Email
Title/Question*

(Maximum characters: 10,000)
You have characters left.
Confirm Code:

Similar Topics

Keywords : linux, tips, write, youre, tips, easy, linux

  1. More Useful Laptop Tips And Tricks
    (4)
  2. Useful Laptop Tips (traveling & Mobile Security)
    (4)
    Here are some tips on how to pack your laptop safely and not having to worry about it getting damage
    while flying in a airplane if you do not have it as a carry-on and don't want it to get crushed
    under hundreds of other bags. There is a part 2 to this article I will have to wait till it comes
    out to add it to this topic. QUOTE My friend Mary has been known to do some crazy things. Last
    summer, she won a hat contest by affixing pieces of fried chicken to a straw bonnet and
    accessorizing it with biscuit earrings. But before boarding a recent flight, Mary did s....
  3. I Am So Gonna Switch To Linux
    Thanks to this article (15)
    http://linux.oneandoneis2.org/LNW.htm It tells the whole truth...I've affirmed it...It's
    not dirty lies. TRUTH I SAY! Anyways, yeah, it tells nice facts that induce me to change to
    Linux...I am not THAT computer-savvy yet to know all that partition and stuff...I don't know
    exactly what a distro and KDE is, so...I am just reading this trying to look for something at
    WikiHow to know how to do this. /tongue.gif" style="vertical-align:middle" emoid=":P" border="0"
    alt="tongue.gif" />....
  4. Cf’s Tips To Powerpoint Making.
    (4)
    Begin half-rant After viewing several presentations trying to teach a point, there are some things
    that must be said to improve the quality of presentations. 1. Do not put clipart on every slide. A
    few pictures here and there that help explain a point are good, but when every slide has at least
    one picture on it, one begins to wonder how some pictures even relate to what is discussed in the
    slide. 2. Do not use slide transitions. If you do, do not set it on random or have an obnoxious
    transition. Really, no one cares about how the slides change, we are more interest....
  5. Computer Buying Tips
    before you get computer, (18)
    #1 What should I buy? Branded or non branded computer. Branded computers are known as quality
    products. They are manufactured under certain standards and quality control methods. But the
    disadvantage is the high price. In the other hand non branded PCs are low in price but cannot
    guarantee the quality. Whether if you buy branded or non branded following details will be help you
    to make a decision easily. #2 Warranty I consider this as the most important of all computer
    buying tips. Every new computer should carry minimum 1 year warranty for parts and labor. Please ....
  6. Ditch Windows For Linux?
    (9)
    Hey. In the vent forum I have been spending some time sharing problems with my windows pc. I have
    windows ME, and it used to run great, but it getting worse and worse and worse. I can switch to
    Windows 2000 which I have a copy of (never tried it) or re-format and stick with ME (in which case
    I'm fairly confident it will slowly over a period of 1-2 years again become unusable. But Linux
    I've heard is free and lightweight. Also, consider me not entirely interested in a Mac. They
    can be more stable than Windows (though I think XP is fairly equal to a mac in stabili....
  7. Tips On Defeating Spyware
    A Very Concise Guide (12)
    the only thing i think you need to do is just keep update the microsoft updates on microsoft.com n
    ull b fine cuz my comp has been goin through the spyware till i updated all the security stuff from
    there n i had no problems after that....
  8. Accelerate Mac's Safari Browser
    Tips to increase browser speed (1)
    I know there have been multiple topics on how to accelerate various web browsers (mainly Mozilla
    Firefox) and I was wondering if there were any alterations that could be made to the Mac's
    Safari browser that would accelerate web browsing. Thanks for your help.....
  9. Which Linux?
    (33)
    I was just wondering, cause since windows had been giving me major pi*soff problems, I'm
    thinking of switching to linux. I heard that FreeBSD is good for beginners, SuSE too, and so is
    Fedora Core. So which one would be the best recommendation for a total linux illiterated user like
    myself? /tongue.gif' border='0' style='vertical-align:middle' alt='tongue.gif' /> ....
  10. Has Anyone Use Linux?
    (18)
    I am looking for friends who using linux. It's so hard system so can anyone good contact with
    me?....
  11. What Is The Best Os(operating System)?
    Is it, Unix,Microsoft,Apple,Linux, etc.? (33)
    Before you decide, you may want to check out this research I did on some of them........
    ................... ~------Unix------~ QUOTE The uniqueness of UNIX The features that made
    UNIX a hit from the start are:     * Multitasking capability     * Multiuser capability     *
    Portability     * UNIX programs     * Library of application software Multitasking Many computers
    do just one thing at a time, as anyone who uses a PC or laptop can attest. Try logging onto your
    company's network while opening your browser while opening a word processing program. Chance....
  12. Linux Stability
    My way of crashing the linux :) (3)
    I written so many posts on linux,you may wonder why i m so much behind that operating system.This
    time,My plan was to challenge the stability of linux.I asked about linux session crashing concept
    over many support forums.and i got very few satisfactoriliy answers. I tried Mepis distribution to
    crash the linux Operating system.mepis distro comes up with KDE as default window manager.For
    Gnome,ICEWM you have to download the packages from the internet.My plan was to download the Gnome
    packages from CDROM in order to install.I know how to install gnome from source using bin....
  13. Looking For Software Packages In Linux Check This
    (2)
    I have seen so many newbies confused with the linux that where they can search for the linux
    equivalent of program?.How to find the free application that can run on OS X. Most of the windows
    famous application have alternatives.Though it is pretty obvious that Linux project is not enough
    mature .so you can't expect that these applications are muchproductive.There is alternative to
    Adobe Photoshop called as GIMP (Gnu image manipulation program).but trust me it is not as good as
    Photoshop.Also there is no alternative for Macromedia's Flash.You know that this progra....
  14. Linux Top Packages/sources/websites
    (1)
    Here i want to discuss some of the free softwares/services,that may linux or BSD users forgotten,Or
    anyone who is interestd in Linux. QUOTE OpenOffice.org: This is a free replacement for
    Microsoft Office under development by programmers throughout the world. Copied from
    http://mail.cfsg.org/resources/press/fsedu.html Please take note that You can make Free PDF with
    this software,no other winows software allow you to do that.This package is growing and being more
    strong day by day.Now every distro offers Openoffice.org package in it. KStars:-Kstars is ultimate ....
  15. Last Minute Site Work
    -any more tips? (3)
    I'm just now going to start "officaly" building my site. I now have the layout, so i'm going
    to start building the links. my site is: http://www.niclbee.trap17.com/defualt.html I'd
    aprreciate things that I could fix, before it's to late.....
  16. Windows \ Linux / Macintosh
    Which One do you use most and Why (25)
    I use Linux mostly because it is my server forr irc, and I have to interact with it cionstantly so
    that I can use diffrent applications on it to help support my website (which by the way is .04mb to
    big to install lol) I use Windows also because many applications are made for WIndows and it has an
    okay gui. Macs are just used because they have supieror graphics. But they are also used because
    most people think that no one has a mac so they are virus free. (Tangent Alert) I got a Dell, 80
    gigs, XP Home, and I tried to run defrag, but it said I had to run chkdsk it said th....
  17. Linux Firewall Issue
    can't figure this out... (3)
    Ok, I'm running a custom built server app for something that i'm making. But thatz beside
    the point. Its in Java, and my code works. I put it on my Red Hat 9 system, and install JRE 1.5. I
    try to run it, and it works fine. Then, I go to my router, and configure my port forwording, exactly
    how I used to when I had windows XP on the system. When the computer was running windows XP in the
    exact same configuration, users on the internet could access it fine. Now that itz under red hat, it
    will not. It works fine from inside my LAN, just not from the outside. I'm ....
  18. Windows Or Linux User?
    (0)
    Choose the one that you use the most plz.....
  19. Linux Vs Windows
    (6)
    Well i am currently running WinXP on my system, but i want to use linux at some point, but i have
    tried using linux in another computer, and i couldent get printer nor mouse to work just the keybord
    and it was a pain, i obiously dont know how to use it, but if someone could help me out, on how to
    learn about it. thanx /dry.gif' border='0' style='vertical-align:middle' alt='dry.gif' /> ....

    1. Looking for linux, tips, write, youre, tips, easy, linux

Searching Video's for linux, tips, write, youre, tips, easy, linux
advertisement



Linux Tips - Write youre tips for easy linux use



 

 

 

 

ADD REPLY / Got an Opinion! Remove these ADs! RAPID SEARCH! Free Web Hosting [X]
Express your Opinions, Thoughts or Contribute more info. to help others.
Ask your Doubts & Queries to get answers, So that "Together We can help others!"
Register FREE for AD-FREE forum, Create your own topics, Ask Questions, track topics, setup subscriptions & notifications and Get a Free Website w/ Email and FTP.
500MB Space *No Ads*, CPanel, FTP, PHP, MySQL, EMails - 100% FREE