Byobu

One of the most useful applications for any system administrator is screen. It allows the execution of multiple shells in one terminal. To make some of the advanced screen features more user friendly, and provide some useful information about the system, the byobu package was created.

When executing byobu pressing the F9 key will bring up the Configuration menu. This menu will allow you to:

  • Προβολή του μενού Βοήθειας

  • Change Byobu's background color

  • Change Byobu's foreground color

  • Toggle status notifications

  • Αλλαγή του συνόλου των δεσμευτικών κλειδιών

  • Αλλαγή της συχνότητας απόδρασης

  • Create new windows

  • Διαχείριση των προεπιλεγμένων παραθύρων

  • Byobu currently does not launch at login (toggle on)

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 - Μετακίνηση του κέρσορα αριστερά κατά έναν χαρακτήρα

  • j - Μετακίνηση του κέρσορα κάτω κατά μια γραμμή

  • k - Μετακίνηση του κέρσορα πάνω κατά μία γραμμή

  • l - Μετακίνηση του κέρσορα δεξιά κατά ένα χαρακτήτα

  • 0 - Μετακίνηση στην αρχή της τρέχουσας γραμμής

  • $ - Μετακίνηση στο τέλος της τρέχουσας γραμμής

  • G - Μετακίνηση στην ορισμένη γραμμή (εξορισμού στο τέλος της διαθέσιμης μνήμης)

  • / - Αναζήτηση μπροστά

  • ? - Αναζήτηση πίσω

  • n - Μετακίνηση στο επόμενο ταίριασμα, είτε μπροστά είτε πίσω