Byobu is an enhancement for the terminal multiplexers GNU Screen or tmux that can be used to provide on screen notification or status as well as tabbed multi window management. It is aimed at providing a better user experience for terminal sessions when connecting to remote servers.
2
votes
1answer
42 views
Error messages when trying to run byobu in solaris
I was able to successfully perform
'./configure --prefix=/my/path;make;make install'
on the byobu source code.
I have also installed tmux-1.8.
But when I try running
byobu
or
byobu-tmux
I ...
0
votes
2answers
52 views
How to make byobu forward-word and backward-word with CTRL+arrow?
When used in uxterm zsh is jumping words when I press ctrl+left and ctrl+right.
When used in plain unconfigured byobu (tmux backend) it is not. The cursor sits there doing nothing.
I can however ...
0
votes
2answers
498 views
How do you detach a remote screen session in byobu (tmux)?
I am currently in a byobu-tmux session and am ssh'ed into a screen session. How do I detach the remote screen session without detaching byobu-tmux session? Some things to note, I can't run ...
4
votes
1answer
148 views
mouse selection lost by status update in byobu/tmux
I'm on Mac 10.7.5 iTerm2, ssh'ing into an Ubuntu machine running byobu 5.12 with tmux 1.7.
The problem is that if I try to select text from the terminal with a mouse, it's gets cleared every time the ...
0
votes
1answer
122 views
How to bypass screen/byobu conflicts with zssh file transfers (rz/sz)
I've been trying out zssh's sz and rz because it seems like a quick/easy way to send files back and forth (local <-> remote) over ssh. The problem is that I use byobu (basically screen) on my ...
0
votes
1answer
42 views
Using byobu and git post-receive hook
As part of my post-receive hook I checkout the HEAD of the repository and then run my start-up command.
So when I do git push it works fine.
Thing is, when i SSH into the box, I use byobu. Is ...
0
votes
1answer
49 views
Seeing previous terminal output of your remote server after detached from session.
So I'm currently sshing into a remote server and doing a job that takes a while. To monitor it I have to see the terminal output log that the program outputs. But when I detach it and come back to the ...
2
votes
2answers
295 views
Byobu status bar not showing updates in PuTTY since Ubuntu 12.04 LTS upgrade
When I was running Ubuntu 11.10, I had byobu configured to show different status messages at the bottom of the screen. This worked just fine while I was in PuTTY. I upgraded to 12.04 today, though, ...