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

How to install Docker

How to install Docker on CentOS/RedHat/Fedora Docker is an open-source project that automates the deployment of applications inside software containers, by providing an additional layer of abstraction and automation of operating-system-level virtualization on Linux. Docker uses resource isolation features of the Linux kernel such as cgroups and kernel namespaces to allow independent “containers” to run […]

Read More