Difference between revisions of "My Byobu notes"
Jump to navigation
Jump to search
To Linux
(initial creation) |
m (→Byobu notes) |
||
Line 2: | Line 2: | ||
These notes were taken while using Ubuntu Desktop 18.04.1 LTS. | These notes were taken while using Ubuntu Desktop 18.04.1 LTS. | ||
=== Byobu resources === | |||
[https://www.digitalocean.com/community/tutorials/how-to-install-and-use-byobu-for-terminal-management-on-ubuntu-16-04 How to install and use Byobu for terminal management] on Ubuntu 16-04. | |||
== Verify or install Byobu == | == Verify or install Byobu == |
Revision as of 11:31, 5 August 2018
Byobu notes
These notes were taken while using Ubuntu Desktop 18.04.1 LTS.
Byobu resources
How to install and use Byobu for terminal management on Ubuntu 16-04.
Verify or install Byobu
Verify whether Byobu is installed
$ byobu --version byobu version 5.125 tmux 2.6
If you do not get a version install Byobu with sudo apt-get install byobu
Start Byobu at login
You can start Byobu manually every time you want to use Byobu or automatically at login.
To manually start Byobu type byobu
at prompt.
To automatically start at login type byobu-enable
at prompt.
$ byobu-enable The Byobu window manager will be launched automatically at each text login. To disable this behavior later, just run: byobu-disable
If you want to disable automatic use of Byobu type byobu-disable
at prompt.