Tag: CentOS

How to Install GLPI [IT Asset Management] Tool on RHEL Systems
GLPI is a French acronym for ‘Gestionnaire Libre de Parc Informatique‘ or simply ‘Free IT Equipment Manager‘ It’s an open-source IT asset Management, service Desk System, and issue tracking system written in PHP. GLPI is …

Top 8 YUM/DNF ThirdParty Repositories for RHEL-Based Linux
YUM (Yellowdog Updater Modified) is an open-source, widely used command-line and graphical-based package management tool for RPM (RedHat Package Manager) based Linux systems, including, but not limited to, Red Hat Enterprise Linux (RHEL), CentOS, Scientific …

Disable or Enable SSH Root Login and Limit SSH Access in Linux
Everyone knows that Linux systems come with root user access and by default, root access is enabled for the outside world. For security reasons, it’s not a good idea to have ssh root access enabled …

Install LXC (Linux Containers) in RHEL, Rocky & AlmaLinux
LXD is described as the next-generation container and virtual machine manager that offers an immersive for Linux systems running inside containers or as virtual machines. It provides images for an inordinate number of Linux distributions …

How to Set GRUB2 Password in RHEL, CentOS and Fedora Linux
GRand Unified Bootloader (GRUB) is a default bootloader in all Unix-like operating systems. As promised in our earlier article “How to reset a forgotten root password“, here we are going to review how to protect …

How to Setup MySQL Replication in RHEL, Rocky and AlmaLinux
Data replication is the process of copying your data across multiple servers to improve data availability and enhance the reliability and performance of an application. In MySQL replication, data is copied from a database from …

How to Disable Package Updates Using YUM/DNF in RHEL Linux
The DNF (Dandified Yum) is the next-generation version of the YUM (Yellowdog Updater, Modified), is an open-source default package manager for Red Hat-based Linux distributions, that is used for getting, installing, upgrading, removing, and querying …

How to Install MySQL 8.0 on RHEL/CentOS 8/7 and Fedora 35
MySQL is an open-source free relational database management system (RDBMS) released under GNU (General Public License). It is used to run multiple databases on any single server by providing multi-user access to each created database. …

How to Reset Forgotten Root Password in RHEL/CentOS & Fedora
This article will guide you through simple steps to reset forgotten root password in RHEL-based Linux distributions such as CentOS 8 and Fedora 35/34. Resetting the forgotten root user password generally requires a few easy …

How to Upgrade CentOS 7 to CentOS 8 Linux
In this article, you will learn how to upgrade CentOS 7 to CentOS 8.5 release. The steps described herein do not depict the official upgrade and this should not be applied to a production server …