Install Memcached Server on RHEL/Centos

memcached is a high-performance, distributed memory object caching server, that allows us to get better and speeding up performance of dynamic web applications through caching data and objects in Memory. Memcached Server is also used to cache complete database tables and queries to advance performance of database. Through...
Continue reading

Installing Ioncube loader on RHEL/Centos

Download latest Ioncube loader for your OS from http://www.ioncube.com/loaders.php For CentOS 64 bit #cd /usr/local/src #wget http://downloads2.ioncube.com/loader_downloads/ioncube_loaders_lin_x86-64.tar.gz For CentOS 32 bit #wget http://downloads3.ioncube.com/loader_downloads/ioncube_loaders_lin_x86.tar.gz #tar zxvf ioncube_loaders_lin_x86-64.tar.gz #cd ioncube #mkdir /usr/local/ioncube #cp ioncube_loader_lin_5.3.so /usr/local/ioncube Note : In this articles we are using ioncube_loader_lin_5.3.so as PHP version installed on the...
Continue reading

How to Install Drush RHEL/Centos

Drush is a command-line shell and scripting interface for Drupal, In this Article you will learn that how to install drush on RHEL/Centos Registering the channel: root@localhost[/tmp]#pear channel-discover pear.drush.org Adding Channel “pear.drush.org” succeeded Discovery of channel “pear.drush.org” succeeded root@localhost[/tmp]#pear install drush/drush-6.1.0.0 Warning: popen() has been disabled for security...
Continue reading

How to install gnupg-php

GnuPG allows to encrypt and sign your data and communication, features a versatile key management system as well as access modules for all kinds of public key directories. To install gnupg-php Installing gnupg prerequisite #yum install gcc libgpg-error gpgme gpgme-devel after that #pecl install gnupg configuration option “php_ini”...
Continue reading

Categorized Tag Cloud