A quick guide for the utility called tmux (terminal multiplexer) that allows you to open windows, split the terminal screen etc
First of all tmux is really handy when it comes to ssh connections allows you to have more than one terminal to work with, second important thing is that it's easy to use.
First we need to install it...
First of all tmux is really handy when it comes to ssh connections allows you to have more than one terminal to work with, second important thing is that it's easy to use.
First we need to install it...
sudo apt-get update && sudo apt-get install tmux


