Archive for October, 2009

Install Zend Optimizer & IonCube Centos 5.3

Posted on October 6, 2009. Filed under: Uncategorized |

[Zend Optimizer] Download http://www.zend.com/free_download/optimizer # wget http://downloads.zend.com/optimizer/3.3.9/ZendOptimizer-3.3.9-linux-glibc23-i386.tar.g # tar zxf ZendOptimizer-3.3.9-linux-glibc23-i386.tar.gz # cp ZendOptimizer-3.3.9-linux-glibc23-i386/data/5_1_x_comp/ZendOptimizer.so /usr/lib/php/modules/ # nano /etc/php.ini ” add line” [Zend] zend_extension=/usr/lib/php/modules/ZendOptimizer.so Restart Apache # /etc/init.d/httpd restart [ IonCube Loader] # wget http://downloads2.ioncube.com/loader_downloads/ioncube_loaders_lin_x86.tar.gz # tar zxf ioncube_loaders_lin_x86.tar.gz # mv ioncube /usr/lib/php/modules/ # chown -R root:root /usr/lib/php/modules/ioncube # nano /etc/php.ini add line after [PHP]/ line [...]

Read Full Post | Make a Comment ( None so far )

CentOS 5: Eaccelerator Installation

Posted on October 6, 2009. Filed under: Uncategorized |

eAccelerator is a free open-source PHP accelerator, optimizer, and dynamic content cache. It typically reduces server load and increases the speed of your PHP code by 1-10 times. Through SSH. yum install php-devel yum groupinstall ‘Development Tools’ Change directory. cd /tmp Get the file. wget http://bart.eaccelerator.net/source/0.9.5.2/eaccelerator-0.9.5.2.tar.bz2 tar xvfj eaccelerator-0.9.5.2.tar.bz2 Change directory. cd eaccelerator-0.9.5.2 Phpize. phpize [...]

Read Full Post | Make a Comment ( None so far )

How to Migrate to Thunderbird Portable

Posted on October 2, 2009. Filed under: Uncategorized |

I’ve been keeping my life on Flash storage since around 2004. I started off using an old SD card in a cheap USB reader as a lightweight method of carrying my daybook and notes between work and home. Over the years 600 web pages of technical notes, my personal journal, plans and action lists migrated [...]

Read Full Post | Make a Comment ( None so far )

Liked it here?
Why not try sites on the blogroll...

Follow

Get every new post delivered to your Inbox.