How to make database backup on my Dedicated Server

Backup Database Using Command Line in Linux How to backup a database using command line - Linux To create a backup of a database you need to SSH into the server. ssh -p <portnumber> ‘user’@servername.com Then enter the following command replacing...

How to install a self-signed certificate for SSL

Install SSL Certficate How to install a self-signed certificate for SSL Open WHM (Web Host Manager), and navigate to SSL/TLS. Click on generate an SSL certificate and enter the required information. Once finished, click create. Next, click install an SSL certificate...

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...

Connect securely to your web server

Connect Securely to your Web Server We at Ally Drez Web & IT Services do not recommend using your root account to make direct connections to your webserver. We also disable this feature for all shared hosting. For this reason, we will provide our best practice...

Let’s Encrypt on cPanel

Use 'Let’s Encrypt' in 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. Log into your cPanel account and scroll to the...