LAMP Installation on CentOS and RHEL8/7

LAMP  (Linux, Apache, MariaDB/MySQL and PHP) Stack is a bundled of software together i.e Linux, Apache, MariaDB/MySQL and PHP. This is the most common software stack in today’s internet to host dynamic websites and web applications.  1. Linux – Operating System (CentOS, RedHat, Ubuntu, SUSE, Debian etc.). 2. Apache – Web Server (Web pages or …

Read more

NGINX Installation on Ubuntu 18.04 LTS

NGINX (pronounced “Engine X“) is an open source Lightweight and High Performance Web Server, Reverse Proxy Server, HTTP Cache and Load Balancer. In this post, we will see the installation steps of NGINX Web Server. Also Read: Ubuntu 18.04 LTS “Long Term Support” (Bionic Beaver) Server Installation Guide Also Read: How to install Ubuntu 20.04 LTS Desktop NGINX Open Source is …

Read more

Fedora 31 Workstation Installation Guide with Screenshots

Fedora Linux 31 was released in the month of October 2019.  Fedora Linux distribution develop by community supported by Fedora Project and sponsored by Red Hat Inc. In this post we are going to see how we can perform the Installation of Fedora 31 Workstation. From Fedora Version 30, there are five editions are available which are …

Read more

Red Hat Enterprise Linux 8.1 Installation with Screenshots

In this article we will perform Red Hat Enterprise Linux 8.1 step by step installation with screenshots using ISO image . As we know Red Hat Enterprise Linux is abbreviated as RHEL.  it’s developed by RedHat Inc. for commercial use. Red Hat Enterprise Linux 8.1 was released on November 5, 2019 with Linux Kernel 4.18.0-147, …

Read more

How to install MariaDB 10.4 on Ubuntu 18.04 LTS

As we all know MariaDB is an open source and relational database management system based on MySQL technology and we can say it is a great replacement of MySQL Database. MariaDB is developed by original developers of MySQL after concerns raised by Oracle’s acquisition of MySQL. This post describes how to install the MariaDB on …

Read more

How to install MariaDB 10.4 on CentOS, RedHat 8/7 & Debian 10 (Buster) Linux

MariaDB is a free and open-source RDBMS under the GNU General Public License. MariaDB Enterprise is managed  by MariaDB Corporation AB and the Community MariaDB server is managed by the MariaDB Foundation. MariaDB is ensuring a drop-in replacement of the MySQL Relational Database Management System (RDBMS). It has included new storage engines like MyRocks, Aria, ColumnStore. In this article, …

Read more

How to install Wireshark on Ubuntu and Linux Mint

Wireshark is a freely available GUI based packets capturing  in the network in real-time. It will intercepts traffic and converts that binary into human readable format. This helps to inspect network traffic to and fro on your network for troubleshooting network issues like dropped packets, latency issues, and malicious activity on your network. Majority of the packets are TCP, …

Read more