Search Tips/Tutorials Special Offer Add a Host Free Domain Name Advertise Contact Us

Archive for the ‘Server Administration’ Category

How to install firewall, Zend Optimizer, optimize & secure your server in one shot

ELS stands for Easy Linux Security. ELS was created by the Server Monkeys Founder, Richard Gannon. ELS takes many of the tasks performed by our Administrators and puts it into an easy to use program for anyone to use. It is released under the GNU/GPL so it is free to use.

More »

VN:F [1.9.3_1094]
Rating: 0.0/10 (0 votes cast)

, , , , , , , , ,

How to backup your server using rsync

There’s a new kid on the backup software block: rsync. rsync was originally designed to replace rcp, the venerable old Unix remote copy program. Because of its sophisticated means of synchronizing and transferring file trees, rsync is widely used for mirroring Web sites. rsync transfers only the changes in files, using the devilishly clever rsync algorithm. It calculates diffs without needing both files to be present. This little bit of magic is described in the documentation accompanying the program (for those interested in such). rsync then does on-the-fly compression, making network file transfers very fast and efficient.

More »

VN:F [1.9.3_1094]
Rating: 0.0/10 (0 votes cast)

,

How to catch nobody spammer

This is a patch to add an informational header to messages sent from PHP via the mail() function. This can help to track which script on a server was used to send a message, and which client caused it to be sent. More »

VN:F [1.9.3_1094]
Rating: 0.0/10 (0 votes cast)

, , , ,