Browsing tag

debian 9

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

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

netstat Command not found on Debian / Ubuntu / Linux Mint – Quick Fix

netstat is a command line tool to view the network connection statistics to/from the machine. With netstat, you can see network connections, routing tables, interface statistics, masquerade connections, and multicast memberships. Are you facing netstat command not found issue after the installation Debian / Ubuntu / Linux Mint. -bash: netstat: command not found Here is […]

How to Configure Let’s Encrypt SSL in OpenLiteSpeed Web Server

Do you know?, Google will begin mark all HTTP pages as ‘Not Secure ‘ in chrome, starting from v62. Google already planned this for coming October and started sending emails to webmasters who are yet to migrate their site to HTTPS, including us. Now, it’s the time for us to move away from HTTP for […]

How To Install Oracle Java JDK 12 / 11 / 8 on Debian 10 / Debian 9

Today we will be going through the installation of Oracle Java SE which includes Java Development Kit (JDK) and Java Runtime Environment (JRE) on Debian 10 / Debian 9. Java JDK is the most important one for the developers, and this guide will be more useful for them to build a development environment when they […]