Archives : February-2015

Steps: 1. Update your system #yum update 2. Install prerequisite pakages for Zimbra #yum install sudo sysstat libidn gmp libtool-ltdl compat-glib vixie-cron nc perl libstdc++.i686 3. Modify /etc/host file #vi /etc/hosts like this: 127.0.0.1 localhost localhost.local domain serverip hostname save it 4. Disable startup service a. chkconfig postfix off b. service postfix off c. chkconfig ..

Read more

Apache Solr is an open source enterprise search platform used to easily create search engines which searches websites, files and databases. Please follow the given steps to install Solr : 1. Type: yum update 2.  Install the latest version of Java: yum list available | grep -i jdk java-1.7.0-openjdk.x86_64 3. Verify that Java is properly ..

Read more

1.  Login to your server via ssh and run below command:- wget http://layer1.cpanel.net/latest if it throws error “bash: wget: command not found” then run yum install wget -y 2. wget http://layer1.cpanel.net/latest 3. sh latest if gets any error then run it forcefully mentioned in steps 5 4. sh latest –force Once it installed then 5. ..

Read more

1. mkdir /root/plesk 2. cd /root/plesk 3. wget http://download1.parallels.com/Plesk/PP11/11.0/CentOS5/parallels_installer_v3.12.0_build120601.16_os_CentOS_5_x86_64 this is 64bit CentOS version. To give it execution permissions 4. chmod +x parallels_installer_v3.12.0_build120601.16_os_CentOS_5_x86_64 5. Run the auto installer ./parallels_installer_v3.12.0_build120601.16_os_CentOS_5_x86_64 6. After installation, open Internet Browser and go to below URL: https://your-server-ip-address:84..

Read more