Skip to content

Tag: homelab

All the articles with the tag "homelab".

GPU Passthrough on Proxmox: Run LLMs in a VM

GPU Passthrough on Proxmox: Run LLMs in a VM

GPU passthrough on Proxmox is the best way to isolate LLM workloads — but it's a minefield of IOMMU groups, vfio-pci binding, and Code 43 errors. This post walks through the whole thing end-to-end.

Incident Response for Self-Hosters

Incident Response for Self-Hosters

You've been compromised. Now what? A practical incident response playbook for self-hosters who didn't think they'd need one until right now.

LiteLLM & vLLM: One API to Rule All Your Models

LiteLLM & vLLM: One API to Rule All Your Models

Your app calls OpenAI, your side project calls Anthropic, your homelab whispers to Ollama — and your codebase looks like a crime scene. LiteLLM and vLLM are the dynamic duo that puts a single sane API in front of every model you'll ever run, local or cloud.

SBCs in 2026: Homelab on a Budget

SBCs in 2026: Homelab on a Budget

DRAM prices are killing the hobbyist SBC market, but there are still great options. Here's what's worth buying in 2026 for a sub-$200 homelab setup.

LUKS Full Disk Encryption on Linux

LUKS Full Disk Encryption on Linux

LUKS encrypts your drives so a stolen server is just expensive recycling. Here's how to set it up, manage keys, and unlock headless boxes remotely.

Rootless Docker: Run Without Root

Rootless Docker: Run Without Root

Run Docker containers without root privileges — here's the security difference, the install steps, and the gotchas nobody tells you about.