devop:screen
                Differences
This shows you the differences between two versions of the page.
| devop:screen [2025/10/30] – created hayati | devop:screen [Unknown date] (current) – external edit (Unknown date) 127.0.0.1 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | ~~NOTRANS~~ | ||
| + | |||
| + | ====== screen ====== | ||
| + | |||
| + | keep running sessions despite logout | ||
| + | |||
| + | ===== some tutorials ===== | ||
| + | |||
| + | https:// | ||
| + | |||
| + | https:// | ||
| + | |||
| + | https:// | ||
| + | |||
| + | https:// | ||
| + | |||
| + | ===== ~/.screenrc ===== | ||
| + | |||
| + | i slightly modified - based on https:// | ||
| + | < | ||
| + | # Turn off the welcome message | ||
| + | # startup_message off | ||
| + | |||
| + | # Disable visual bell | ||
| + | vbell off | ||
| + | |||
| + | # Set scrollback buffer to 10000 | ||
| + | defscrollback 10000 | ||
| + | |||
| + | # Customize the status line | ||
| + | hardstatus alwayslastline | ||
| + | hardstatus string '%{= kG}[ %{G}%H %{g}][%S][%= %{= kw}%? | ||
| + | |||
| + | # Enable mouse scrolling and scroll bar history scrolling | ||
| + | # Ctrl-A Esc (Ctrl-B / Ctrl-B / Up / Down)* .. Esc or Enter | ||
| + | termcapinfo xterm* ti@:te@ | ||
| + | |||
| + | </ | ||
| + | |||
