Introduction:In this guide, we will walk you through the process of updating and changing the time on your Ubuntu server using the command line. When you need to manually set the time, this guide will provide you with the information you need to get started. Prerequisites: Procedure: Step 1: Log… Continue Reading How to update/change time in the Ubuntu server.

Introduction: Zabbix is defined as an open-source monitoring tool used for monitoring servers, networks, IT components, cloud services and virtual machines. The Zabbix monitoring tool is used to provide the monitoring metrics and monitor the network utilization, consumption of disk space, and CPU load. Now, We see how to reset… Continue Reading How to reset the Zabbix Admin password by using MySQL on Ubuntu?

We have been roaming around to establish VPN connection between our network to AWS network. There are servers which are in private network which needs to be accessed from our local network. Here comes the post on how to establish a VPN connection between your network to other network Prerequisites:… Continue Reading Install Openvpn on Linux|Configure VPN between network

Introduction: In this section, we are going to see how to create a VM using the Citrix Xen center tool. In the xen center tool we can able to create the VM manually with our custom specifications. Prerequisites: Procedure: Click next to continue Click next to continue. 15. To apply… Continue Reading How to create VM using Citrix xencenter

Introduction In this article, we will migrate the WordPress website from the source domain to the subdomain. Prerequisite Procedure Step 1: Login into the source domain server and find the document root on the domain configuration file(depends on the webserver installed on server). $ sudo cd /etc/<webserver>/sites-available/domain.conf Step 2: Go to… Continue Reading How to do WordPress website migration from domain to subdomain

The following guide will help you get started with installing python3 and pip3 on Ubuntu 16.04. First install python 3 from the “deadsnakes” repository from the Python Package Accesories ( PPA ) Add the package to repository $ sudo add-apt-repository ppa:deadsnakes/ppa Update the repository $ sudo apt-get update Now Install… Continue Reading How to install python3 and pip3 in Ubuntu 16.04

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

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

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

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