fix theme, fix urls
This commit is contained in:
parent
3cdc1b9c0e
commit
199c6f4cb8
203 changed files with 603 additions and 53 deletions
21
content/posts/2007/06/screen-terminal-multiplexer.md
Normal file
21
content/posts/2007/06/screen-terminal-multiplexer.md
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
+++
|
||||
date = "2007-06-13T18:06:00-07:00"
|
||||
title = "Screen - terminal multiplexer"
|
||||
categories = ["software"]
|
||||
tags = ["cli","screen","windowmanager"]
|
||||
+++
|
||||
|
||||
Screen - terminal multiplexer
|
||||
=============================
|
||||
|
||||
I usually have one screen running at all time, and in that screen session, I ssh to various hosts that I am working, and have screen running on those hosts.
|
||||
|
||||
### Additional Links
|
||||
|
||||
* [gnu screen - Google Search](https://www.google.com/search?q=gnu+screen&ie=utf-8&oe=utf-8&aq=t&rls=org.mozilla:en-US:official&client=firefox-a)
|
||||
* [GNU Screen - GNU Project - Free Software Foundation (FSF)](https://www.gnu.org/software/screen/)
|
||||
* [GNU Screen - Summary \[Savannah\]](https://savannah.gnu.org/projects/screen/)
|
||||
* [GNU Screen - Wikipedia, the free encyclopedia](https://en.wikipedia.org/wiki/GNU_Screen)
|
||||
* [GNU Screen - Jonathan McPherson](https://jmcpherson.org/screen.html)
|
||||
* [Remote terminal session management using screen](https://www.pixelbeat.org/docs/screen/) How to use screen to detach from and share terminal sessions
|
||||
* [screen - The Terminal Multiplexer](https://www.bangmoney.org/presentations/screen.html) Power Sessions with Screen
|
||||
Loading…
Add table
Add a link
Reference in a new issue