Kloxo Installation Guide
Prerequisites
1) A dedicated or virtual server running CentOS or Red Hat EL 5.x. CentOS 6.x is not currently supported.2) At least 256 MB of RAM (enough to run Yum).3) At least 2 GB of free disk space for Kloxo and related services.4) If you partitioned your disks manually, make sure you have a large /tmp. Kloxo uses /tmp to create and store backups temporarily and the process will fail if there is not enough space.
Before we begin...
You have to disable SELinux by...
Thursday, November 29, 2012
How to Restore a Full Cpmove File Using Whm.
Restoring a full cpmove file or cpanel complete backup file is very easy using the whm interface. The only condition is that the cpmove file or the cpanel backup file should be in any of the below directory:/home/usr/home/web/home2/home3/root/usrSo if you have the backup file at any other location then please move it to any of the above location otherwise you will not be able to restore the cpanel account using WHM.Open the whm >>...
How to Create a Backup using SSH Shell Commands.
How to make a backup using command prompt ? How to pack a user account using SSH putty ?These similar questions are very common among newbies and new webmasters.Here below is the code that you can use to pack a CPanel account.1). Open SSH Command prompt window and login as root with your root password.2). Run the below code and press enter.
Code:
/scripts/pkgacct username
Where username will be the username of the account you want to generate a backup for.3). Your backup file will be available in /home/ directory...