handle multiple shell sessions with tmux
What is tmux? A handy tool for dealing with different bash sessions is tmux. It’s comparable with gnu screen but by far more advanced. You can get it with: sudo apt-get install tmux Launch it by typing: tmux Shortcuts an Commands Dealing with sessions brings great power. You can set up your multi-windows panes on a remote machine, in a seperate session. Now you can detach from this session and log out. When you later ssh back into this machine…