Install Sublime Text4 on CentOS8 or RHEL8

Sublime Text4 on CentOS8 or RHEL8

In this article, we will review in detail how to install sublime text4 on CentOS8 or RHEL8 and also provide examples. Table of Contents Brief History & Overview Sublime Text (ST) is still a powerful source-code editor in its unregistered shareware form. ST was created by Jon Skinner, an ex-Google Software Engineer who left his […]

To DOCKER or not to PODMAN: THAT IS THE QUESTION

docker or not to podman

In this article, we compare and contrast both container platforms and ultimately decide whether to docker or not to podman. Table of Contents Introduction When deciding which containerization technology to go with, Docker or Podman, one should consider the following: Security – Since Podman has a daemon-less architecture, which is just a fancy way of saying […]

The Most Commonly Used YUM Commands in Linux With Examples

commonly used yum commands

Table of Contents Introduction According to the Linux manual pages (man yum), there are 35 standard YUM commands. That number increases to the hundreds when you factor in the various options and flags available with the yum utility.  In this article, we will review the most commonly used yum commands. Linux sysadmins the world over […]

Introducing The System Storage Manager (SSM)

System Storage Manager - SSM

Table of Contents Introduction Redhat recently introduced the System Storage Manager (SSM), a unified user interface that allows uses to manage complicated systems in a simple way. SSM shines when it comes to simplifying how sysadmins create, extend, reduce, or delete partitions using the logical volume manager (LVM). Creating and mounting a logical volume takes […]

10 Essential Skills for Junior Linux Systems Administrators

Junior Linux sysadmin skills

Unlocking Success: Junior Linux Sysadmin Skills Unveiled – From command line to networking essentials, gain vital skills for effective Linux system administration in this comprehensive guide. Table of Contents Introduction In the ever-evolving landscape of information technology, Linux systems administrators play a crucial role in maintaining the stability and functionality of servers and systems. A […]

Top 10 Commonly Used Git Commands

Commonly used Git commands

In this article, we will review the top 10 most commonly used Git commands. You can’t call yourself a competent DevOps Engineer or IT professional for that matter, without a good working knowledge of Git and what it’s used for. It is a free and open-source version control system (VCS) used by collaborative projects in […]

Installing and Using Gping on RHEL 9 or CentOS 9

Install Gping on RHEL9

In this guide, we will walk you through the step-by-step process to install Gping on RHEL9 or CentOS9. We will also review some usage examples to gain a better understanding. Table of Contents Introduction In the fast-paced world of server management, having a reliable tool for measuring network latency is crucial. Gping or Graphical ping, […]

Install MySQL8.0 on RHEL9 or CentOS9

Install MySQL on RHEL9

In this step-by-step guide, we will show you how to install MySQL 8.0 on RHEL 9 or CentOS 9, ensuring a smooth setup for your database needs. Table of Contents Introduction In the dynamic landscape of database management systems, MySQL continues to be a popular choice for many developers and businesses alike. With the release of MySQL […]

RHCSA9 Exam Series: Lab Results and Review

RHCSA9 Exam Series - Lab Results and Review

In this section of the RHCSA9 exam series, we will review the lab exercises from previous articles and compare results. Table of Contents Introduction Before we begin, we must announce this disclaimer: This is not the official RHCSA9 exam results or review process and is only designed to give you (“the reader”) an idea of […]

RHCSA9 Exam Series: Resetting the Root Password

RHCSA9 Exam Series: Resetting the Root Password

In this RHCSA9 Exam Series: Resetting the Root Password article, we will review how to change or reset the root password in RHEL9. There’s a slight difference to the way this done as of the 9.0 release and the date of this publication. Table of Contents Introduction Breaking into a RHEL9 machine and changing the […]