<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">

 <title>Dave Dash</title>
 <link href="http://davedash.com/tag/gnuscreen/atom.xml" rel="self"/>
 <link href="http://davedash.com/tag/gnuscreen"/>
 <updated>2012-01-17T21:54:19-08:00</updated>
 <id>http://davedash.com/</id>
 <author>
   <name>Dave Dash</name>
   <email>dd+atom1@davedash.com</email>
 </author>

 
 <entry>
   <title>Screen</title>
   <link href="http://davedash.com/2008/05/06/screen/"/>
   <updated>2008-05-06T00:00:00-07:00</updated>
   <id>http://davedash.com/2008/05/06/screen</id>
   <content type="html">&lt;p&gt;Screen is &lt;strong&gt;AWESOME&lt;/strong&gt;!&lt;/p&gt;

&lt;p&gt;I've been doing some data auditing at Delicious and we have a lot of data, and I work off of a laptop connected to other machines.&lt;/p&gt;

&lt;p&gt;So I caved in and started diving into &lt;code&gt;screen&lt;/code&gt;.&lt;/p&gt;

&lt;p&gt;If your not familiar, screen is a multi-tasking terminal that you can connect and reconnect to.  Everything you run in screen keeps running as if you were there.  Think of it as VNC for the command line.&lt;/p&gt;

&lt;p&gt;I keep my screen session on a linux box at work and now I can do this:&lt;/p&gt;

&lt;pre&gt;&lt;code&gt;ssh -t myawesomecomputer screen -x
&lt;/code&gt;&lt;/pre&gt;

&lt;p&gt;and be connected to my 10 different terminal sessions all at once.  I'm connected to any database I might need, and I have several long running tests in others, or even just an open bash prompt at the ready on the right server.  Very awesome!&lt;/p&gt;
</content>
 </entry>
 

</feed>

