Backup to an S3 Bucket

#!/bin/bash BUCKET=bucketname MYSQL_USER=username MYSQL_PASSWORD=password MYSQL_HOST=localhost echo ‘Started’ date +’%a %b %e %H:%M:%S %Z %Y’ mysqldump -u $MYSQL_USER -p$MYSQL_PASSWORD –single-transaction –routines –triggers –all-databases | gzip >

Read More »

Let’s Encrypt on cPanel

Let’s Encrypt is an open-source certificate authority. The installation, renewal and removal of the Let’s Encrypt SSL/TLS certificate is straight forward in the cPanel environment.

Read More »

What is a nameserver?

What is a nameserver? A nameserver, in particular, “is a server on the internet specialized in handling queries regarding the location of a domain name’s

Read More »