Category Archive: Installation

Oct 20

install memcache/Memcached on centos

Free & open source, high-performance, distributed memory object caching system Memcached is an in-memory key-value store for small chunks of arbitrary data (strings, objects) from results of database calls, API calls, or page rendering. Installing Memcached using YUM If you are using Centos or RHEL, you need to install the RPMforge rpm to install the …

Continue reading »

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 »

Older posts «