Linux networking basics IP subnet routing and DNS
Level 1

Linux networking basics IP subnet routing and DNS

Learn how IP addressing, subnet masks, routing decisions, and DNS lookups work on Linux, plus a practical...

5 min
Linux filesystem layout (FHS) for beginners
Level 1

Linux filesystem layout (FHS) for beginners

Learn how Linux FHS directories map to real operations, with practical examples for troubleshooting, backups, and safe...

5 min
Linux ecosystem and Level 1 roadmap
Level 1

Linux ecosystem and Level 1 roadmap

A beginner-friendly map of Linux layers and a practical Level 1 path, with cross-distro commands and compatibility...

5 min
Linux boot process BIOS UEFI GRUB and systemd
Level 1

Linux boot process BIOS UEFI GRUB and systemd

Learn the Linux boot chain from firmware to systemd, with practical commands and troubleshooting steps for Debian 13.3,...

5 min
Kernel modules and hardware detection basics
Level 1

Kernel modules and hardware detection basics

Understand how Linux kernel modules map hardware IDs to drivers, how to troubleshoot missing devices, and what changes...

6 min
Firewall management with nftables and firewalld
Level 1

Firewall management with nftables and firewalld

Learn when to manage Linux firewall rules directly with nftables and when to use firewalld, with safe commands, distro...

5 min
find locate and which practical guide
Level 1

find locate and which practical guide

Learn when to use which, find, and locate on real Linux systems, with safe command patterns, indexing caveats, and...

5 min
Disk health and capacity monitoring with df du and smartctl
Level 1

Disk health and capacity monitoring with df du and smartctl

Learn a practical workflow to track Linux disk capacity with df and du, verify hardware health with smartctl, and...

5 min
Containers and virtualization basics with Podman and KVM
Level 1

Containers and virtualization basics with Podman and KVM

Learn when to use Podman containers or KVM virtual machines, with rootless Podman and libvirt setup steps plus...

6 min
Configure network interfaces with NetworkManager and CLI tools
Level 1

Configure network interfaces with NetworkManager and CLI tools

Configure Linux network interfaces safely with nmcli and ip tools, including static IP setup, temporary testing,...

5 min
Build a safe Linux lab with VMs and snapshots
Level 1

Build a safe Linux lab with VMs and snapshots

Learn to build an isolated Linux practice lab with KVM VMs and snapshots, including rollback routines, network...

5 min
Build and install software from source safely
Level 1

Build and install software from source safely

Learn a safe source-build workflow: verify tarballs, compile in a controlled environment, stage installs, and keep...

5 min