🐧 Linux

Systems, shells, the kernel — the substrate everything else runs on.

System

  • systemd
  • init / services
  • cron / timers
  • Logs (journald, syslog)

Shell & Tools

  • Bash / Zsh
  • Text processing (awk, sed, grep)
  • Process management

Networking on Linux

  • ip / iproute2
  • netfilter / nftables / iptables
  • NetworkManager / systemd-networkd

Storage

  • Filesystems (ext4, xfs, btrfs, zfs)
  • LVM
  • LUKS

Security

  • PAM
  • SELinux / AppArmor
  • Capabilities

All Linux notes

TABLE WITHOUT ID file.link AS "Note", type AS "Type", tags AS "Tags"
FROM "02 - Linux"
WHERE type != "moc"
SORT file.name ASC