Download the version you need from
http://download.savannah.gnu.org/releases/freetype/
Example for freetype-2.1.10
cd /usr/local/src
wget http://download.savannah.gnu.org/releases/freetype/freetype-2.1.10.tar.gz
tar -zxf...
cd /usr/local/src
wget http://prdownloads.sourceforge.net/libpng/libpng-1.2.26.tar.gz?download
cd libpng-1.2.26
./configure
make
make install
Before going for an install check whether you meet the requirements
Create a subdirectory in which you need to install the CubeCart
example domain.com/business/
# Download the source code from their site at :...
What is Suhosin?
Suhosin is a protective covering for PHP. Lets move with ordered steps.
There are 2 separate versions on Suhosin. Both of them can be run together or separately.
First is the raw patch where you need to recompile PHP in shell to...
1) Download
==============================
wget http://xcache.lighttpd.net/pub/Releases/1.2.1/xcache-1.2.1.tar.gz
phpize
./configure --enable-xcache
make
make install
==============================
Find the php.ini file.
php -i|...
Its that easy to add the php module pdo_pgsql in a Cpanel server.
Just use the command
===============
pecl install pdo_pgsql
===============
Then go for a Apache restart. It will be shown up in your phpinfo page........
:)
Download the source
======================
wget http://www.zdziarski.com/projects/mod_evasive/mod_evasive_1.10.1.tar.gz
tar -xzvf mod_evasive_1.10.1.tar.gz
cd mod_evasive
======================
Compile in the mod_evasive apache module using...
The First step is to remove the previous traces of Roundcube in the server.
====================
cd /usr/local/cpanel/base
rm -rf roundcube*
mysql
mysql>drop database roundcube;
====================
Before starting the installation, you need to...
1.Create a new Directory under the src folder
mkdir /usr/local/src/ffmpeg
cd /usr/local/src/ffmpeg
2.Download all the Sources
wget http://www3.mplayerhq.hu/MPlayer/releases/codecs/essential-20061022.tar.bz2
wget...
APC,
Alternate PHP Cache, is now the most maintained free/open source op-code cache, and is being used more and more as it emerges to be the
most stable.
The instructions here details how to get APC running on a CentOS 5 server.
First, we need the...