One of the utmost concerns among those of us running web applications on the web that are always available should be security. Whether or not you have personal data in your blog is immaterial. A compromised site can be used as a jumping off point for many other types of malicious behavior. Very...
More then a year ago, cPanel added a future to the Exim Configuration Editor for everyone to easily select from two RBLs (spamhaus.org and spamcop.net) that can be used to filter most of the SPAM that a server receives. While this has been great for most of us (enabling a RBL is a simple as...
1. Open exim.conf
pico /etc/exim.conf
2) Find this;
Ctrl + W: hostlist auth_relay_hosts = *
#########################
Runtime configuration file for Exim #
#########################
3) After hostlist auth_relay_hosts = *
add the following
log_selector = +address_rewrite...
1) Login to shell via root.
2) Download BFD
wget
http://www.rfxnetworks.com/downloads/bfd-current.tar.gz
3) Unpackage the download
tar -xvzf bfd-current.tar.gz
4) Move to BFD folder
cd bfd-version-goes-here
5) Install BFD
./install.sh
6) Configure BFD
nano -w...
(By default I have this set only to the root user and no shared accounts. but it’s up to you what you do...)
Top create a login message login via root with your favourite SSH client (PuTTY!!)
and type this
pico /etc/motd
Now type your message here to warn users about your AUP etc..
Now type...
Security of your web server is one of the more important issue now a days....Risk of your server security increaseswith the increase in popularity of your websites and your service.. Here is an article to teach you that how you can protect your server from rootkits..
root kit hunter is one of...
So login with SSH and enter as root.
1. Verify if YUM is installed. If yes, proceed to edit /etc/yum.conf.
If not, install from RPM. YUM is installed in latest FEDORA by default. Other OS use for example apt-get (Debian)
2. Edit YUM configuration to work with ATOMIC...