| by Arround The Web

How to Install and Manage Podman Containers in RHEL Systems

Most of us are familiar with Docker as a popular Container runtime for major Linux distributions. However, when it comes to the RHEL-based distributions such as CentOS, Rocky Linux, and AlmaLinux, Docker is not officially supported. Learn how to instal…

Share Button
Read More
| by Arround The Web

How to migrate from CentOS 8 to AlmaLinux (conversion)

I already wrote about migrating from CentOS 8 to CentOS Stream. I also have a guide about migrating from CentOS 8 to Rocky Linux. Today, I am working on another side project with my partner, and I wanted to try out AlmaLinux. Hence, this quick post wil…

Share Button
Read More
| by Arround The Web

How to Create Sudo User in RHEL, CentOS, Rocky & AlmaLinux

The Redhat Enterprise Linux (RHEL) ecosystem hosts several interesting Linux-based OS distributions. The OS pair AlmaLinux and Rocky Linux are exciting replacements for the discontinued CentOS distribution.
The post How to Create Sudo User in RHEL, Cen…

Share Button
Read More
| by Arround The Web

How to Install Remi Repo in RHEL, CentOS, Rocky, and AlmaLinux

RHEL Linux, Rocky Linux, AlmaLinux, and CentOS systems are all familiar with the YUM package manager, which is used to easily search, download, install, and delete various targeted software packages. Also, we need the YUM package manager for frequent s…

Share Button
Read More
| by Arround The Web

Steps to Install Rocky Linux 8.4 with Screenshots

Rocky Linux is a Community-based Enterprise Operating System with a complete binary-compatible release using the Red Hat Enterprise Linux (RHEL) operating system source code. The advantage of Rocky Linux is that it is completely free to install on any 64-bit x86 and ARM64 (aarch64) system. Let’s get it up and running with the illustrated guide. […]

The post Steps to Install Rocky Linux 8.4 with Screenshots appeared first on Linux Today.

Share Button
Read More
| by Arround The Web

How To Install Kubernetes Cluster Using Kubeadm in RHEL 8

In this article, we are going to learn about Kubernetes cluster installation using Kubeadm in RHEL 8, and its clones like AlmaLinux 8, CentOS 8, and Rocky Linux 8.
The post How To Install Kubernetes Cluster Using Kubeadm in RHEL 8 appeared first on Lin…

Share Button
Read More
| by Arround The Web

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 GRUB with passwords.
The post How to Set…

Share Button
Read More
| by Arround The Web

Basic and Most Useful ssh Client Commands for Linux

SSH is one of the main key services in Linux/Unix-based systems. SSH represents Secure Socket Shell. SSH protocol is used to access the remote server/system with an encrypted method of login using the default TCP/IP port 22 or a custom-based port number. This service is mainly used by System and Network Administrators to execute commands […]

The post Basic and Most Useful ssh Client Commands for Linux appeared first on Linux Today.

Share Button
Read More
| by Arround The Web

How to Install Suricata on RHEL, Rocky, and AlmaLinux

Suricata is popular as a result of it being an independent and open source threat detection engine. It’s a lifesaver for network administrators that are looking for a seamless and performant way to examine and manage network traffic issues. Learn…

Share Button
Read More
| by Arround The Web

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 the master server to other nodes in real-time to ensure consistency of data and also to provide backup and redundancy. […]

The post How to Setup MySQL Replication in RHEL, Rocky and AlmaLinux appeared first on Linux Today.

Share Button
Read More
| by Arround The Web

How to Check and Repair XFS Filesystem in RHEL

xfs_repair command repairs corrupt or damaged XFS filesystems. It’s highly scalable, high-performance and is designed to effectively repair even very large file systems with many inodes. Unlike other Linux file …

The post How to Check and Repair XFS Filesystem in RHEL first appeared on 2DayGeek.

Share Button
Read More
| by Arround The Web

How to Solve Error “rpmdb damaged header” in Fedora, RHEL

This guide explains how to solve error rpmdb damaged header by rebuilding the RPM database in Fedora, RHEL, CentOS, AlmaLinux and Rocky Linux.
The post How to Solve Error “rpmdb damaged header” in Fedora, RHEL appeared first on Linux Today.

Share Button
Read More
| by Arround The Web

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 pa…

Share Button
Read More
| by Arround The Web

How to migrate from CentOS 8 to Rocky Linux (conversion)

I already wrote about migrating from CentOS 8 to CentOS Stream. Now, I am migrating Linode VM from CentOS 8 to Rocky Linux 8. The server runs a very simple workload that includes PHP 8.1, MariaDB server and Nginx, and SELinux and firewalld.
Love this? …

Share Button
Read More
| by Arround The Web

CentOS Stream 9 is Now Generally Available

The release of CentOS Stream 9 has been carried out before CentOS Linux 8 expires at the end of this year. The distro is based on Fedora 34, the same code base that RHEL 9 uses.
The post CentOS Stream 9 is Now Generally Available appeared first on Linu…

Share Button
Read More
| by Arround The Web

How to migrate from CentOS 8 to CentOS stream conversion

As you know, CentOS 8 is ending soon. Red Hat is making the shift from CentOS 8 to CentOS Stream. CentOS stream places itself between Fedora Linux and RHEL. It is not 100% RHEL clone but ahead of RHEL development. Think of it as a midstream distro. Of …

Share Button
Read More
| by Arround The Web

An Introduction to DNF with 20 Examples

DNF stands for Dandified YUM, a completely updated version of YUM Package Manager. It was originally introduced on Fedora 18 and has now become the default package manager on Fedora 22, RHEL, and CentOS 8 to handle the RPM package management. DNF improves the deficiencies of YUM, including poor performance, high memory usage, and slowness […]

The post An Introduction to DNF with 20 Examples appeared first on Linux Today.

Share Button
Read More
| by Arround The Web

A Basic Guide to the ‘ls’ Command in Linux with Examples

This guide will teach you how to use the ‘ls’ command in Linux. All the below examples of the ‘ls’ command are tested on RHEL/CentOS 7.6.
Linux/Unix platform ‘ls’ command is one of the most repeatedly used commands. …

Share Button
Read More
| by Arround The Web

How to Use ‘cat’ Command in Linux with Examples

This guide will teach you how to use the cat command in Linux. All the below examples were tested on RHEL/CentOS 7.6. ‘Cat’ is one of the most commonly used commands in Linux operating systems (short for “concatenate”). This is a standard Unix command that concatenates and displays files. Using the cat command, you can […]

The post How to Use ‘cat’ Command in Linux with Examples appeared first on Linux Today.

Share Button
Read More
| by Arround The Web

How to Configure a SMTP Relay Host in Sendmail

In this article, you will learn how to configure a Sendmail server to forward all mail generated from localhost to another SMTP server in the RHEL system.
The post How to Configure a SMTP Relay Host in Sendmail appeared first on Linux Today.

Share Button
Read More