CSF is a powerful Firewall for Linux and cPanel servers are here are the steps to get it working with Virtuozzo VPS
Installation
rm -fv csf.tgz
wget http://www.configserver.com/free/csf.tgz
tar -xzf csf.tgz
cd csf
sh install.sh
After the...
Download
wget http://pecl.php.net/get/memcache-2.1.2.tgz
tar -zxf memcache-2.1.2.tgz
cd memcache-2.1.2
phpize &&
./configure --enable-memcache
make
make install
This should create memcache.so in your extenstion directory...
In some cases, the 3rd parts scripts in server requires java to be installed. It may not work properly if the binary of java installed in the server. You need to install JavaSDK
So we present here the installation of Java in Linux server.
Its as...
Ioncube is easy to install without recompiling PHP. Specifically in cpanel servers you can install Ioncube without recompiling PHP.
These steps can be used to install in any Linux servers..
Check the architecture.
uname -i
cat...
Easy.....
cd /usr/local/src
wget http://www.python.org/ftp/python/2.5/Python-2.5.tgz
tar -zxvf Python-2.5.tgz
make
make install
Both instruction for Apache 1.x and Apache 2.x are given below.
First, you need to check what version of Python you are running.
python -V
If you are running Apache 1.3.x, you should use mod_python version 2.7.11 and for Apache 2.2.x, use...
Download manually the docutils tar gz from http://prdownloads.sourceforge.net/docutils/docutils-0.4.tar.gz?download
cd /usr/local/src/
wget http://prdownloads.sourceforge.net/docutils/docutils-0.4.tar.gz?download
sudo easy_install...
Python Imaging Library (PIL)
Make sure Python is installed.
Prerequisites.
If you need any of the features described below, make sure you
have the necessary libraries before building PIL.
feature library
...
If this header file is not found when you give make for gd installation download it
===================
wget http://www.ece.cmu.edu/~ece796/project99/7/final/code/jmorecfg.h
mv jmorecfg.h...
If this header file is not found when you give make for gd installation download it
===================
wget http://dev.w3.org/cvsweb/Amaya/libjpeg/jpeglib.h?rev=1.2
mv jpeglib.h?rev=1.2...