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

How To Install the Apache Web Server on Ubuntu 18.04 Date-31-05-2020 STEP 1: Update and Upgrade the apt tool to ensure we are working with the latest. sudo apt update STEP 2:  Install Apache and select Y when prompted. sudo apt install apache2 STEP 3: Before testing Apache, it’s necessary to modify… Continue Reading How To Install the Apache Web Server on Ubuntu 18.04

Date Posted: 31-01-2018 In this Post we will explain How to Setup lftp – A Simple Command Line FTP Program. This article is about Lftp and how we can install Lftp in our Linux Operating System. Lftp is a command line based File Transfer Software also known as FTP Client.… Continue Reading Connecting to an FTP Server with LFTP

How to configure skeleton directory in WHM Date Posted: 25-10-2018 In this tutorial ,we will explain about the skeleton directory feature in WHM panel.  But if you want to add some welcome page or documentation page for all the new accounts then you have to use skeleton directory in WHM.… Continue Reading How to configure skeleton directory in WHM

FTP Configuration Dated : 15/11/2018 File Transfer Protocol (FTP) is a standard Internet protocol for transmitting files between computers on the Internet over TCP/IP connections.FTP is a client-server protocol that relies on two communications channels between client and server Step 1 : check whether the ftp is already installed in our… Continue Reading How to setup VSFTP Configuration