Centos
CentOS installation, server setup, administration tasks, and troubleshooting.
How to Install Python 3 on CentOS 7
This tutorial will guide you through installing Python 3 on a CentOS 7 system using the Software Collections (SCL) along side the distribution default Python version 2.7. We will also show you how to create a Python virtual environment.

How to Install and Configure an NFS Server on CentOS 8
In this tutorial, you'll go through the steps necessary to set up an NFSv4 Server on CentOS 8. We'll also show you how to mount an NFS file system on the client.

How to Install Apache on CentOS 8
In this article, we'll explain how to install and manage the Apache web server on CentOS 8. Apache HTTP server is the most widely used web server in the world.

How to Install Git on CentOS 7
Git is the most popular version control system that's being used by hundreds of thousands of projects. This tutorial will walk you through the installation and basic configuration of Git on CentOS 7.

How to Install Git on CentOS 8
This tutorial explains how to install Git on CentOS 8. Git is a distributed version-control system that’s being used by most software teams today.

How to List Installed Packages on CentOS
In this tutorial, we will show you how to list and filter installed packages on CentOS. Knowing how to list installed packages on your CentOS system can be helpful in situations where you need to install the same packages on another machine or if you want to re-install your system.

How to Install Nginx on CentOS 8
Nginx pronounced engine x is an open-source, high-performance HTTP and reverse proxy server. This tutorial explains how to install and manage Nginx on CentOS 8.

How to Install Google Chrome Web Browser on CentOS 7
Google Chrome is the most widely used web browser in the world. It is fast, easy to use and secure browser built for the modern web. This tutorial teaches how to install Google Chrome web browser on CentOS 7

How to Install Go on CentOS 7
In this tutorial we will show you how to download and install Go on CentOS 7. Go is a modern open-source programming language created by Google.

How to Install Webmin on CentOS 7
Webmin is an open-source web control panel for system administration for Linux/UNIX. This tutorial describes how to install Webmin on a CentOS 7 server.

How to Check your CentOS Version
In this tutorial, we’ll show several different commands on to how to check what version of CentOS is installed on your system.

How to Install RPM Packages on CentOS
RPM is a packaging system used by Red Hat and its derivatives such as CentOS and Fedora. In this tutorial, we will show you two methods of how to install RPM packages on CentOS.

How to Install Updates on CentOS 7
Keeping your CentOS system up to date with the latest security updates is one of the most important parts of overall system security. In this tutorial, we will show you how to manually update system packages on CentOS 7.

How to Install and Configure Squid Proxy on CentOS 7
Squid is a full-featured caching proxy supporting popular network protocols like HTTP, HTTPS, FTP, and more. This tutorial explains how to set up Squid on CentOS 7

How to Mount an exFAT Drive on CentOS 7
exFAT (Extended File Allocation Table) is a proprietary Microsoft file system optimized for flash memory devices such as SD cards and USB flash drives. This tutorial explains how to enable exFAT support on CentOS 7.

How to Install Yarn on CentOS 7
In this tutorial we will show you on how to install Yarn on a CentOS 7 system. Yarn is a JavaScript package manager compatible with npm.

How to Configure MySQL Master-Slave Replication on CentOS 7
MySQL replication is a process that allows you to automatically copy data from one database server to one or more servers. In this tutorial we will explain how to setup a MySQL Master/Slave replication with one master and one slave server on CentOS 7.

How to Install and Use PHP Composer on CentOS 7
Composer is a dependency manager for PHP. Composer will pull in all the required PHP packages your project depends on and manage them for you. In this tutorial, we will go through the steps of installing and using Composer on a CentOS 7 machine.

How to Install and Use Docker Compose on CentOS 7
Docker Compose is a tool that allows you to define and run multi-container Docker applications. With Compose, you define the application's services, networks and volumes in a single YAML file, then spin your application with a single command.

How to Install VLC Media Player on CentOS 7
VLC is a popular open-source multimedia player and streaming media server. It is cross-platform and can play virtually all multimedia files as well as DVDs, Audio CDs, and different streaming protocols. This tutorial describes how to install VLC media player on CentOS 7.
