Install Lighttpd With PHP FPM And MariaDB (LLMP) on Debian 9

Lighttpd is an open-source web server designed for speed-critical environments. It was originally developed as POC (Proof Of Concept) by Jan Kneschke to handle 10K connections in parallel on one server. With a low memory footprint compared to other webservers, effective management of the CPU-load, and advanced feature sets such as FastCGI, SCGI, Output-Compression, Auth, […]

How to Check Redhat Version

Question: How to check Redhat version? Sometimes you may need to check the version of Redhat installed on your machine. Here are some different ways by which you can find the version of Redhat the machine is running. LSB Release: lsb_release is a command line utility that prints certain LSB (Linux Standard Base) and Distribution […]

How to Install Memcached on Debian 9 / Debian 8

Memcached is a free and open source general-purpose distributed memory object caching system used for speeding up dynamic database-driven web applications by alleviating database loads to physical memory through caching. Memcached is simple yet powerful. It is widely used by top busiest websites such Google, Youtube, Wikipedia, etc. Here are the simple steps to install […]

netstat Command not found on CentOS 7 / RHEL 7 – Quick Fix

netstat is a command-line utility to view the statistics of network connection to/from the machines. With netstat, you can see network connections, routing tables, interface statistics, masquerade connections, and multicast memberships. Are you wondering? netstat command not found after the installation of CentOS 7 / RHEL 7. READ: CentOS 7 installation – Step by Step […]

How to Check CentOS Version

Question: How to check CentOS version? Sometimes you may need to check the version of CentOS installed on your machine. Here are some different ways by which you can find the version of CentOS the machine is running. LSB Release: lsb_release is a command that prints certain LSB (Linux Standard Base) and Distribution information You […]