first hugo commit

This commit is contained in:
Don Harper 2019-05-26 18:26:26 -05:00
parent dabdd68df3
commit 0e4f2a913d
1459 changed files with 50871 additions and 0 deletions

View file

@ -0,0 +1,38 @@
+++
date = "2007-01-28T17:01:00-07:00"
title = "Window Manager for tty?"
slug = "200701window-manager-for-tty"
+++
Window Manager for tty?
=======================
The package [screen](http://www.gnu.org/software/screen) is\
something that has been around for a long time.
With screen, you can have many session running on on tty, and you can\
switch to another session with out touching a mouse. With the proper\
configuration, you can get notified if there is some change (like if\
you have a IM client up) or if there is no output (say, if you are\
watching a compile session).
You are in the zone working, and then you notice the time, and you\
have to log out and go home. Is this a problem? No, with a simple\
d, you can disconnect the screen session, log out, go home,\
log back into that machine, and resume your session just where you\
left off.
One of the other really feature is cut and paste between sessions.\
The is very handy when adapting code (or articles) into a new file.
### Screen References
- [BigAdmin Feature Article: Installing and Using GNU
Screen](http://www.sun.com/bigadmin/features/articles/gnu_screen.html)
- [Google Search: gnu screen
howto](http://www.google.com/search?num=100&hl=en&safe=off&client=firefox&rls=org.mozilla:en-US:unofficial&q=gnu+screen+howto&spell=1)
- [BigAdmin Feature Article: Installing and Using GNU
Screen](http://www.sun.com/bigadmin/features/articles/gnu_screen.html)
- [GNU screen: start](http://aperiodic.net/screen/start)
- [GNU screen: tutorial](http://aperiodic.net/screen/tutorial)
- \[GNU Screen: an introduction and beginner\'s t utorial