Browsing category

Linux

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

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 Configure Static IP Address in CentOS 7 / RHEL 7

Setting up the network and bringing servers into the network is the primary administration task for any system administrator. In some cases, these tasks are automated using DHCP (Dynamic Network Configuration Protocol) which takes care of assigning IP Address to Desktop/Servers. READ: How To configure DHCP server on CentOS 7, Ubuntu 18.04 & Debian 9 […]

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