Let’s Encrypt, TLS-SNI-01, and cPanel

Received a message from Let's Encrypt about the TLS-SNI-01 validation method expiring: "Hello,**Action is required to prevent your Let's Encrypt certificate renewals from breaking.**Your Let’s Encrypt client used ACME TLS-SNI-01 domain validation to issue a certificate in the past 60 days.TLS-SNI-01 validation is reaching end-of-life and will stop [...]

Read more

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 systems. First you [...]

Mysql Errors

I just wanted to make a list of some mysql related errors and hopefully some simple ways to solve them. Mysql usually will show an error on the page when trying to load it, [...]

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 else it would be [...]

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 directory on the [...]