Month: June 2014

Installation

How to install kloxo panel in centos

How to install kloxo panel in centos Go to below path. cd /usr/local/src Use the wget Command to download latest version of Kloxo Auto Installer Script wget http://download.lxcenter.org/download/kloxo/production/kloxo-installer.sh Give proper permission. chmod 777 kloxo-installer.sh Install Kloxo control panel as Master. ./kloxo-installer.sh --type=master Next follow the instructions. Once done you will get below message. Congratulations. Kloxo has ...

Installation, Uncategorized

Idera backup agent configuration

How to configure Idera backup agent   Installing Agent Using YUM First, create a YUM .repo file with the R1Soft repository information. Open the new file with a text editor such as vi or nano: # cd /etc/yum.repos.d vi r1soft.repo Insert the following text into the file and save the file: [r1soft] name=R1Soft Repository Server baseurl=http://repo.r1soft.com/yum/stable/$basearch/ ...