Browsing category

How To’s

How to Check Ubuntu Version / Debian Version

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

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 […]