Category Archive: Installation

Jun
19

Install imagemagick

Installing imagemagick on cPanel server is very easy. cPanel provides inbuilt script to install it. You just need to execute one command as root user.   /scripts/installimagemagick   To verify if installation is successful you can execute following command.     /scripts/checkimagemagick     How to install imagemagick Installing imagemagick on cPanel server is very …

Continue reading »

Jun
19

how to install imagick

PHP Imagick is a native php extension to create and modify images using the ImageMagick API.   To install imagick you will require root access to server. Refer to following steps to the installation. cd /usr/local/src/ wget http://pecl.php.net/get/imagick-3.0.1.tgz tar -zxvf imagick-* cd imagick-3.0.1 phpize ./configure make make install Now edit php.ini and add imagick extension …

Continue reading »

Mar
05

Ioncube loader problem

After installing ioncube Loader if the ioncube loader is not loading and giving you following error even though the loader file path is correct. this is common error on Linux server. checking php -v shows loader error. [root@server ~]#php -v Failed loading /usr/local/ioncube/ioncube_loader_lin_5.1.so: /usr/local/ioncube/ioncube_loader_lin_5.1.so: cannot restore segment prot after reloc: Permission denied This error is …

Continue reading »

Aug
11

Install Rkhunter

rkhunter is Rootkit Hunter which has ability to search for rootkits, backdoors,trojans, virus and other security problems. following steps will guide you to instll and use rkhunter Download souoce file from Here OR Sourceforge Now extract file usinf command tar -zxvf rkhunter-*.tar.gz change directory to  rkhunter ans install it. root@server[/rkhunter/]#./installer.sh – -install Now to view options …

Continue reading »

Aug
01

Install Subversion

Installing Subversion i.e (svn) is very easy. To install svn you should have yum configured on your machine.  If you have yum you can follow following steps. ssh to server as root: root@server[~]#yum install subversion If every thing goes fine then you should receive a message at end saying Installation Completed. If you receive error …

Continue reading »

Older posts «