Browsing tag

debian 9

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

How To Install Docker on Debian 9

  Docker is a free and open-source containerization software that helps to deploy, run applications in a container. The containers are similar to a virtual machine but consume fewer resources, easy to manage and can run anywhere regardless of the operating environment it is running in. Docker uses cgroups and namespace to allow the independent […]

How to install and use Monit on Debian 9 / Ubuntu 16.04

Monit is an open source proactive monitoring tool for Linux operating system which helps you to monitor system process using the web browser and also whenever requires it automatically do the maintenance or repair of a particular process (i.e., restarting the service) in such a way that it can be brought back online. Monit can […]