Posts
Page 11 of 47
-
ss Is the New netstat (And It's Better)
ss replaces netstat on modern Linux: faster, shows more socket detail, and reads from the kernel. Every netstat command you rely on, rewritten for ss.
· Updated:5 min read -
SSH keys and secure file copy
Generate SSH keys, set up passwordless auth, configure SSH, and transfer files securely with SCP — the foundation of headless Linux work.
· Updated:6 min read -
Reverse Proxy SSL: The Cert Chain Mistake Everyone Makes
Your reverse proxy only has the leaf cert, not the intermediate. Here's why that kills half your connections.
· Updated:6 min read -
Stable Diffusion vs ComfyUI vs Fooocus: AI Image Generation at Home
ComfyUI, Fooocus, A1111, and Forge compared for local AI image generation — which to pick based on your GPU, Docker comfort level, and workflow needs.
· Updated:14 min read -
Stop Living Dangerously on :latest Docker
Using :latest in production is a ticking time bomb. Pin your Docker image versions or watch a surprise update break everything at 2 AM.
· Updated:5 min read -
stunnel vs spiped
TLS tunneling for legacy plaintext services — stunnel's X.509 cert model vs spiped's pre-shared key simplicity, and when each one actually wins.
10 min read -
Supercharge Your Homelab Monitoring with Zabbix
Zabbix is enterprise-grade monitoring that you can self-host — agents, templates, triggers, and dashboards for your entire home lab.
· Updated:5 min read -
Suricata vs Snort: Intrusion Detection for the Paranoid Home Lab Owner
Suricata beats Snort on multi-threading and EVE JSON logging. Side-by-side IDS/IPS breakdown with Suricata install, suricata.yaml config, and OPNsense setup for home labs.
· Updated:7 min read -
Switch Ubuntu to Hardware Enablement (HWE)
The Ubuntu HWE kernel brings newer hardware support to LTS releases — how to switch from generic to HWE and what you gain.
· Updated:5 min read -
Techniques for Writing Robust, Reliable Bash Scripts
Write bash scripts that don't silently fail — set -euo pipefail, error handling, input validation, and logging patterns for production scripts.
· Updated:5 min read -
Text Generation Web UI vs KoboldCpp: Power User LLM Interfaces
Text Generation Web UI vs KoboldCpp: setup, model formats, samplers, APIs, and performance compared so you can pick the right local LLM frontend fast.
· Updated:16 min read -
the lost+found Directory in Linux
What is lost+found and why does it exist? fsck puts recovered file fragments there after a crash — and no, you can't delete it.
· Updated:5 min read