We can easily stop the unwanted MySQL query process using mysqladmin command First of all check the MySQL query process list. […]
How to install cageFS on cPanel
In this article we will guide you with the steps to install cageFS on your server. yum install cagefs /usr/sbin/cagefsctl –init This command will create skeleton directory. If you don’t have enough disk space in /usr/share, use following commands to place cagefs-skeleton into a different location: mkdir /home/cagefs-skeleton ln -s /home/cagefs-skeleton /usr/share/cagefs-skeleton On cPanel servers, if […]
Setup Email alert via CSF
For security reasons ,It is necessary to enable these email alerts on server,You can enable this in CSF firewall configuration. First you need to edit the file /etc/csf/csf.conf and add your email address beside the entry LF_ALERT_TO. […]
Error: This Site Has Been Moved to a New Server
Sometimes you open the website on your browser and it shows the following error: […]
How to Setup Email Alerts for Rootkit Hunter
Previously we have talked about how to install the RootKit hunter in Linux operating systems. Now to set up daily email alerts follow the steps below: […]
Install Rkhunter on CentOS/Linux
Rkhunter is a helpful tool that is compiled on UNIX platform to identify rootkits on a Linux system. It will also identify backdoor and scans hidden files on server. You can follow the steps mentioned below for installing and configuring Rkhunter on your server. […]
How to install Pure-FTPD on CentOS 6.x
This article guides you how to install Pure-FTPd on CentOS 6 and how to configure and use it so you can access your server via ftp connection using your favorite ftp client (e.g:FileZilla). […]
How to configure IPv6 Address for Linux hosts
To configure static IPv6 networking under Ubuntu Linux server operating systems,We need to simply edit /etc/network/interfaces file. […]
Check Hard drive for bad sectors or bad blocks in Linux
Bad blocks is the utility in Linux framework which can scan or test our hard disk and external drives for awful sectors. Bad segments or bad blocks is the space of the disk which can’t be utilized because of the lasting harm or OS is not able to get to it. […]
Quickly clear huge exim mail queue
previously we have talk about the ways to remove whm mail queue through SSH but in case of huge mail queue it will take hours to clean the queue. In that case the most protected thing (and the most unpleasant one) you can do is remove all files from EXIM input folder that uses Exim […]