All Tracks
Track

Linux Terminal

01

Linux Fundamentals

Easy5 steps

Navigate the filesystem, explore the FHS directory hierarchy, discover virtual filesystems, hunt down files, and check disk space. Each step targets a specific section of the Filesystem & Navigation article.

navigationFHSprocvirtual-fsfindtreedfduinode
02

Text Processing

Medium6 steps

Search, filter, transform, and analyze text using grep, sed, pipelines, and supporting utilities. Each step targets a key section of the Text Processing article.

grepsedsortuniqpipescuttrtext
03

Vim Practice

Easy4 steps

Hands-on practice with Vim: open and save files, navigate efficiently, edit with delete/copy/paste, and search and replace. Each step seeds realistic files for you to work with.

vimeditornavigationeditingsearch
04

Shell Scripting Basics

Medium7 steps

From your first script through control flow, safety flags, parameter expansion, functions, and safe file iteration. Each step targets a section of the Shell Scripting article.

bashscriptsvariablescontrol-flowfunctionstrapssafety
05

Permissions & Users

Easy5 steps

Read permission strings, change file modes with chmod, understand octal notation, and manage ownership. Each step targets a section of the Permissions & Users article.

chmodchownpermissionsoctalfindlsownership
06

Process Management

Medium6 steps

Explore the process tree through /proc, read live process data, decode signals, and diagnose a zombie process. Each step targets a section of the Process Management article.

processprocpidppidsignalszombiegrepcat
07

Service Management

Medium6 steps

Read unit files to understand service configuration, check service status, explore dependency ordering, and diagnose a failed service. Each step targets a specific section of the Service Management article.

systemdsystemctlunit-fileservicedependenciestroubleshooting
08

CPU & Memory

Medium5 steps

Decode load averages, read memory stats from /proc/meminfo, triage with vmstat, and hunt OOM killer events in kernel logs. Each step targets a section of the CPU & Memory article.

load-averagememoryprocmeminfovmstatoom-killerfreegrep
09

Disk & I/O

Medium5 steps

Inspect block devices and mount points, analyze disk and inode usage with df and du, hunt down large files consuming space, and read /etc/fstab to understand filesystem configuration.

dfdulsblkfstabinodesmountfinddisk
10

Log Management

Medium5 steps

Explore Linux log directories, filter messages by severity level, grep through structured journal output, and analyze logrotate configurations. Each step targets a specific section of the Log Management article.

logssysloggrepseverityjournalctllogrotatevar-logfiltering