Tmux — the lifehack that keeps your SSH session alive through internet dropouts
Working on a server over SSH and worried that an internet dropout or an accidentally closed terminal window will kill a long-running task? There's a simple and elegant fix — tmux. It's a terminal multiplexer that run...