I would like to turn off byobu from launching by default on my Ubuntu computer, how can I do this?
|
feedback
|
|
You can permanently disable byobu on login by executing the following command:
You can also turn it off on the fly and get to a bare metal login by skipping it entirely before you ssh in:
And you can globally set this in your environment, affecting all of your outgoing SSH session by adding this to your
Note that you could also | ||||
|
feedback
|