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

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

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

I got the above error when I am executing the bash script with mail command. In the scripts you use -a in the mail commands to attach the logfile. This does not function and results in an error that an invalid header is being added to the mail. Looking in… Continue Reading Invalid header: /var/log/rkhunter.log

If you get the above error when you setup Jenkins job, please follow the below steps. There may be several reasons behind this error. One the reason may be if you don’t have git installed where you have jenkins server. To avoid this you can use the below given command.… Continue Reading Failed to connect to repository Error performing git command git ls-remote -h https github com jenikis hook git HEAD