Initiate the VMware tools install on your CentOS 6.2 VM.
Open a SSH session to your VM and copy/paste this:
...Jan. 20, 2015 in Tutorials .
Initiate the VMware tools install on your CentOS 6.2 VM.
Open a SSH session to your VM and copy/paste this:
...Jan. 18, 2015 in Tutorials .
Memcached is a high performance distributed memory object cache server
How do I install memcached server under CentOS 6 to cache query for my php based apps?
Memcached is a high-performance, distributed memory object caching server, generic in nature, but intended for use in speeding up dynamic web applications by alleviating database load. You need ...
Jan. 10, 2015 in Tutorials .
If you’ve been around PHP for a while, you’ve probably heard about APC, the Alternative PHP Cache. APC is an opcode cache that can significantly speed up your PHP applications, by caching both PHP code and user variables. Adding APC to an application usually results in improved application response times ...