Real life problems solved

Advert

Install Tomcat 7 on Fedora/CentOS

Posted by on May 3, 2011 in CentOS, Fedora, Tomcat | 0 comments

Install Java Development Kit Find and copy download link from here:...

Read More

Install SpamAssassin on CentOS for Axigen

Posted by on Feb 17, 2011 in CentOS | 0 comments

yum install spamassassin service spamassassin start chkconfig --levels 235 spamassassin on In WebAdmin enable SpamAssassin Go here and...

Read More

Install Zimbra on CentOS 5.5

Posted by on Feb 16, 2011 in CentOS | 0 comments

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 More

Start vsftpd on startup

Posted by on Nov 8, 2010 in Linux | 0 comments

Simple fix this, simply run the following as root: chkconfig --level 345 vsftpd on

Read More

Autostart MySQL on CentOS

Posted by on Sep 21, 2010 in CentOS, MySql | 0 comments

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
Adsense