treechicken@lemmy.world to Programmer Humor@lemmy.ml · 1 year agoFirewalllemmy.worldimagemessage-square8fedilinkarrow-up15arrow-down10
arrow-up15arrow-down1imageFirewalllemmy.worldtreechicken@lemmy.world to Programmer Humor@lemmy.ml · 1 year agomessage-square8fedilink
minus-squareu/lukmly013 💾 (lemmy.sdf.org)@lemmy.sdf.orglinkfedilinkEnglisharrow-up0·1 year ago the script stopped running when the SSH session ended tmux Always use tmux when possible for remote connections.
minus-squareJasonDJ@lemmy.ziplinkfedilinkarrow-up1·1 year 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.