Byobu, screen, and tmux for resuming session
Byobu is a powerful text-based window manager and terminal multiplexer which is wrapper around either screen or tmux that simplifies session management to select the backend:
1 |
byobu-select-backend |
or
1 |
cat ~/.byobu/backend |
Start Byobu To start Byobu, simply run:
1 |
byobu |
This will start a new session using either screen or tmux as the backend (you can configure which […]
Byobu, screen, and tmux for resuming session Read More »