Rasho

Linux Commands Guide

Master RPM: 20 Essential rpm Commands for Red Hat-Based Linux (Install, Query, Verify, Rebuild)

RPM commands are the foundation of package management on Red Hat-based Linux distributions such as RHEL, CentOS, Fedora, Rocky, and AlmaLinux. Whether you are installing…

Read More »
Linux Commands Guide

Rsync Command in Linux: Complete Guide with Examples, Options, and Best Practices

The Rsync command in Linux is a powerful, flexible tool for fast file synchronization and transfer, designed to move only the changes between source and…

Read More »
Intrusion Prevention & Fail2ban

How to Check Open Ports in Linux: nmap, netcat, ss, lsof, and Bash Methods

Knowing how to check open ports in Linux is an essential skill for system administrators, security professionals, and DevOps engineers. Whether you are validating firewall…

Read More »
Linux Commands Guide

How to Safely Kill Running Processes in Linux: Commands, Signals & Best Practices

Knowing how to safely kill running processes in Linux is an essential skill for system administrators and power users. Whether you need to recover a…

Read More »
Linux Tutorials

Install Chrony to Synchronize Time in RHEL Systems: Step-by-Step Guide for RHEL 8/9

Accurate time is essential for logging, security, distributed databases, and scheduled tasks. This guide covers how to install Chrony to synchronize time in RHEL systems,…

Read More »
Cron Jobs & Automation

Automatically Restart Programs After a Crash or Reboot on Linux: systemd, Supervisor, cron & Best Practices

Keeping critical applications and services running after a crash or system reboot is essential for reliable Linux operations. This guide explains how to restart programs…

Read More »
Linux Commands Guide

How to Find Your DNS Server IP Address on Linux — resolv.conf, systemd-resolved, NetworkManager & dig

Knowing how to find your DNS server IP address on Linux is essential for troubleshooting name resolution, auditing network configuration, or confirming which resolver your…

Read More »
Disk & Storage Management (LVM, RAID)

How to Safely Extend the Root Partition in Linux — LVM, GParted and Non‑LVM Methods

Running out of space on the root partition is a common problem on Linux servers and desktops. In this guide you will learn how to…

Read More »
Linux Commands Guide

How to Safely Revert a Commit in Git — Step-by-Step Guide with Examples

Revert a commit in Git is a common task for developers and DevOps engineers who need to undo changes without rewriting history. This guide explains…

Read More »
Linux Desktop Guide

How to Install Git on Ubuntu 24.04 — Complete Guide (apt, PPA, and Build from Source)

Installing Git on Ubuntu 24.04 is a common first step for developers, DevOps engineers, and system administrators who need reliable version control. This guide shows…

Read More »