Switching from GNU Screen to Tmux for Background Sites
If you’ve read my previous post on Using GNU Screen, you know I’ve frequently relied on it as a terminal multiplexer. My primary use case has always been simple: run a website or background service, give the session a specific name, detach from it, and reattach later when the site needs an update. While screen gets the job done, I’ve recently made the switch to tmux (Terminal Multiplexer). It’s generally considered more modern, highly configurable, and offers a much better experience for handling windows and split panes....