Posts
Page 38 of 58
-
Docker Networking Demystified
Docker networking confuses everyone at first. Here's the practical breakdown of bridge, host, overlay, and macvlan, with real Compose examples.
7 min read -
Lazydocker & Dive: Fix Your Docker CLI
Learn how lazydocker and dive make Docker manageable from your terminal. TUI dashboards, image layer analysis, CI integration, and optimization tips.
11 min read -
Proxmox NAT Bridge: One IP, Many VMs
Run multiple Proxmox VMs and LXC containers behind a single public IP using NAT bridging and iptables port forwarding. Works on Proxmox VE 8 and 9.
· Updated:7 min read -
Linux Privilege Escalation: The Defensive Playbook
Attackers love finding ways to go from www-data to root. Here's how they do it, and more importantly, how you harden your Linux boxes to stop them.
7 min read -
Adding Extra Swap to Linux
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.
· Updated:5 min read -
Bash for loops sequential counting
Master bash for loops, while loops, and seq for sequential counting, iterate over files, ranges, and arrays without losing your mind.
· Updated:6 min read -
Directory FileCount
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.
· Updated:6 min read -
The Embedding Model Choice Nobody Explains
Most people use OpenAI's embeddings because it's easy. But local embeddings exist. How to pick and when it actually matters.
· Updated:7 min read -
EmDash: WordPress Done Right, Finally
Cloudflare rebuilt WordPress from scratch in TypeScript using AI agents. Sandboxed plugins, Astro themes, self-hostable. It's called EmDash and it's actually interesting.
5 min read -
Find out whats taking up all the hdd space
Your disk is full and du is lying to you. ncdu, df, and find tricks to track down space hogs before your server goes down at 2 AM.
· Updated:6 min read -
GPU Memory Math: Will This Model Actually Fit?
Before you download a 70B model, calculate if it fits. The formulas, the gotchas, and a quick calculator you can actually use.
· Updated:6 min read -
Linux CLI Tarball Extraction, Flags, Formats, Gotchas
Extract tar.gz, tar.bz2, tar.xz, flags demystified, compression compared, directory extraction, and the gotchas that trip you up.
· Updated:6 min read