Skip to content

Tag: linux

All the articles with the tag "linux".

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.

Proxmox NAT Bridge: One IP, Many VMs

Proxmox NAT Bridge: One IP, Many VMs

Updated:

Run multiple Proxmox VMs and LXC containers behind a single public IP using NAT bridging and iptables port forwarding. Updated for Proxmox VE 8.

Adding Extra Swap to Linux

Adding Extra Swap to Linux

Updated:

Out of RAM and no time to reimage? Add swap via a file on any partition using mkswap, swapon, and fstab — done in under 5 minutes.

Bash for loops sequential counting

Bash for loops sequential counting

Updated:

Master bash for loops, while loops, and seq for sequential counting — iterate over files, ranges, and arrays without losing your mind.

Directory FileCount

Directory FileCount

Updated:

Count files in a directory (recursively or not) with find, ls, and tree — quick one-liners for when du just isn't telling you enough.