Browsing tag

centos 7

How to Install OpenLiteSpeed, PHP 7.0 & MariaDB on CentOS 7 / RHEL 7

OpenLiteSpeed is an open source web server developed by LiteSpeed Technologies, an open source version of commercial LiteSpeed web server. OpenLiteSpeed is a high-performance HTTP server, and it can handle hundreds and thousands of simultaneous connections with very low resource consumptions. OpenLiteSpeed is available for Linux, OS X, Solaris, and FreeBSD. It supports both SPDY/3.1 and […]

How to Configure Let’s Encrypt SSL in Lighttpd Server

Nowadays, HTTPS sites are every where and they are considered very secure and trusted. After the launch of Let’s Encrypt CA, there is a tremendous increase of HTTPS sites on the internet. Fyi, Let’s Encrypt CA is a certificate authority that provides free x.509 certificate for web servers and control panel. Here, we will create […]

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

How to Check Redhat Version

Question: How to check Redhat version? Sometimes you may need to check the version of Redhat installed on your machine. Here are some different ways by which you can find the version of Redhat the machine is running. LSB Release: lsb_release is a command line utility that prints certain LSB (Linux Standard Base) and Distribution […]

netstat Command not found on CentOS 7 / RHEL 7 – Quick Fix

netstat is a command-line utility to view the statistics of network connection to/from the machines. With netstat, you can see network connections, routing tables, interface statistics, masquerade connections, and multicast memberships. Are you wondering? netstat command not found after the installation of CentOS 7 / RHEL 7. READ: CentOS 7 installation – Step by Step […]