Here are the steps to install the Imagemagic on the linux server Solution : ================ cd /usr/local/src wget http://pecl.php.net/get/imagick-2.2.0.tgz tar -zxvf imagick-2.2.0.tgz cd imagick-2.2.0 phpize ./configure make make install ================ Done
See MoreCategory: cPanel
Important services and its configuration files in cPanel
Hi, Here are the some important services on cPanel based server and with its respective configuration file and port number that service uses. The cpanel configuration file Configuration file : cpanel.config Path : /var/cpanel/cpanel.config Service : cpanel Apache – The web server Default Port : #80 Configuration file : httpd.conf Path : /etc/httpd/conf/httpd.conf […]
See MoreHow to reset MySQL root Password
This will helps when you forget MySQL root password and not able to access MySQL service on the server. Here are the steps to reset MySQL password : root@server [~] /etc/init.d/mysqld stop Now start MySQL server without password: root@server [~] mysqld_safe –skip-grant-tables & root@server [~] mysql After that you can get the mysql […]
See More