Archive for the ‘Pear’ Category

Install the Alternative PHP Cache (APC)

The Alternative PHP Cache (APC) is a free, open, and robust framework for caching and optimizing PHP intermediate code.

yum install php-pear
yum install php-devel httpd-devel
yum groupinstall ‘Development Tools’
yum groupinstall ‘Development Libraries’
pecl install apc

http://si2.php.net/manual/en/install.pecl.php

doc2pdf – unoconv

Convert between any document format supported by OpenOffice 🙂

unoconv is a utility which can be used for can be used to convert any OpenOffice supported file to and from to other format…..


<code>/usr/bin/unoconv --server localhost --port 2002 --stdout -f pdf input.doc</code>

Reference:

http://dag.wieers.com/home-made/unoconv/

http://www.lampdeveloper.co.uk/tag/unoconv/

http://www.livedocx.com/