initial commit to seperate repo
This commit is contained in:
commit
1a020ca68b
1302 changed files with 201261 additions and 0 deletions
30
cache/posts/200701window-manager-for-tty.html
vendored
Normal file
30
cache/posts/200701window-manager-for-tty.html
vendored
Normal file
|
|
@ -0,0 +1,30 @@
|
|||
<html><body><h1>Window Manager for tty?</h1>
|
||||
|
||||
<p>The package <a href="http://www.gnu.org/software/screen">screen</a> is<br>
|
||||
something that has been around for a long time.</p>
|
||||
|
||||
<p>With screen, you can have many session running on on tty, and you can<br>
|
||||
switch to another session with out touching a mouse. With the proper<br>
|
||||
configuration, you can get notified if there is some change (like if<br>
|
||||
you have a IM client up) or if there is no output (say, if you are<br>
|
||||
watching a compile session).</p>
|
||||
|
||||
<p>You are in the zone working, and then you notice the time, and you<br>
|
||||
have to log out and go home. Is this a problem? No, with a simple<br>
|
||||
d, you can disconnect the screen session, log out, go home,<br>
|
||||
log back into that machine, and resume your session just where you<br>
|
||||
left off.</p>
|
||||
|
||||
<p>One of the other really feature is cut and paste between sessions.<br>
|
||||
The is very handy when adapting code (or articles) into a new file.</p>
|
||||
|
||||
<h3>Screen References</h3>
|
||||
|
||||
<ul>
|
||||
<li><a href="http://www.sun.com/bigadmin/features/articles/gnu_screen.html">BigAdmin Feature Article: Installing and Using GNU Screen</a></li>
|
||||
<li><a href="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">Google Search: gnu screen howto</a></li>
|
||||
<li><a href="http://www.sun.com/bigadmin/features/articles/gnu_screen.html">BigAdmin Feature Article: Installing and Using GNU Screen</a></li>
|
||||
<li><a href="http://aperiodic.net/screen/start">GNU screen: start</a></li>
|
||||
<li><a href="http://aperiodic.net/screen/tutorial">GNU screen: tutorial</a></li>
|
||||
<li>[GNU Screen: an introduction and beginner's t utorial</li>
|
||||
</ul></body></html>
|
||||
Loading…
Add table
Add a link
Reference in a new issue