3 Solutions to Avoid Sending Your Emails in Spam
Do your emails arrive in the spam of your registrants and your customers? Tired of paying for your email campaigns when half or even more will never be read because of spam? Spam…
linux webhosting blog
CloudLinux is a lightweight, popular and powerful Linux distribution for servers and workstations running the Cpanel control
Do your emails arrive in the spam of your registrants and your customers? Tired of paying for your email campaigns when half or even more will never be read because of spam? Spam…
How to change the color of your BASH prompt You can change the color of your BASH prompt to green with this command: export PS1=”\e[0;32m[\u@\h \W]\$ \e[m” It will change…
You can always uninstall CloudLinux. In this case, we will ‘convert’ the system back to CentOS. Even if the original system was RHEL — we will still convert to ‘CentOS’…
How to Uninstall MySQL Governor Run the below commands to uninstall MySQL Governor /usr/share/lve/dbgovernor/install-mysql.py –delete yum erase db-governor db-governor-mysql
Upgrading MySQL Governor on CPanel, Plesk and DirectAdmin server Run the below command to update MySQL Governor yum update db-governor db-governor-mysql –enablerepo=cloudlinux-updates-testing Run the below command to restart the…
MySQL Governor installation in without control panel server Run the below command to install MySQL Governor in plain server or without control panel server. yum install db-governor –enablerepo=cloudlinux-updates-testing yum…
How to install MySQL Governor on CPanel, Plesk and DirectAdmin MySQL governor is set of utilities to monitor and restrict MySQL usage in shared hosting environment. The monitoring is done via…
How to install CageFS in Cloud Linux CageFS is a virtualized file system and a set of tools to contain each user in its own ‘cage’. Each customer will…