Skip to content

Tag: self-hosting

All the articles with the tag "self-hosting".

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.

RAID 6 vs RAID 10: Two Dead Disks

RAID 6 vs RAID 10: Two Dead Disks

RAID 6 and RAID 10 both survive two dead disks and both need four drives. But they get there completely differently — and that difference matters.

RAID 0, 1, and 5: Pick One

RAID 0, 1, and 5: Pick One

RAID 0 is fast and terrifying, RAID 1 is boring and beautiful, RAID 5 is the NAS compromise. How to pick the right one for your home lab drives.

Escaping Zim: Migrate to Obsidian

Escaping Zim: Migrate to Obsidian

Migrate your Zim Wiki notes to Obsidian using zim2obsidian—escape a dated GTK app for modern sync, mobile access, and a thriving plugin ecosystem.

Ollama Model Management: Beyond ollama run

Ollama Model Management: Beyond ollama run

You can pull and run a model. Now learn Modelfiles, GPU layer tuning, the REST API, running multiple models without OOM-killing your server, and useful system prompts.