Limiting/throttling bandwidth for cPanel user account Date Posted: 29-08-2017 There are few accounts on cPanel uses more bandwidth. This post explains on how to throttle/limit the bandwidth on particular cPanel account Prerequisites: cPanel/WHM access Server Root Access bw_module, bwlimited_module. To check whether the module is installed or not, use the… Continue Reading Limiting/throttling bandwidth for cPanel user account

ConfigServer Mail Manage(cmm) on cPanel/WHM server Date Posted: 23-08-2017 Configserver mail manage(cmm) is an interface to manage mail accounts within WHM itself. This is free and it can be integrated easily to WHM. Prerequisites: cPanel/WHM access Server SSH access Implementation: Login to the server as root. Change the directory to… Continue Reading ConfigServer Mail Manage(cmm) on cPanel/WHM server

ConfigServer Mail Queues(cmq) on cPanel/WHM server Date Posted: 23-08-2017 Configserver Mail queue(cmq) is an interface to manage exim mail queue from WHM/cPanel. This is free and it can be integrated easily to WHM. Prerequisites: cPanel/WHM access Server SSH access Implementation: Login to the server as root. Change the directory to… Continue Reading ConfigServer Mail Queues(cmq) on cPanel/WHM server

Install iotop on linux host Iotop is utility used to identify which process, user consumes more io. This post explains on how to install iptop on linux host. By default iostat won’t be come by default. Implementation: On ubuntu host, execute the following command to install iotop. Press y to… Continue Reading Install iotop on linux host

DDOS Deflate installation on linux DDOS deflate is simple shell script used to block a denial of service attack on Linux Host. It uses netstat command to identify the number of connection from IP addresses and block the IP address if an IP address exceeds a threshold value. Prerequisites: Linux Host with… Continue Reading DDOS Deflate installation on linux

Install Fail2ban on Centos 7 Date Posted: 13-06-2017 Fail2ban is a service used to ban IP address which makes unsuccessful attempts. In this post, we will explain on how to install fail2ban on centos server. Implementation: Fail2ban normally available on epel  repo. Incase if epel package is not installed then install… Continue Reading Install Fail2ban on Centos 7

Date Posted: 05-06-2017 After the installation of vesta control panel, there are DNS entries added. However, DNS changes are not reflecting. After analyzed the log (/var/log/syslog), we came to know it was a permission issue. Resolution: Inorder to fix the issue, follow the below instruction. Open the file /etc/apparmor.d/local/usr.sbin.named and add the… Continue Reading DNS not working on vestacp

Atop installation on Linux Host Date Posted: 05-06-2017 Atop is a advanced system & process monitor tool used to monitor system resources, process even those are completed. In this post, we will explain on how to install atop on linux hosts. Implementation: There are multiple ways to install atop on the… Continue Reading Atop installation on Linux Host

The phpMyAdmin configuration storage is not completely configured, some extended features have been deactivated: Date Posted: 28-05-2017 When we install phpmyadmin on linux machine and we might have seen the following error on the login page. If we click on the error page, we might have get the following information on… Continue Reading The phpMyAdmin configuration storage is not completely configured, some extended features have been deactivated

Install Phpmyadmin on Ajenti Control Panel Date Posted:23-05-2017 Phpmyadmin is a open source php application used to manage mysql database server from webbrowser. In this post, we will explain on how to install phpmyadmin on Ajenti Control panel. Prerequisites: Ajenti Control Panel Incase if ajenti control panel is not installed… Continue Reading Install Phpmyadmin on Ajenti Control Panel