自分でsambaなどでサーバ構築をしようと思っているが,その時に便利なのは仮想端末.
screen,tmux,byobuなどがあるが,今回はbyobuを選択(まあ間接的にscreenをつかっているわけだが...)
byobuは普通にapt-get でインストール可能
しかし,apt-getで入れたbyobuを使っていたところネットの情報と操作が違うことがわかった.
原因はapt-getで入れたbyobuのバージョン.
apt-get では2.○○が入っていたみたいだが,最新バージョンは現時点では5.17.
byobuはアップデートが活発でいいのだが,ubuntu10.04を使用しているため最新バージョンについていけていない.(時期的に,12.04もでたが,まだメインで使っていくには色々情報もたりない.)
よってPPAでいれた.
$ sudo add-apt-repository ppa:byobu/ppahttps://launchpad.net/byobu
バージョンを新しくしたところ,ネットと操作方法が同じになった.
あとは操作方法を覚えるだけ
説明は次のサイトが詳しい.
http://d.hatena.ne.jp/shim0mura/20111005/1317819710
http://blog.udzura.jp/2011/08/12/introduction-to-byobu/
https://sites.google.com/site/hymd3a/linux/byobu
しかし,byobuのヘルプとbyobuのmanコマンドを見ればだいたいわかる
KEYBINDINGS byobu keybindings can be user defined in /usr/share/byobu/keybindings/ (or within .screenrc if byobu-export was used). The common key bindings are:
F2 - Create a new window
F3 - Move to previous window
F4 - Move to next window
F5 - Reload profile
F6 - Detach from this session
F7 - Enter copy/scrollback mode
F8 - Re-title a window
F9 - Configuration Menu
F12 - Lock this terminal
shift-F2 - Split the screen horizontally
ctrl-F2 - Split the screen vertically
shift-F3 - Shift the focus to the previous split region
shift-F4 - Shift the focus to the next split region
shift-F5 - Join all splits
ctrl-F6 - Remove this split
ctrl-F5 - Reconnect GPG and SSH sockets
shift-F6 - Detach, but do not logout
alt-pgup - Enter scrollback mode
alt-pgdn - Enter scrollback mode
Ctrl-a $ - show detailed status
Ctrl-a R - Reload profile
Ctrl-a ! - Toggle key bindings on and off
Ctrl-a k - Kill the current window
Ctrl-a ~ - Save the current window's scrollback buffer
0 件のコメント:
コメントを投稿