Linux Operations Reference
Overview
Production-grade Linux operations reference documentation covering commands, system administration, networking, storage, security, containers, and troubleshooting.
Primary Documentation: domus-linux-ops (linux-ops)
Scope
Comprehensive coverage of Linux operations for:
-
Daily command-line work
-
System administration tasks
-
Network configuration and troubleshooting
-
Storage management (LVM, Btrfs, ZFS, LUKS)
-
Security hardening and auditing
-
Container operations (Podman, Docker)
-
Desktop environment (Wayland, Hyprland)
-
Distribution-specific procedures (Arch, RHEL, Debian)
Documentation Structure
Reorganized into hierarchical subsections (2026-02-09):
Command Mastery
commands/
├── text/ # sed, awk, text processing
├── shell/ # Shell patterns, I/O redirection
├── files/ # Search, file operations
├── editors/ # Vim essentials
└── tools/ # gopass, specialized tools
System Administration
server/
├── systemd/ # Services, timers, deep dive
├── logging/ # journalctl
└── tuning/ # Performance optimization
Networking
networking/
├── connectivity/ # nmcli, ss, ip
├── firewall/ # firewalld, nftables
└── analysis/ # tcpdump, netcat
Storage
storage/
├── volumes/ # LVM, device management
├── filesystems/ # Btrfs, ZFS
└── encryption/ # LUKS
Security
security/
├── mac/ # SELinux, AppArmor
├── audit/ # auditd
├── isolation/ # Namespaces
└── hardening/ # SSL/TLS, system hardening
Containers
containers/
├── runtime/ # Podman, Docker
└── integration/ # systemd integration, rootless
Key Documents
Production-Grade Rewrites (2026-02-09)
These documents were completely rewritten with real examples and production scenarios:
-
sed Deep Dive (linux-ops) - Preview-before-apply pattern, escaping, real-world examples
-
Vim Essentials (linux-ops) - Modal editing, practical workflows
-
Shell Patterns (linux-ops) - Heredocs, parameter expansion, brace expansion
Quality Standards
Distribution Coverage
| Family | Distributions | Key Docs |
|---|---|---|
Arch |
Arch Linux, EndeavourOS |
pacman, AUR, mirrors, maintenance |
RHEL |
RHEL, Rocky, Alma, Fedora |
dnf, subscription, EPEL |
Debian |
Debian, Ubuntu |
apt, PPAs, maintenance |
Related Projects
-
Linux EAP-TLS - Uses Linux operations for 802.1X
-
DC & Vault PKI - Linux client configuration