fix some naming issues
This commit is contained in:
parent
0cdf94e790
commit
778a2c3f5b
22 changed files with 0 additions and 0 deletions
26
content/post/window-manager-for-tty.md
Normal file
26
content/post/window-manager-for-tty.md
Normal file
|
|
@ -0,0 +1,26 @@
|
|||
+++
|
||||
date = "2007-01-28T17:01:00-07:00"
|
||||
title = "Window Manager for tty?"
|
||||
categories = ["software"]
|
||||
tags = ["cli","windowmanager"]
|
||||
+++
|
||||
|
||||
Window Manager for tty?
|
||||
=======================
|
||||
|
||||
The package [screen](https://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](https://www.sun.com/bigadmin/features/articles/gnu_screen.html)
|
||||
- [Google Search: gnu screen
|
||||
howto](https://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](https://www.sun.com/bigadmin/features/articles/gnu_screen.html)
|
||||
Loading…
Add table
Add a link
Reference in a new issue