Advert
Install Tomcat 7 on Fedora/CentOS
Install Java Development Kit Find and copy download link from here:...
Read MoreInstall SpamAssassin on CentOS for Axigen
yum install spamassassin service spamassassin start chkconfig --levels 235 spamassassin on In WebAdmin enable SpamAssassin Go here and...
Read MoreInstall Zimbra on CentOS 5.5
yum install sysstat gmp libidn wget http://files2.zimbra.com/downloads/7.0.0_GA/zcs-7.0.0_GA_3077.RHEL5_64.20110127201852.tgz tar xzvf...
Read MoreStart vsftpd on startup
Simple fix this, simply run the following as root: chkconfig --level 345 vsftpd on
Read MoreAutostart MySQL on CentOS
To start MySql Server automatically on a CentOS box simply issue the following command as root: chkconfig --levels 235 mysqld on You can...
Read More