Folks! As SysAdmins we’ll always be vigilant on our server’s security, especially for SSH. SSH brute-force attacks rate are higher now-a-days and it has become more necessary to harden the SSH service on our servers. Here I’ll help you in…
Author: Arunlal A
How to install Fantastico F3 on a cPanel server?
Why Fantastico? We all need simple and easy steps to do anything, and that’s what I personally prefer đŸ˜€ For example if we need to install a WordPress website on your server, what will you do? Are you doing it…
Rearrange an account in WHM
How to move a cPanel account from one partition to another from WHM? This interface enables you to change which hard drive stores an account and it is a useful feature in WHM. Do you want to move any cPanel…
Unable to establish a PHP session – PHPMyAdmin error
PHPMyAdmin error Do you ever come across the following error when you access PHPMyAdmin from cPanel? Access Denied Unable to establish a PHP session. If you believe that this is in error or inadvertent, contact your system administrator and ask…
How to install ClamAV on a cPanel server
Here I’m explaining the steps to install ClamAV on a cPanel server. Before proceeding with this, first you need to make sure WHM plugin clamavconnector is not installed. Check WHM >> Manage plugins Step1: If you would like to verify…
Checking Passwd infected Chkrootkit
Many of you have experienced this error when you run chkrootkit scan on your cPanel server. Here is a sample output: root@server [~/chkrootkit]# ./chkrootkit -q | grep -v registry Checking `passwd’… INFECTED INFECTED (PORTS: 465) In most cases, these are…
How to change a WordPress site’s SiteURL and HomeURL via command line?
Yeah, MySQL commands are ready to help you with SiteURL and HomeURL! It’s not a big task to change SiteURL and Home of a WordPress website via command line. If you love black always prefer commandline than web-interface :p Most of…