Introduction If you have the “Mount Backup Drive as Needed” option enabled, cPanel reads the /etc/fstab configuration and looks for a configuration that matches the backup directory that you have configured in the Backup Configuration interface of WHM. It then uses the configuration from the /etc/fstab file to mount the disk that is configured to mount… Continue Reading How to use the automount feature with cPanel backups

Please follow the below steps to mirror a repository. 1) Create a new private repo in the destination GitHub account with the same repo name or different name.2) Open Terminal3) Create a bare clone of the repository in the terminal with the below command. 4) Mirror-push to the new repository with… Continue Reading Mirroring a Repository

Introduction In some cases, you may wish to keep more than one backup of your accounts. Through the WHM Backup Configuration page, you can easily adjust the number of backups that you want to keep.  Procedure To do so, please follow these steps: Log into your server’s WHM interface. 2.… Continue Reading How-To adjust the number backups retained by WHM

In this article we are going to resolve the Nagios alert “(No output on stdout) stderr: connect to address IP port 5666: Connection refused” on ubuntu 18.04 Prerequisites A system running Ubuntu 18.04 should have the following A user account with sudo privileges The System with ufw  The system with… Continue Reading Nagios Alert: (No output on stdout) stderr: connect to address IP port 5666: Connection refused on Ubuntu 18.04

Step 1: Login to your cPanel account and find Spam Filters.  Step 2:Click on “Show Additional Configurations” at the bottom. Step 3:Next, click “Edit Spam Whitelist settings”. Step 4:Click “Add A New “whitelist_from” Item”. If SpamAssassin often blocks certain email senders and marks its emails as spam (incorrectly), it is… Continue Reading How do I whitelist a domain in Spam Assassin on cPanel

Step1: Stopping the MySQL service by using this command systemctl command: Step2: Now, we need to restart the MySQL service. Step3: We have able to connect to the MySQL server as root, without specifying a password. Step4: Now, reset the root password, but first flush the privileges to reload the… Continue Reading How to change My SQL password on Linux

Node.js is a platform built on Chrome’s JavaScript runtime for easily building fast, scalable network applications.  Latest version node.js ppa is maintaining by its official website. We can add this PPA to your Ubuntu 21.10, 20.04 LTS, 18.04 LTS, 16.04 LTS (Trusty Tahr) and 14.04 LTS (Xenial Xerus) systems and install node.js… Continue Reading How to Install Latest Node.js on Ubuntu with PPA

In this article we are going to create a container in OpenVZ server Prerequisites Implementation: Step:1 Create a container with an os template. Note : (i) We take the container  ID as 104 (ii) OS template as ubuntu-18.04-x86_64$vzctl create 104 – -ostemplate ubuntu-18.04-x86_64 Step 2: Save the container $ vzctl… Continue Reading How to create a container in OpenVZ server

When I tried to setup SSL, I got the above error. Please find the below screenshot. I have not added the chained.crt in proper order. That is the reason I got the above error. If the server certificate and the bundle have been concatenated in the wrong order, nginx will… Continue Reading  SSL: error:0B080074:x509 certificate routines:X509_check_private_key:key values mismatch