cPanel
February 6, 2015, NixUSer, 0
Login to your Server or VPS as root and follow these steps to change the ssh port. It is always a good idea to back up important server files before making any changes to them. So copy the file once you have logged into the server. $ cp /etc/ssh/sshd_config /etc/ssh/sshd_config.back Next, open the SSH config More
Like this:
Like Loading...
August 22, 2013, NixUSer, 0
I was not able to restart clamd service, was getting the following error. root@nixuser.com [/]# /etc/init.d/exim restart Shutting down clamd: [FAILED] Shutting down exim: [ OK ] Shutting down spamd: [ OK ] Starting clamd: LibClamAV Error: cli_tgzload: Invalid checksum for file daily.mdb LibClamAV Error: Can’t load /usr/share/clamav/daily.cld: Malformed database ERROR: Malformed database [FAILED] Starting More
Like this:
Like Loading...
July 3, 2013, NixUSer, 0
To install cPanel DNSONLY, run these commands in your server: cd /home wget -N http://httpupdate.cpanel.net/latest-dnsonly sh latest-dnsonly
Like this:
Like Loading...
July 2, 2013, admin, 0
After installing Operating System on your server, you can install cPanel / WHM or cPanel DNSONLY. After obtaining a cPanel license, login to your server and run the following commands to install cPanel. cd /home wget -N http://httpupdate.cpanel.net/latest sh latest Please make sure that you have perl installed on your server before installing cPanel. If More
Like this:
Like Loading...
July 1, 2013, NixUSer, 0
When I tried to restore an account I got the error: Sorry, a mysql user with the name x already exists. I know that the user does not exists on the server. To fix this issue, ran the cPanel script. /scripts/updateuserdatacache And the error is gone and I was able to restore the account without More
Like this:
Like Loading...