Blog
Cheatsheets
Quick access to common commands and tools I use every day.
docker -ps # List running containers
docker compose up -d # Start the services in detached mode
docker compose down # Stop and remove the services, the volumes are not removed.
Two Tailscale Exit Nodes …
I have a home server that already acts as a Tailscale exit node (call it exit node A) for my main tailnet. I wanted the same physical box to also offer a second, completely separate network: a WiFi access point where any device that joins gets internet as if it were sitting at a different location, …