How to keep persistent SSH session using TMUX

Ever wonder how to keep a program installer or OS updater running on your Raspberry Pi, without staring at the black screen waiting for it to finish. Your precious time should be use for something worthwhile, like playing game or doing something else on your laptop and being able to…

Split your SSH command line terminal screen with Byobu

Byobu is screen multiplexer. That means you can have multiple sessions during your SSH access to your Raspberry Pi. Byobu is particularly usefull when you are multi-tasking on your Pi, such as coding during upgrade or download of a big file. With Byobu, you can split your SSH session into…