23 Jun, 2025
3 mins read

How to set up an Analytics Dashbord in CENT OS 7

Description  Data is the biggest thing out there right now. We need to present data in a way that allows for valuable insights to be gained. One way of achieving such purpose is to make use of a visualization dashboard. Visualizations of data are the most accessible, as any user, technical or not, can gain […]

2 mins read

How to Mount Remote Partition via SSH on CentOS

Description about SSHFS  SSHFS (SSH Filesystem) is a filesystem client to mount and interact with directories and files located on a remote server or workstation over a normal ssh connection. The client interacts with the remote file system via the SSH File Transfer Protocol (SFTP), a network protocol providing file access, file transfer, and file […]

1 min read

How To Enable EPEL Repository in CentOS 7

Description EPEL (Extra Packages for Enterprise Linux) is open source and free community based repository project from Fedora team which provides 100% high quality add-on software packages for Linux distribution including RHEL (Red Hat Enterprise Linux), CentOS, and Scientific Linux. EPEL project is not a part of RHEL/Cent OS but it is designed for major […]

3 mins read

How to create Auto-responder in cPanel

Description :  cPanel Autoresponderinterface facilitates in setting automated reply to the emails. An email can be configured and set as Autoresponder to the mails. Automated reply may be either stating that the email will be replied soon or stating non-availability and reply by a specific time. cPanel facilitates to add or modify Autoresponders for the […]

4 mins read

Backup Configuration In CPanel/WHM

Description :  One of the key factors in keeping the website data intact is to keep regular backups of website files and databases. cPanel/WHM offer excellent options to create and restore backups of your server or Virtual Private Server (VPS). One of the options to schedule regular backup of files and databases is WHM >> […]

1 min read

Creating email signature in Webmail

Description :  An e-mail signature is a block of text that is appended to the end of an e-mail message you send. Generally, a signature is used to provide the recipient with your name, e-mail address, business contact information, or Web site URL. A signature file, or sign as it is often called, can easily be created in most e-mail clients.  We will have […]

3 mins read

Migrating wordpress website from subdirectory to root directory

Description :  This method will work on a standard installation of WordPress, and will work with most frameworks, or if  you’re using a parent and child theme structure. Note : This method will not work for multisite installations, only for standard single-site installations. —- Step 1 : Remove the existing website If there is an […]

3 mins read

Setup mail server in centos 6

Description : This article describes how to setup a mail server in centos 6 Here three popular packages used for configuration Postfix ( for sending ) Dovecot ( for receiving ) Squirrelmail ( for webmail access ) Installing and configuring postfix  Step 1 : Before installation assign a static ip and add a host entry […]

2 mins read

How to configure ftp server on centos 6

  Description :  * FTP – File transfer protocol is used to transfer files from one host to another over TCP * Configuring ftp server on linux is safe and secure. * In this article we can see how to configure ftp server on centos 6. Please follow the steps. Step 1 :   Vsftpd […]