Installing and configuring memcached

On August 19, 2011, in CentOS, by mike

Undoubtedly, memcached is the best caching system can be run distributed reaching extreme performance ( it uses libevent find). As dependency to be used we will need: libevent, memcached and php-memcached PECL. ## Install PHP PECL Memcache and memcached-(Dependencies will be installed along with them) yum install php-pecl-memcache memcached ## To Configure the memcached edit [...]

Tagged with:  

Updating packages with Yum on Centos

On January 9, 2011, in CentOS, by mike

The Yum package manager is used by Centos for its software managment. To download the latest list of packages from the Centos repositories, type: yum update Then, to upgrade your system to the latest packages, type: yum upgrade To install a package, type: yum install $packagename Where $packagename could be httpd, php, or mysql, for [...]

Tagged with:  

How to start services on CentOs boot

On January 9, 2011, in CentOS, by mike

Starting services on boot in a Centos VPS is accomplished via the chkconfig command: To make the httpd start on boot in runlevel 3, the default runlevel for Centos. chkconfig –levels 3 httpd on To disable any service you do not want to start on boot: chkconfig –levels 3 httpd off These commands add or [...]

Tagged with:  

Upgrade php 5.2 on Centos 5.4

On January 9, 2011, in CentOS, by mike

Default PHP packages for Centos 5 are php 5.1.6 based. To install or upgrade to php 5.2 the Centos Plus repository  must be enabled for Yum. Step 1 edit /etc/yum.repos.d/CentOS-Testing.repo # CentOS-Testing: # !!!! CAUTION !!!! # This repository is a proving grounds for packages on their way to CentOSPlus and CentOS Extras. # They [...]

Tagged with:  

Looking for something?

Use the form below to search the site:

Still not finding what you're looking for? Drop a comment on a post or contact us so we can take care of it!

Visit our friends!

A few highly recommended friends...

Copyright © 2005-2010 Linux Server™. Use of this web site constitutes acceptance of the Linux Server™ Terms of Use and Privacy Policy. en-US Linux is a trademark registered by Linus Torvalds in the United States and other countries.