Rasho

Linux Commands Guide

Mastering the Linux head Command: Quick File Previews and Practical Examples

The Linux head command is an essential tool for system administrators, developers, and anyone working on the command line who needs to preview the beginning…

Read More »
Firewall Configuration

How to List and Delete UFW Firewall Rules on Linux — Complete Guide

UFW (Uncomplicated Firewall) is the go-to firewall frontend on Ubuntu and many Debian-based systems, and knowing how to list and delete UFW firewall rules safely…

Read More »
Firewall Configuration

Complete Guide: How to Set Up and Secure FirewallD on CentOS 7

FirewallD on CentOS 7 is the modern, dynamic firewall management solution that replaced raw iptables handling and simplifies network security administration. In this guide you’ll…

Read More »
Linux Commands Guide

How to Clean Up Your Ubuntu System Using Terminal Commands

Keeping your system tidy helps free disk space and can improve stability. This guide shows step-by-step terminal commands to clean up Ubuntu, remove unused packages,…

Read More »
Linux Commands Guide

Using DNF on Fedora — Install, Update, Exclude, and Prepare for DNF5

DNF is the default Fedora package manager for installing, updating, and removing RPM packages. This guide covers practical DNF usage (search, install, remove, upgrade), how…

Read More »
Linux Commands Guide

Find Command in Linux

The find command linux is an essential tool for locating files and directories by name, type, size, modification time and other attributes. This guide walks…

Read More »
Bash Scripting Tutorials

Bash command line exit codes demystified

Exit codes (also called exit status) are how commands and scripts tell you whether they succeeded or failed. This guide explains how to read and…

Read More »
Linux Commands Guide

How to Install and Use asciinema to Record Terminal Sessions

asciinema is a lightweight tool to record terminal sessions, stream them live, and share them as compact asciicast files. This guide walks you through prerequisites,…

Read More »
Bash Scripting Tutorials

Shell Script to Monitor Disk Usage

Introduction — monitor disk usage proactively Running out of disk space causes downtime and service failures. This guide shows how to build a lightweight disk…

Read More »
Database Server Setup

Top 45 MySQL Interview Questions You Must Know In 2025 [Basic to Advanced]

Whether you’re interviewing for a data analyst, data scientist, or MySQL DBA role, knowing the core MySQL concepts is essential. This guide bundles practical MySQL…

Read More »