mirror of
https://github.com/tildeclub/site.git
synced 2026-06-20 02:39:24 +00:00
start importing wiki articles from github
This commit is contained in:
10
wiki/source/screen.md
Normal file
10
wiki/source/screen.md
Normal file
@@ -0,0 +1,10 @@
|
||||
---
|
||||
title: terminal multiplexers
|
||||
---
|
||||
|
||||
`screen` is a unix utility that lets you manage multiple shells from within a single window. You switch between them with a few keystrokes. When you disconnect it keeps the processes alive, and you can reconnect from another login.
|
||||
|
||||
It's pretty handy. [[tmux]] does a similar set of things.
|
||||
|
||||
a nice [screen tutorial](http://tilde.club/~jonathan/screen/) from ~jonathan will walk you through it.
|
||||
|
||||
Reference in New Issue
Block a user