K2LL33D SHELL

 Apache/2.4.7 (Ubuntu)
 Linux sman1baleendah 3.13.0-24-generic #46-Ubuntu SMP Thu Apr 10 19:11:08 UTC 2014 x86_64
 uid=33(www-data) gid=33(www-data) groups=33(www-data)
 safemode : OFF
 MySQL: ON | Perl: ON | cURL: OFF | WGet: ON
  >  / usr / share / doc / byobu /
server ip : 172.67.156.115

your ip : 172.70.50.23

H O M E


Filename/usr/share/doc/byobu/README
Size1.29 kb
Permissionrw-r--r--
Ownerroot : root
Create time27-Apr-2025 09:55
Last modified17-Dec-2013 09:29
Last accessed06-Jul-2025 20:17
Actionsedit | rename | delete | download (gzip)
Viewtext | code | image
For more information about this package, please see:
* http://byobu.co

If Byobu is not packaged for your Linux or UNIX OS, or if you do not have
administrative privileges in order to install Byobu, you may be able to
install locally, using the following instructions...

0) If you pull the source from the upstream bzr or git:
bzr branch lp:byobu
git clone git://github.com/dustinkirkland/byobu.git
Then you first need to run:
./debian/rules autoconf
1) Or download the latest officially released version from:
https://launchpad.net/byobu/+download
2) Extract:
tar zxvf byobu*.tar.gz
3) Configure:
cd byobu*
./configure --prefix="$HOME/byobu"
4) OPTIONAL: Use python from your environment, rather than from your distro
echo "export BYOBU_PYTHON='/usr/bin/env python'" >> $HOME/.bashrc
5) Build:
make
6) Install:
make install
7) Update your PATH and BYOBU_PREFIX environment variables
echo "export PATH=$HOME/byobu/bin:$PATH" >> $HOME/.bashrc
. $HOME/.bashrc
8) Run:
byobu

Note that you will need to have a few dependencies installed:
* tmux >= 1.5 and screen
* python-newt (if you want to use Byobu's configuration utility)
* gsed (if your sed implementation doesn't support -i)

Dustin Kirkland <[email protected]>
2013-01-15