Browsing category

Linux

How to Setup Virtual Hosts in Lighttpd Server

Virtual hosting is a technical way of hosting multiple domains on a single server. Hosting multiple domains on a single server increase optimized usage of its resources, such as processor cycles, memory. Types of Virtual Hosting: There are two types of virtual hosting, namely. IP Based – The website can be accessed using IP Address. […]

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

How to Add Devices to LibreNMS Monitoring Tool

In our last article, we set up LibreNMS monitoring tool for monitoring servers and network devices. This guide focus on adding devices to LibreNMS tool for monitoring. Assuming that you have a working setup for LibreNMS monitoring tool, if not, follow the below guide. READ: Install LibreNMS on CentOS 7 / Ubuntu 16.04 – A […]