X

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…

LinuxAdmin.io

Nginx Compile From Source On CentOS

Nginx (pronounced ("Engine X") is a high performance web server. It  can be used as a web server, proxy server,…

LinuxAdmin.io

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…

LinuxAdmin.io

Linux Access Control Lists

ACLs (Access control lists) are a security feature which can expand or restrict permissions on files and directories in a…

LinuxAdmin.io

Bridged Networking Setup For KVM Virtualization

A bridged networking setup is typically used in KVM(Kernel-based virtual machine) to allow the virtual machines to access the LAN/WAN…

LinuxAdmin.io

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…

LinuxAdmin.io

Setup and Optimize Zend OpCache

Zend OPCache: Zend OpCache is a caching engine that comes with PHP by default in later releases (PHP 5.5 and above).…

LinuxAdmin.io