Это старая версия документа.


Byobu

Наиболее используемым приложением любого системного администратора является screen. Оно позволяет выполнять несколько оболочек в одном терминале. Чтобы сделать некоторые расширенные возможности screen более дружественными и предоставить некоторую полезную информацию о системе, был создан пакет byobu.

При выполнении byobu нажатие клавиши F9 выдаст меню настройки. Это меню позволит вам:

  1. Посмотреть меню помощи

  2. Изменить цвет фона Byobu

  3. Изменить цвет вывода Byobu

  4. Менять состояние статусных уведомлений

  5. Изменить набор связанных клавиш

  6. Изменить последовательность выхода

  7. Создать новое окно

  8. Управлять окнами по умолчанию

  9. Byobu на данный момент не загружаться при входе (переключать)

The key bindings determine such things as the escape sequence, new window, change window, etc. There are two key binding sets to choose from f-keys and screen-escape-keys. If you wish to use the original key bindings choose the none set.

byobu provides a menu which displays the Ubuntu release, processor information, memory information, and the time and date. The effect is similar to a desktop menu.

Using the «Byobu currently does not launch at login (toggle on)» option will cause byobu to be executed any time a terminal is opened. Changes made to byobu are on a per user basis, and will not affect other users on the system.

One difference when using byobu is the scrollback mode. Press the F7 key to enter scrollback mode. Scrollback mode allows you to navigate past output using vi like commands. Here is a quick list of movement commands:

  h - Move the cursor left by one character
  j - Move the cursor down by one line
  k - Move the cursor up by one line
  l - Move the cursor right by one character
  0 - Move to the beginning of the current line
  $ - Move to the end of the current line
  G - Moves to the specified line (defaults to the end of the buffer)
  / - Search forward
- Search backward
  n - Moves to the next match, either forward or backword