Linux
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 […]
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 […]
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 […]
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 […]
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 >> […]
Enable / Disable-Squirrel or horde mail for cpanel user using command line
Description : Web Mail : Web mail is a tool that allows you to send and read emails directly from any computer connected to the internet. We can access Web Mail as long as we have a browser and an Internet connection. The emails are stored on our server and is always available when you […]
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 […]
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 […]
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 […]
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 […]