mirror of
https://github.com/tildeclub/site.git
synced 2026-07-30 09:59:24 +00:00
Since is ambiguity between tilde.club or Tilde.club, opt for
Tilde.club. The exceptions is when refering to tilde.club as a directory, or as a host, or when refering to the tilde.club server. The goal is to always refer to the Tilde.club community with a capital T. Signed-off-by: keyboardan <keyboardan@tilde.club>
This commit is contained in:
@@ -5,10 +5,10 @@ category: software
|
||||
---
|
||||
|
||||
# Terminal Muiltiplexers
|
||||
Terminal multiplexers are programs that will keep your session running, even if you disconnect from the server. They also allow you to 'multiplex' your terminals, spawning multiple shells in one local terminal. The three multiplexers on tilde.club are [byobu](https://linux.die.net/man/1/byobu), [tmux](https://linux.die.net/man/1/tmux), and [screen](https://linux.die.net/man/1/screen).
|
||||
Terminal multiplexers are programs that will keep your session running, even if you disconnect from the server. They also allow you to 'multiplex' your terminals, spawning multiple shells in one local terminal. The three multiplexers on Tilde.club are [byobu](https://linux.die.net/man/1/byobu), [tmux](https://linux.die.net/man/1/tmux), and [screen](https://linux.die.net/man/1/screen).
|
||||
|
||||
# Byobu
|
||||
byobu is the default mutliplexer for tilde.club. It was originally designed to provide elegant enhancements to the otherwise functional, plain, practical [GNU Screen](http://www.gnu.org/software/screen/), for the [Ubuntu](https://ubuntu.com/) server distribution. Byobu now includes an enhanced profiles, convenient keybindings, configuration utilities, and toggle-able system status notifications for both the GNU Screen window manager and the more modern [Tmux](https://github.com/tmux/tmux) terminal multiplexer, and works on most Linux, BSD, and Mac distributions.
|
||||
byobu is the default mutliplexer for Tilde.club. It was originally designed to provide elegant enhancements to the otherwise functional, plain, practical [GNU Screen](http://www.gnu.org/software/screen/), for the [Ubuntu](https://ubuntu.com/) server distribution. Byobu now includes an enhanced profiles, convenient keybindings, configuration utilities, and toggle-able system status notifications for both the GNU Screen window manager and the more modern [Tmux](https://github.com/tmux/tmux) terminal multiplexer, and works on most Linux, BSD, and Mac distributions.
|
||||
|
||||
In the spirit of the former tmux page, here is a super basic primer:
|
||||
The basic keys to know are f2, f3, f4, f6, f8, and f9
|
||||
|
||||
Reference in New Issue
Block a user