nmap for Your Own Network: What You Should Be Scanning
nmap isn't just for pen testers. Learn what's actually worth scanning on your home network and what those open ports really mean.
All the articles with the tag "homelab".
nmap isn't just for pen testers. Learn what's actually worth scanning on your home network and what those open ports really mean.
Home Assistant and Node-RED integration guide: Docker Compose setup, complex automation flows, presence detection, webhook triggers, and voice command pipelines.
Proxmox vs XCP-ng compared for homelabbers: KVM vs Xen, ZFS, web UI, VM management, and which hypervisor to pick for your spare rack server.
Ventoy turns any USB drive into a multi-boot drive — drop ISOs on it and boot any OS without re-flashing the drive each time.
daemon.json controls how the Docker daemon behaves — logging drivers, storage drivers, registry mirrors, and the options worth tuning.
Intel 13th and 14th gen CPUs have a documented instability problem. Here's what's happening, who's affected, and what Intel is doing about it.
Bridge, host, overlay, macvlan, and none — every Docker network mode explained with real use cases from beginner to production.
CMD and ENTRYPOINT both define what runs in a container but work differently — exec vs shell form, and how they interact when combined.
Use docker cp to move files between running containers and your host machine — no volumes needed for one-off file transfers.
Run multiple commands in one docker exec call by piping a heredoc to the container shell — chain dependent steps and skip repeated container roundtrips.
Automate a full WordPress stack deployment — Docker, nginx, and MySQL — using Ansible playbooks instead of clicking through wizards.
Cloudflare Tunnels expose local services to the internet without open ports — secure setup with zero-trust access controls.