Access New Window With Same SSH Session or Terminal Session Sharing
Access New Window With Same SSH Session or Terminal Session Sharing
Byobu is a light, powerful, text-based window manager based on GNU Screen. Byobu’s
default configuration options will let you share your screen directly after install. Once
you have installed byobu,
you can create a session instantly by typing byobu. Using byobu, you can quickly
create and move between different windows over a single SSH connection or TTY
terminal. This means that it makes it easy for you to open multiple windows and run
multiple commands within a single terminal connection.
Byobu is very useful for sharing your live terminal to any other ; it is also very helpful to
teaching & learning on use live session.
In this notes we will be cover how to configure byobu, how to use byobu, and some
most common features.
Installing Byobu
You can manually start it with the byobu command every time you want to use it,
You can set it to start automatically when you log in to your account.
# byobu # byobu
Now you can run any command in teminal-1, then automatically show the terminal-2
session.
Second start automatically
To add byobu to your login profile, run the following command. This means that every
time you log in to your account, it will be launched.
# byobu-enable
The Byobu window manager will be launched automatically at each text login.
If your mind change , and you wnat to disable byobu on login, then run below command
# byobu-disable
Extra Features
Byobu has many additional features that can be accessed via keyboard shortcuts.
-Ashutosh
Reference-
http://byobu.co/documentation.html