Category : StradSolutions

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….
Click here for countinue reading

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