mirror of
https://github.com/tildeclub/site.git
synced 2026-03-17 08:30:18 +00:00
all terminal multiplexers are equal
This commit is contained in:
@@ -1,10 +1,10 @@
|
|||||||
---
|
---
|
||||||
title: terminal multiplexers
|
title: terminal multiplexers - screen
|
||||||
---
|
---
|
||||||
|
|
||||||
`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.
|
`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.
|
It's pretty handy. [tmux](tmux.html) does a similar set of things.
|
||||||
|
|
||||||
a nice [screen tutorial](http://tilde.club/~jonathan/screen/) from ~jonathan will walk you through it.
|
a nice [screen tutorial](http://tilde.club/~jonathan/screen/) from ~jonathan will walk you through it.
|
||||||
|
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
---
|
---
|
||||||
title: tmux
|
title: terminal multiplexers - tmux
|
||||||
---
|
---
|
||||||
|
|
||||||
TMUX IS THE BEST. Here's a super basic primer.
|
TMUX IS THE BEST. Here's a super basic primer.
|
||||||
@@ -39,3 +39,5 @@ I not the best writer or teacher. Just google anything that doesn't make sense.
|
|||||||
[Or take a look at this tmux guide](http://robots.thoughtbot.com/a-tmux-crash-course)
|
[Or take a look at this tmux guide](http://robots.thoughtbot.com/a-tmux-crash-course)
|
||||||
|
|
||||||
But definitely use tmux.
|
But definitely use tmux.
|
||||||
|
|
||||||
|
Or, if you don't like it - try [screen](screen.html)
|
||||||
|
|||||||
Reference in New Issue
Block a user