How to install xcache on CentOS 6

XCache is an extension for PHP that caches its operational code. It speeds up loading time of the pages that had already been visited and overall increases the website’s loading speed.

Read More

How to install Python on CentOS 6

By default, CentOS 6 comes with Python 2.6. This manual is only for those, who want a newer version of the software. You can check which version is currently installed by opening the terminal and executing the command python –version.

Read More