Process text data with cut sort uniq tr and wc
Level 1

Process text data with cut sort uniq tr and wc

Learn practical Linux text-processing pipelines with cut, sort, uniq, tr, and wc, including safe parsing patterns and...

1 min
Process management with ps top kill nice and systemd
Level 1

Process management with ps top kill nice and systemd

Learn a practical Linux process workflow with ps, top, kill, nice, and systemd, including safe production handling and...

6 min
Practical Linux troubleshooting methodology and case studies
Level 1

Practical Linux troubleshooting methodology and case studies

Learn a step-by-step Linux troubleshooting method with real incident case studies, command-driven verification, and...

6 min
Pipes redirection and streams in Linux
Level 1

Pipes redirection and streams in Linux

Learn how stdin, stdout, stderr, pipes, and redirection work in Linux, with practical command patterns that prevent...

5 min
Paths globbing and shell expansion
Level 1

Paths globbing and shell expansion

Understand how Bash expands paths, globs, and variables before commands run, with safe scripting patterns and...

5 min
Partitions filesystems and mounts ext4 XFS and Btrfs
Level 1

Partitions filesystems and mounts ext4 XFS and Btrfs

Learn how partitions, filesystems, and mount points fit together, then choose ext4, XFS, or Btrfs with practical...

5 min
PAM basics authentication policy and account locking
Level 1

PAM basics authentication policy and account locking

Learn how PAM modules enforce authentication policy and account lockout safely, including pam_faillock design,...

5 min
Package management with apt dnf rpm and repositories
Level 1

Package management with apt dnf rpm and repositories

Learn how apt, dnf, and rpm work with trusted repositories on Debian, Ubuntu, Fedora, and RHEL, including safe update...

5 min
OpenSSH for admins keys hardening and tunneling
Level 1

OpenSSH for admins keys hardening and tunneling

Learn how to deploy SSH keys, harden sshd safely, and use tunnels for real admin tasks across Debian, Ubuntu, Fedora,...

6 min
LVM for beginners PV VG and LV explained
Level 1

LVM for beginners PV VG and LV explained

Understand how LVM layers PV, VG, and LV work together, then practice safe create, extend, and shrink workflows with...

6 min
Linux security baseline updates firewall and least privilege
Level 1

Linux security baseline updates firewall and least privilege

A practical baseline for tightening Linux hosts with default-deny firewall policy and least-privilege controls for...

5 min
Linux permissions chmod chown and umask deep guide
Level 1

Linux permissions chmod chown and umask deep guide

Learn how Linux permission bits, ownership, and umask work together in real operations. This guide shows safe...

6 min