treechicken@lemmy.world to Programmer Humor@lemmy.ml · 2 years agoFirewalllemmy.worldimagemessage-square8fedilinkarrow-up15arrow-down10
arrow-up15arrow-down1imageFirewalllemmy.worldtreechicken@lemmy.world to Programmer Humor@lemmy.ml · 2 years agomessage-square8fedilink
minus-squareu/lukmly013 💾 (lemmy.sdf.org)@lemmy.sdf.orglinkfedilinkEnglisharrow-up0·2 years ago the script stopped running when the SSH session ended tmux Always use tmux when possible for remote connections.
minus-squareJasonDJ@lemmy.ziplinkfedilinkarrow-up1·2 years agoTmux essentially creates a pseudo-shell that persists between sessions. So you can start a process, detach the session, start something else, disconnect, come back next week, and check on it. It does other things too. Like console tiling.
tmux
Always use tmux when possible for remote connections.
What does it do in this case?
Tmux essentially creates a pseudo-shell that persists between sessions.
So you can start a process, detach the session, start something else, disconnect, come back next week, and check on it.
It does other things too. Like console tiling.