๐Ÿง Linux

โ† Back to Cheatsheets

Command-line utilities and Linux system administration. Covers file operations, text processing, systemd service management, networking, and useful tools for daily operations. For scripting and shell syntax, see the Bash cheatsheet.

Resources

man7.org โ€” Linux man pages tldr pages โ€” simplified man pages explainshell.com systemd.io yt-dlp docs

Files & Archives

Common operations for working with files, directories, and compressed archives.

Text Processing

Tools for searching, transforming, and inspecting text files and command output. These are most useful when composed with pipes.

systemd

systemd is the init system and service manager on most modern Linux distributions. systemctl manages units (services, timers, sockets); journalctl reads the unified log.

Networking

Tools for managing network connections and monitoring traffic.

System Administration

Common administration tasks for managing services, permissions, and audio on Linux.

yt-dlp

Download audio and video from YouTube and other sites. Add --cookies-from-browser BROWSER if the site requires authentication.