How to replace MySQL with MariaDB in cpanel
Backup existing MySQL data Make sure to save all existing data just in case there are any issues. # cp -Rf /var/lib/mysql /var/lib/mysql-old # mv /etc/my.cnf /etc/my.cnf-old Disable the targets…
How to install kloxo panel in centos
How to install kloxo panel in centos Go to below path. cd /usr/local/src Use the wget Command to download latest version of Kloxo Auto Installer Script wget http://download.lxcenter.org/download/kloxo/production/kloxo-installer.sh Give proper…
CVE-2014-7169 BASH Shell Shock Vulnerability for Linux
What is CVE-2014-7169 / Shell Shock Vulnerability? GNU Bash through 4.3 bash43-025 processes trailing strings after certain malformed function definitions in the values of environment variables, which allows remote attackers…
Uninstall Cloudlinux from cpanel
Uninstall Cloudlinux from cpanel wget -O cldeploy http://repo.cloudlinux.com/cloudlinux/sources/cln/cldeploy sh cldeploy -c Please, note that some of the packages from CloudLinux repo will still be present. They are same as CentOS…
Install ImageMagick With PHP-imagick On Plesk Server
How to install ImageMagick With PHP-imagick On Plesk Server. ImageMagick Installation # yum install ImageMagick # yum install ImageMagick-devel PHP-imagick Installation # yum install gcc # yum install make automake…