Tag: linux
All the articles with the tag "linux".
-
Time Is a Lie and Chrony Is Here to Fix It: NTP for Home Labs
Set up Chrony for NTP time sync in your home lab. Covers chrony.conf, chronyc tracking, stratum levels, LAN NTP server setup, and why correct time matters more than you think.
-
SSH Keys in 2026: Ed25519 Is the Standard
RSA SSH keys are on their way out. Here's why Ed25519 is the default in 2026, how to generate one, and how to audit and rotate your old keys.
-
Why Your VPN Isn't Routing What You Think
You enabled the VPN but half your traffic still bypasses it. Here's why and how routing actually works.
-
Kernel Live Patching: Security Updates Without the 3am Reboot
Apply Linux kernel security patches without rebooting using kpatch and Canonical Livepatch. Keep servers secure and online simultaneously — here's the practical setup guide.
-
Package Management in 2026: apt, brew, nix, and the Friends We Made Along the Way
Linux package management in 2026: apt vs Homebrew vs Flatpak vs Nix compared. When to use each, practical developer workflows, and escaping dependency hell.
-
IPv6 on Your Home Lab: You Should Care (Here's Why)
IPv6 isn't just for the future—it's broken on your network right now. Here's why you should care and how to actually set it up.
-
Tmpfs vs Ramfs: When Your Disk Is Too Slow and Your RAM Is Just Sitting There
Tmpfs vs ramfs explained: mount RAM-backed filesystems on Linux for blazing fast temp storage. Covers fstab, Docker tmpfs mounts, CI/CD use cases, and the key differences.
-
Log Rotation for Self-Hosted Apps
Your app is logging to a single file. It's 50GB now. Here's how to rotate logs before your disk dies.
-
tcpdump Basics: Capture Traffic Without Wireshark
You don't need a GUI to see network packets. tcpdump on the command line beats opening Wireshark every time.
-
AppArmor vs SELinux: Mandatory Access Control Without the Existential Dread
AppArmor vs SELinux explained: what mandatory access control actually does, how to write AppArmor profiles with aa-genprof, navigate SELinux labels and audit2allow, and when to use each.
-
Your Server Doesn't Know What Random Means (And That's a Problem)
Linux entropy explained: /dev/random vs /dev/urandom, entropy pools, haveged, virtio-rng, and hardware RNG. Fix low entropy on VMs and containers for safe crypto key generation.
-
Restic vs Borg vs Kopia: Backup Tools for People Who've Lost Data Before
Restic vs Borg vs Kopia compared: deduplication, compression, backends, and practical backup scripts. Choose the right tool for your Linux home lab or server backups in 2026.