Browsing category

Debian

How to Setup ELK Stack on Debian 10 / Debian 9

ELK stack is a full-featured data analytics platform, consists of Elasticsearch, Logstash, and Kibana open-source tool. It helps you to store and manage logs centrally and gives an ability to analyze the issues. This article helps you to install ELK stack on Debian 10 / Debian 9. Install ELK Stack Elasticsearch – It stores incoming […]

How To Install Cacti on Debian 10 / Debian 9 – A Monitoring Tool

Cacti is an open-source network monitoring tool designed as the front end application for the RRDtool. It allows users to poll services at an interval of time and resulting in a graph format. With Cacti, you can get a graph for CPU and network bandwidth utilization. Also, it monitors the network traffic by polling a […]

How To Install Apache Tomcat 10 On Linux Mint 20 / Linux Mint 19

Apache Tomcat is an open-source Java servlet container developed by the Apache Software Foundation (ASF). Tomcat implements Java Servlet, JavaServer Pages (JSP), Java EL, and WebSocket, and provides a “pure Java” HTTP web server environment for running Java codes. In Tomcat, you can deploy an application by using a war file through the Web Manager […]

Install Varnish Cache 5.1 for Apache on Debian 9 / Ubuntu 16.04

Varnish Cache (simply called Varnish) is an open source high-performance web (HTTP) accelerator. It sits in front of a web server as a cache agent and serves web pages to visitors in a much faster way. Varnish stores data (cache) in virtual memory for faster loading of frequent web pages when requested by a visitor. […]