Category Archives: Installation

Install APC Cache

APC Cache is PHP Object cache to speed up PHP scripts. http://pecl.php.net/package/APC The Alternative PHP Cache (APC) is a free and open opcode cache for PHP. It was conceived of to provide a free, open, and robust framework for caching … Continue reading

Posted in Installation | Tagged , | Leave a comment

Installing yamdi from source

yamdi is a metadata injector for FLV files like flvtool2. To install yamdi, run cd /usr/local/src wget http://hivelocity.dl.sourceforge.net/sourceforge/yamdi/yamdi-1.4.tar.gz tar -zxvf yamdi-1.4.tar.gz cd yamdi-1.4 gcc yamdi.c -o yamdi -O2 -Wall mv yamdi /usr/bin/ yamdi 1.4 is latest version at the time … Continue reading

Posted in Installation | Tagged , | Leave a comment

Installing pecl uploadprogress

Download latest software from http://pecl.php.net/package/uploadprogress Install cd /usr/local/src wget http://pecl.php.net/get/uploadprogress tar -zxvf uploadprogress-*.tgz cd uploadprogress-* phpize ./configure make make install make install will show # make install Installing shared extensions: /usr/local/lib/php/extensions/no-debug-non-zts-20060613/ # There will be line with the above path … Continue reading

Posted in Installation | Tagged , , , , , | Leave a comment

XPanel Installation – cewki.com

Today installed Free Web Hosting software XPanel 1.1.9 on site www.cewki.com Xpanel allows webmasters to run free hosting service with PHP and perl support. XPanel have lot of features, is one of the best free hosting software available. XPanel is … Continue reading

Posted in Installation | Tagged , | Leave a comment