How to install kloxo panel in centos
Kloxo is a web hosting control panel that allows users to manage their web hosting account, email, and domain names through a user-friendly interface. It is open-source software that can…
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 [code]wget -O cldeploy http://repo.cloudlinux.com/cloudlinux/sources/cln/cldeploy[/code] [code]sh cldeploy -c[/code] 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 [code][root@server ~]# yum install ImageMagick[/code] [code][root@server ~]# yum install ImageMagick-devel[/code] PHP-imagick Installation [code][root@server ~]# yum install gcc[/code] [code][root@server…