ssh

Change The Document Root Location of a Domain on Cpanel

By default a cpanel account will have it's domain point to /home/username/public_html but if you want to change it to point to a separate folder, you would [...]

Block Amazon AWS Traffic

I've had a few instances where there were compromised machines in the Amazon AWS environment that were connecting and trying to brute force some logins to [...]

How to SSH in to a CentOS/WHM/cPanel Server

Many of the pages on this site require you to ssh in to the server in order to make changes. Just a quick tutorial on how to do that for various operating [...]

Disable Mysql Strict Mode in CentOS/WHM/cPanel

To disable mysql strict mode in mysql (especially version 5.6) on a cPanel server, you would want to first ssh in to the server then before you do anything [...]

Find Command

Here is a basic find command in a linux terminal through ssh: find / -name 'filename.txt' So that would search for an exact filename of filename.txt in any [...]