How to install MariaDB in cPanel

MariaDB Server - the world's fastest growing open source database. It's used by companies in mission-critical environments whilst ensuring optimum availability and performance. cPanel team doesn't support MariaDB as of…

Install Memcached on cPanel server

First of all install the libevent wget http://downloads.sourceforge.net/project/levent/libevent/libevent-2.0/libevent-2.0.21-stable.tar.gz tar zxvf libevent-2.0.21-stable.tar.gz cd libevent-2.0.21-stable ./configure make make install cd .. Then installed memcached wget http://memcached.googlecode.com/files/memcached-1.4.15.tar.gz tar zxvf memcached-1.4.15.tar.gz cd memcached-1.4.15 ./configure…