Centos 31
A collection of tutorials to manage CentOS and Redhat based systems, including performance tuning, installation, administration, and troubleshooting.
PHP-FPM With PHP7 From Source
PHP 7 has great performance benefits and combining that with Nginx when using php-fpm you can get seriously impressive load times! Compiling from source offers more control over where packages are installed and what modules are enabled. If you would like to read more about php-fpm, you can visit the project page Download the dependencies […]
Creating A New Virtual Machine with KVM
This article covers creating a new virtual machine with KVM. It is based on CentOS however the majority applies to any OS using KVM. We are going to build a CentOS 7 virtual machine. Virtual Machine CLI Installation: Install wget if you don’t already have it: Part of this requires desktop First grab a CentOS […]
KVM installation on CentOS
KVM(Kernel-based Virtual Machine) is a full virtualization software for linux. You can run multiple virtual server instances under one physical host. This allows you to seperate services and run them on different virtual machines. The link to the project can be found here. Running virtual servers is often used to condense many physical machines into […]
Most Commented