CentOS Articles

How to Install Nginx on CentOS 8 Operating System

Nginx, the most popular open-source, HTTP and reverse proxy server with high-performance, use to handle the load of largest sites on the internet. We can use Nginx as a web server and as a reverse proxy for another web server like Apache. If we compare Nginx and...

How to Install Apache on CentOS 8 Linux

When we are thinking about web server the first name is coming Apache HTTP server, it is most popular in the world for hosting any type of web applications or websites.   The most important thing about Apache web server is, it is free and open-source web server and...

How to Install Git on CentOS 8 Linux Operating System

In this tutorial will learn how to install and configure Git on CentOS 8. Nowadays, Git is a very famous version control system used by most of the open-source and commercial projects. It allows us to track code changes, revert into the previous stage...

How to add swap space on CentOS 8 Operating System

Swap space can be created into Linux system in two ways, one we can create a dedicated partition for swap or another one is created a swap file and use it as swap space.