linux

Tailscale and Software Defined WANs for Home VPNs

Note: I’ve previously written on how to setup your own home VPN using a Linux machine and PiVPN. This new approach does not require setting up port-forwarding and/or the transportation of keys to connecting machines. A new collection of Software Defined...

tmux

A tmux Terminal Cheatsheet

Activity Command Start a session tmux Start a named session tmux new -s your_session_name Session: Typical template: Toggle tmux command CTRL-b **** Session: Detach the current session CTRL-b d List Sessions tmux attach-session -t <name/number>e.g. tmux attach-session -t 0 Panes: Session:...