Mailing List ArchiveSupport open source code!
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]Re: Partition size
- To: tlug@example.com
- Subject: Re: Partition size
- From: Josh Glover <jmglov@example.com>
- Date: Tue, 05 Jun 2001 10:45:36 -0400 (EDT)
- Content-Transfer-Encoding: 8bit
- Content-Type: text/plain; charset=ISO-8859-1
- In-Reply-To: <000701c0edc8$ad38d940$fb44703d@example.com>
- References: <000701c0edc8$ad38d940$fb44703d@example.com>
- Reply-To: tlug@example.com
- Resent-From: tlug@example.com
- Resent-Message-ID: <HeXv4C.A.BEE.K3PH7@example.com>
- Resent-Sender: tlug-request@example.com
- User-Agent: IMP/PHP IMAP webmail program 2.2.4
Quoting Liton <leyton@example.com>: > What is the best size for a swap partition? In the manual > book that I have says 64 MB. Does it always have to be 64 > MB? Here's your freebie: A good rule of thumb to use when calculating the size of your swap partition is to take the amount of physical memory you have (RAM), and multiply by two. Use the following equation: s = 2r where s == the size, in whatever unit you prefer, and r == the amount of physical memory you have. Now, the more pressing issue. Are you familiar with the RTFM program? It is a great tool for learning how to use Linux. Here is all you have to do: ln -s /usr/bin/man /usr/bin/rtfm Now, anytime you have a question about a program, say "echo", for example, type: rtfm echo into the nearest text (or X, RTFM works under X now!) console. Another really good tool is grep. Use it like so. When you have a really general question that you want to post to this list, and you just don't feel like using RTFM, try: cat [keywords in your question] | grep "question that is not in the RTFM database" For a little enlightenment (actually, AfterStep is a better window mangler, in my opinion), $ yes means: ($ is the old-school prompt), and yes is a program that, according to RTFM, does the following: NAME yes - output a string repeatedly until killed SYNOPSIS yes [OPTION]... [STRING]... It turns out, after some further reading, that the only two options that yes takes both disable it: --help and -- version, which print something and exit. You see, yes just prints strings. So, the following: :; yes RTFM is a powerful and user-friendly utility just prints: RTFM is a powerful and user-friendly utility RTFM is a powerful and user-friendly utility RTFM is a powerful and user-friendly utility RTFM is a powerful and user-friendly utility RTFM is a powerful and user-friendly utility RTFM is a powerful and user-friendly utility RTFM is a powerful and user-friendly utility RTFM is a powerful and user-friendly utility and so on, until you hit Ctrl-C or kill yes from another terminal, or Ctrl-Z it, or reboot your system... Happy computing! --------------------------------------------------- "No segfault, no problem." Josh Glover jmglov@example.com ---------------------------------------------------
- Follow-Ups:
- Re: Partition size
- From: "SN_Diamond" <Norman.Diamond@example.com>
- Re: Partition size
- From: "Liton" <leyton@example.com>
- References:
- Partition size
- From: "Liton" <leyton@example.com>
Home | Main Index | Thread Index
- Prev by Date: ftp using Netscape 4.7
- Next by Date: Re: Partition size
- Prev by thread: Re: Partition size
- Next by thread: Re: Partition size
- Index(es):
Home Page Mailing List Linux and Japan TLUG Members Links