Best of Sysadmin — September 2025
- 1
- 2
- 3
Lobsters·37wNixOS is the endgame of distrohopping
NixOS represents the ultimate Linux distribution for experienced users seeking reproducible, declarative system management. The author chronicles their journey from Arch Linux through various distributions to NixOS, highlighting how it solves fundamental problems like configuration drift, dependency hell, and the "works on my machine" issue. NixOS offers immutable infrastructure, safe rollbacks, and mathematical guarantees about system state through pure functional package management. While not recommended for beginners due to its abstraction of low-level Linux concepts, it provides unparalleled control and reproducibility for managing multiple servers and development environments.
- 4
Lobsters·37wWrongthink/posts/all-you-need-is-ssh/
SSH can replace many complex home server solutions for file sharing, media streaming, and remote administration. Using tools like mpv with SFTP, scp, rsync, and LibreOffice's remote file access, you can accomplish most home server tasks without additional web-based abstractions or paid services. The approach emphasizes simplicity and minimalism over feature-rich but maintenance-heavy alternatives.