Storage Management in RHEL/CentOS made Simpler (CLI Tools)
- Best Practices & Patterns, Linux Basics, System Administration, Web Servers
- June 9, 2025

File-system issues can cause a Linux system, such as Red Hat Enterprise Linux, to fail during boot, leading to system downtime and operational disruption. This guide provides step-by-step instructions on detecting, troubleshooting, and repairing common file-system problems encountered during boot.
READ MORE
This content outlines the integration of GitLab CI/CD with OpenShift for deploying containerized applications. It discusses prerequisites, initial setup, service accounts, CI/CD variables, and pipeline configuration. Security best practices are emphasized to ensure safe deployment processes. An example demonstrates deploying a Node.js app, highlighting continuous delivery benefits.
READ MORE
Introduction to CI/CD and GitHub Actions Continuous Integration and Continuous Delivery (CI/CD) is a DevOps practice that automates the build, test, and deployment of code whenever changes are pushed to a repository. In simple terms, Continuous Integration (CI) means new code changes are automatically tested (and often merged), ensuring that integration issues are caught early, while Continuous
READ MORE
When a Linux system refuses to boot, it can be daunting – but a methodical approach will often get you back up and running. This guide provides step-by-step troubleshooting for common boot issues on Ubuntu, CentOS, and RHEL, suitable for intermediate Linux users. We’ll cover preliminary checks (like hardware and BIOS/UEFI settings), using recovery
READ MORE
Losing or forgetting a root password can occur for various reasons. This guide outlines how to reset the root password on RHEL/CentOS using GRUB bootloader, including steps to enhance security afterward.
READ MORE
In this article, we covered the end-to-end process of deploying a containerized frontend web application on an on-premises OpenShift cluster, using both the oc CLI and the OpenShift web console
READ MORE