Commands Cheatsheet
A categorized quick reference for core Linux commands, with deprecated tools flagged and modern replacements listed. Covers file operations, text processing, process and user management, networking, archiving, package …
A categorized quick reference for core Linux commands, with deprecated tools flagged and modern replacements listed. Covers file operations, text processing, process and user management, networking, archiving, package …
Reference for the cron job scheduler: expression syntax, crontab management, environment handling, logging, debugging, systemd timer equivalents, and common pitfalls.
A bash script that finds and deletes files older than 30 days in error and processed subdirectories under a given base path. Includes cron scheduling, a dry-run variant, and simplified single-command alternatives.
How to disable switching to Linux virtual terminals (Ctrl+Alt+F1 through F6) at the X11, Wayland, systemd-logind, kernel, and display-manager levels for kiosk and restricted environments.
Protocols that encrypt DNS queries and responses: DNS over TLS (DoT), DNS over HTTPS (DoH), and DNS over QUIC (DoQ). Covers transport, ports, RFCs, a protocol comparison, and implementation examples for systemd-resolved, …
Reference for common and specialized DNS resource record types, their syntax, and zone-file usage examples. Covers address, mail, security, service discovery, and DNSSEC records.
Reference for the Docker command-line interface: container lifecycle, image management, builds, volumes, networking, resource constraints, backup, and troubleshooting.
Distributed key-value store built on Raft, used as the cluster state store for Kubernetes. Covers install, single-node and three-node cluster setup, TLS, RBAC, backup/restore, tuning, and monitoring.
Guide to partitioning disks with fdisk and parted, creating ext4/XFS/Btrfs/FAT32 filesystems, setting up swap and UEFI boot partitions, and configuring persistent mounts via fstab.
Reference for FirewallD, the dynamic firewall manager for Linux that uses zones and services on top of nftables. Covers zones, services, ports, rich rules, NAT, ICMP filtering, and troubleshooting.