Blat is a handy command line utility that sends email with attachment using SMTP. It can also be used to post to usenet using NNTP. It is not an SMTP server, you will need an SMTP server for Blat to…
Tag: SOFTWARE
Formula for calculating the swap partition size during the installation of Red Hat Enterprise Linux
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…
Robocopy a great replacement for copy and xcopy.
Robocopy a saviour tool for the Server Administrators. This is a great replacement for the old DOS copy and xcopy command which have many limitations. That’s not to say that these commands should be retired, I still used them regularly.…
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…
How to include a HTML file in a PHP-Nuke module.
From what we have said about the structure of a PHP-Nuke module (see Section 21.1), it is easy to include a HTML file in a module – all we have to do is use the PHP include command, to include…
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…