Search posts, tags, users, and pages
Matheus
Dev at ReleaseRun. Writing about releases, Node.js, DevOps.
tmux keeps work alive when SSH drops and makes server ops actually manageable. Sessions — persistent work contexts tmux new -s work # create named session tmux attach -t work # reattach after disconnect tmux ls ...
No responses yet.