How to install magickwand in linux
How to install magickwand in linux First go to the path where you want to download the tar file. cd /usr/local/src/ Use the below link to download the magickwand tar…
Linux | CPanel | WHM | webhosting| Plesk | DirectAdmin | CentOs | Debian | Ubuntu Blog
How to install magickwand in linux First go to the path where you want to download the tar file. cd /usr/local/src/ Use the below link to download the magickwand tar…
How to install ffmpeg-php in linux Login to server via SSH. Go to the below path. cd /usr/local/src Download the tar file. wget “http://downloads.sourceforge.net/project/ffmpeg-php/ffmpeg-php/0.6.0/ffmpeg-php-0.6.0.tbz2?use_mirror=garr” Extract the tar file. tar…
How to Install EAccelerator, IonCube, Zend Optimizer, SourceGuardian, and SuHosin outside of EasyApache You can use /scripts/phpextensionmgr to install or uninstall these modules! /scripts/phpextensionmgr list Available Extensions: EAccelerator IonCubeLoader…
How/Steps to install PHP on Linux/CentOS server. To install the latest version of PHP you can use the below commands. yum list php* It will show the available PHP packages.…
How to install imagick on linux server Login to server as root cd /root/download wget http://serverip/imagick-3.0.1.tgz tar -xzvf imagick-3.0.1.tgz cd imagick-3.0.1 phpize ./configure If you are getting error message then…
How to install the imagemagic on Linux server /scripts/installimagemagic How to rectify if ImageMagic is installed on server : Run below command root@test [~]# identify -version Version: ImageMagick 6.4.8 2010-06-27…
How to install memcache Definition: Memcache is a high-performance memory object caching system intended to speed up dynamic web applications by alleviating database load. Memcache is extremely fast. It uses libevent,…
How to install APC for php in linux server pecl install php You can use the below steps to install it manually. wget http://pecl.php.net/get/APC tar -zxf APC-3.1.9.tgz cd APC-3.1.9…