<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Screen? A must for SSH</title>
	<atom:link href="http://mattiasgeniar.be/2008/06/04/screen-a-must-for-ssh/feed/" rel="self" type="application/rss+xml" />
	<link>http://mattiasgeniar.be/2008/06/04/screen-a-must-for-ssh/</link>
	<description>Tips, Tricks &#38; Rants of a Sys Admin</description>
	<lastBuildDate>Fri, 05 Mar 2010 15:12:07 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: links for 2008-10-29 &#124; iLenceel</title>
		<link>http://mattiasgeniar.be/2008/06/04/screen-a-must-for-ssh/comment-page-1/#comment-1627</link>
		<dc:creator>links for 2008-10-29 &#124; iLenceel</dc:creator>
		<pubDate>Wed, 29 Oct 2008 09:30:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.mattiasgeniar.be/?p=13#comment-1627</guid>
		<description>[...] Screen? A must for SSH must....how about dtach.... [...]</description>
		<content:encoded><![CDATA[<p>[...] Screen? A must for SSH must&#8230;.how about dtach&#8230;. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matti</title>
		<link>http://mattiasgeniar.be/2008/06/04/screen-a-must-for-ssh/comment-page-1/#comment-1581</link>
		<dc:creator>Matti</dc:creator>
		<pubDate>Thu, 23 Oct 2008 08:49:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.mattiasgeniar.be/?p=13#comment-1581</guid>
		<description>@Jt; indeed, that&#039;s a normal single quote - somehow the code gets screwed up, can&#039;t seem to edit it (always changes back) :-)</description>
		<content:encoded><![CDATA[<p>@Jt; indeed, that&#8217;s a normal single quote &#8211; somehow the code gets screwed up, can&#8217;t seem to edit it (always changes back) :-)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jt</title>
		<link>http://mattiasgeniar.be/2008/06/04/screen-a-must-for-ssh/comment-page-1/#comment-1579</link>
		<dc:creator>jt</dc:creator>
		<pubDate>Thu, 23 Oct 2008 04:59:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.mattiasgeniar.be/?p=13#comment-1579</guid>
		<description>thanks for the tutorial!  is that supposed to be a regular single quote (&#039;) at the end of the hardstatus string in the ~.screenrc file?
i had to change it to make it work.</description>
		<content:encoded><![CDATA[<p>thanks for the tutorial!  is that supposed to be a regular single quote (&#8216;) at the end of the hardstatus string in the ~.screenrc file?<br />
i had to change it to make it work.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mat</title>
		<link>http://mattiasgeniar.be/2008/06/04/screen-a-must-for-ssh/comment-page-1/#comment-1578</link>
		<dc:creator>Mat</dc:creator>
		<pubDate>Thu, 23 Oct 2008 04:06:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.mattiasgeniar.be/?p=13#comment-1578</guid>
		<description>If you use emacs-style command line editing, CTRL-A (go to the beginning of line) is a bad command key. Add the following to your ~/.screenrc to change it to CTRL-O (the letter o):

escape &quot;^Oo&quot;

It&#039;s also great to reduce many xterms to a single one!
-mat</description>
		<content:encoded><![CDATA[<p>If you use emacs-style command line editing, CTRL-A (go to the beginning of line) is a bad command key. Add the following to your ~/.screenrc to change it to CTRL-O (the letter o):</p>
<p>escape &#8220;^Oo&#8221;</p>
<p>It&#8217;s also great to reduce many xterms to a single one!<br />
-mat</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matti</title>
		<link>http://mattiasgeniar.be/2008/06/04/screen-a-must-for-ssh/comment-page-1/#comment-1576</link>
		<dc:creator>Matti</dc:creator>
		<pubDate>Wed, 22 Oct 2008 18:19:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.mattiasgeniar.be/?p=13#comment-1576</guid>
		<description>The addition of ~/.screenrc is worth noting. I&#039;ve edited the main article, there are a lot of options available when creating/editing your config file!</description>
		<content:encoded><![CDATA[<p>The addition of ~/.screenrc is worth noting. I&#8217;ve edited the main article, there are a lot of options available when creating/editing your config file!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris Irwin</title>
		<link>http://mattiasgeniar.be/2008/06/04/screen-a-must-for-ssh/comment-page-1/#comment-1575</link>
		<dc:creator>Chris Irwin</dc:creator>
		<pubDate>Wed, 22 Oct 2008 17:53:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.mattiasgeniar.be/?p=13#comment-1575</guid>
		<description>The man page is pretty informative. -S gives the session a name (easier to resume). Even easier is using &quot;-d -R&quot;, which creates or resumes a session with a given name.

screen -d -R WorkSession</description>
		<content:encoded><![CDATA[<p>The man page is pretty informative. -S gives the session a name (easier to resume). Even easier is using &#8220;-d -R&#8221;, which creates or resumes a session with a given name.</p>
<p>screen -d -R WorkSession</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matt Simmons</title>
		<link>http://mattiasgeniar.be/2008/06/04/screen-a-must-for-ssh/comment-page-1/#comment-1574</link>
		<dc:creator>Matt Simmons</dc:creator>
		<pubDate>Wed, 22 Oct 2008 17:26:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.mattiasgeniar.be/?p=13#comment-1574</guid>
		<description>@Jake

I know a reply a few months later is probably too late, but you can reattach</description>
		<content:encoded><![CDATA[<p>@Jake</p>
<p>I know a reply a few months later is probably too late, but you can reattach</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sean McCleary</title>
		<link>http://mattiasgeniar.be/2008/06/04/screen-a-must-for-ssh/comment-page-1/#comment-1573</link>
		<dc:creator>Sean McCleary</dc:creator>
		<pubDate>Wed, 22 Oct 2008 16:22:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.mattiasgeniar.be/?p=13#comment-1573</guid>
		<description>Making your own .screenrc file in your home directory can be very nice as well.  This is what I use and it really helps manage screen better:

hardstatus alwayslastline
hardstatus string &#039;%{= kG}[ %{G}%H %{g}][%= %{= kw}%?%-Lw%?%{r}(%{W}%n*%f %t%?(%u)%?%{r})%{w}%?%+Lw%?%?%= %{g}][%{B} %d/%m %{W}%c %{g}]&#039;</description>
		<content:encoded><![CDATA[<p>Making your own .screenrc file in your home directory can be very nice as well.  This is what I use and it really helps manage screen better:</p>
<p>hardstatus alwayslastline<br />
hardstatus string &#8216;%{= kG}[ %{G}%H %{g}][%= %{= kw}%?%-Lw%?%{r}(%{W}%n*%f %t%?(%u)%?%{r})%{w}%?%+Lw%?%?%= %{g}][%{B} %d/%m %{W}%c %{g}]&#8216;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jake</title>
		<link>http://mattiasgeniar.be/2008/06/04/screen-a-must-for-ssh/comment-page-1/#comment-28</link>
		<dc:creator>Jake</dc:creator>
		<pubDate>Sat, 14 Jun 2008 20:59:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.mattiasgeniar.be/?p=13#comment-28</guid>
		<description>If you accidently leave your screen attached and you want to connect to it, you can use &quot;screen -d nameofsession&quot; (sans quotes of course) to detach it, and then attach it on the computer you&#039;re on.</description>
		<content:encoded><![CDATA[<p>If you accidently leave your screen attached and you want to connect to it, you can use &#8220;screen -d nameofsession&#8221; (sans quotes of course) to detach it, and then attach it on the computer you&#8217;re on.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Adam Kane</title>
		<link>http://mattiasgeniar.be/2008/06/04/screen-a-must-for-ssh/comment-page-1/#comment-8</link>
		<dc:creator>Adam Kane</dc:creator>
		<pubDate>Mon, 09 Jun 2008 06:59:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.mattiasgeniar.be/?p=13#comment-8</guid>
		<description>Nice write up, there is a related article your readers might learn more from located at http://www.foogazi.com/2006/08/25/ssh-screen-easy-admining/ that discusses how to use screen and ssh with passwordless keys to easily administrate multiple servers.</description>
		<content:encoded><![CDATA[<p>Nice write up, there is a related article your readers might learn more from located at <a href="http://www.foogazi.com/2006/08/25/ssh-screen-easy-admining/" rel="nofollow" onclick="pageTracker._trackPageview('/outgoing/www.foogazi.com/2006/08/25/ssh-screen-easy-admining/?referer=');">http://www.foogazi.com/2006/08/25/ssh-screen-easy-admining/</a> that discusses how to use screen and ssh with passwordless keys to easily administrate multiple servers.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dailynet</title>
		<link>http://mattiasgeniar.be/2008/06/04/screen-a-must-for-ssh/comment-page-1/#comment-7</link>
		<dc:creator>dailynet</dc:creator>
		<pubDate>Sun, 08 Jun 2008 11:42:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.mattiasgeniar.be/?p=13#comment-7</guid>
		<description>Ctrl+S is a &quot;Pause&quot; in linux environtment, Try pressing Ctrl+Q to un&quot;Pause&quot;.</description>
		<content:encoded><![CDATA[<p>Ctrl+S is a &#8220;Pause&#8221; in linux environtment, Try pressing Ctrl+Q to un&#8221;Pause&#8221;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: else</title>
		<link>http://mattiasgeniar.be/2008/06/04/screen-a-must-for-ssh/comment-page-1/#comment-6</link>
		<dc:creator>else</dc:creator>
		<pubDate>Sat, 07 Jun 2008 17:07:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.mattiasgeniar.be/?p=13#comment-6</guid>
		<description>Unfortunately it&#039;s not possible to exit screen by pressing CRTL+D after previously having pressed CTRL+S... Can anyone confirm this? Using Debian Etch 4.0.</description>
		<content:encoded><![CDATA[<p>Unfortunately it&#8217;s not possible to exit screen by pressing CRTL+D after previously having pressed CTRL+S&#8230; Can anyone confirm this? Using Debian Etch 4.0.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://mattiasgeniar.be/2008/06/04/screen-a-must-for-ssh/comment-page-1/#comment-5</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Sat, 07 Jun 2008 15:13:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.mattiasgeniar.be/?p=13#comment-5</guid>
		<description>Pressing CTRL-S allows you to search into previous screen-sessions. 

You can always exit &quot;screen&quot; by pressing CTRL-D.</description>
		<content:encoded><![CDATA[<p>Pressing CTRL-S allows you to search into previous screen-sessions. </p>
<p>You can always exit &#8220;screen&#8221; by pressing CTRL-D.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: else</title>
		<link>http://mattiasgeniar.be/2008/06/04/screen-a-must-for-ssh/comment-page-1/#comment-4</link>
		<dc:creator>else</dc:creator>
		<pubDate>Sat, 07 Jun 2008 14:38:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.mattiasgeniar.be/?p=13#comment-4</guid>
		<description>Do you know why screen freezes when pressing (accidentally) STRG+S? Thanks.</description>
		<content:encoded><![CDATA[<p>Do you know why screen freezes when pressing (accidentally) STRG+S? Thanks.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
