When performing the installation of Red Hat Enterprise Linux or Fedora, you can accept the default size of the swap partition or enter the optimal size manually. Here is the formula to calculate the swap partition size.
If total memory (RAM) < 2 GB
swap size = total memory x 2
Else...
Read more »
Posts Tagged ‘ Software ’
Add new tag
Aix
ASA
Backup
Blog
Cisco
Comic
Dell
Dell Remote Access Card - DRAC
DMOZ
DNS Server
Domain Name
DPM
DPM 2007
Email
Fiber Channel
Firewall
Game Cheats
Good vs Wiivil
Google Streets View
GPS
Graco Stroller
Jokes
Linux
Microsoft Exchange
Microsoft Windows Server
Outlook
PHP-Nuke
PIX
Robocopy
Router
Security
SEO
Server
Software
SOFTWARE
Solaris
Spam
Static Route
TCP Ports
Unix
VMware ESX
Windows XP
WordPress
ZFS
Formula for calculating the swap partition size during the installation of Red Hat Enterprise Linux
How to find file that contains a specific word in Linux and Unix.
The find and grep command is very handy when searching for files that contains a specific word. Both the find and grep commands are universal in Linux and Unix and the syntax is very similar.
Below is an example.
find /home/andrew -type f -exec grep -H ‘networks’ {} \;
This will display all files in the...
Read more »
Sendmail-largeboxes.conf displays warning for large mailboxes
The sendmail-largeboxes.cof file is used to display warnings for large mailboxes. The default configuration is hard coded to consider 40MB+ as large. Users will receive email warnings that they have exceeded the 40MB mailbox size. You can change the default 40MB to a different value. On my Fedora Core 4 installation the file is...
Read more »