Rats in a cage.

Power corrupts. Absolute power corrupts absolutely. We know these ideas, but rarely see them in action. When we have a genuine social problem, Covid, power needs to be used. Action has to be taken, and people need to be managed.  There is a new truism that we...

cPanel CLI

If you are ever using a cPanel server, here are some one-liners for the Command Line Interface. Over Use of CPUs Too many php-fpm requests sudo netstat -an|grep :443|cut -d”:” -f2|sort|uniq -c or sudo netstat -an|grep :80|cut -d”:”...

MYSQL Commands

If you are using phpmyadmin, or have access to bash, here are some useful commands.Remember always do a mysqldump first so you have a back up of your database. mysqldump When you have access to your database it is always a good ide to have a current backup before you...