<?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: Using screen as your login shell</title>
	<atom:link href="http://geekscrap.com/2010/02/using-screen-as-your-login-shell/feed/" rel="self" type="application/rss+xml" />
	<link>http://geekscrap.com/2010/02/using-screen-as-your-login-shell/</link>
	<description>there is at least one way to do it</description>
	<lastBuildDate>Wed, 24 Nov 2010 03:08:06 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
	<item>
		<title>By: qmega</title>
		<link>http://geekscrap.com/2010/02/using-screen-as-your-login-shell/comment-page-1/#comment-89</link>
		<dc:creator>qmega</dc:creator>
		<pubDate>Tue, 03 Aug 2010 10:03:47 +0000</pubDate>
		<guid isPermaLink="false">http://geekscrap.com/?p=609#comment-89</guid>
		<description>The only problem with this is that if screen fails for some reason you&#039;re pretty much screwed. Another option is to add&lt;br&gt;&lt;br&gt;screen -R &amp;&amp; exit&lt;br&gt;&lt;br&gt;or something similar to the end of your .profile, so that if screen fails to start for some reason (wrong perms on screen dir or something) you stay in your bash shell and you can fix it.</description>
		<content:encoded><![CDATA[<p>The only problem with this is that if screen fails for some reason you&#39;re pretty much screwed. Another option is to add</p>
<p>screen -R &#038;&#038; exit</p>
<p>or something similar to the end of your .profile, so that if screen fails to start for some reason (wrong perms on screen dir or something) you stay in your bash shell and you can fix it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: links for 2010-04-12 &#171; /home/servrrockr</title>
		<link>http://geekscrap.com/2010/02/using-screen-as-your-login-shell/comment-page-1/#comment-82</link>
		<dc:creator>links for 2010-04-12 &#171; /home/servrrockr</dc:creator>
		<pubDate>Mon, 12 Apr 2010 22:54:50 +0000</pubDate>
		<guid isPermaLink="false">http://geekscrap.com/?p=609#comment-82</guid>
		<description>[...] Using screen as your login shell — geek scrap (tags: screen shell) [...]</description>
		<content:encoded><![CDATA[<p>[...] Using screen as your login shell — geek scrap (tags: screen shell) [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Links 11/2/2010: LinuxQuestions.org Awards, Myst Online Set Free &#124; Boycott Novell</title>
		<link>http://geekscrap.com/2010/02/using-screen-as-your-login-shell/comment-page-1/#comment-55</link>
		<dc:creator>Links 11/2/2010: LinuxQuestions.org Awards, Myst Online Set Free &#124; Boycott Novell</dc:creator>
		<pubDate>Thu, 11 Feb 2010 14:50:58 +0000</pubDate>
		<guid isPermaLink="false">http://geekscrap.com/?p=609#comment-55</guid>
		<description>[...] Using screen as your login shell [...]</description>
		<content:encoded><![CDATA[<p>[...] Using screen as your login shell [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: geekscrap</title>
		<link>http://geekscrap.com/2010/02/using-screen-as-your-login-shell/comment-page-1/#comment-54</link>
		<dc:creator>geekscrap</dc:creator>
		<pubDate>Thu, 11 Feb 2010 06:53:15 +0000</pubDate>
		<guid isPermaLink="false">http://geekscrap.com/?p=609#comment-54</guid>
		<description>C&#039;mon, treat it as pseudo-code :D</description>
		<content:encoded><![CDATA[<p>C&#39;mon, treat it as pseudo-code <img src='http://geekscrap.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: blueben</title>
		<link>http://geekscrap.com/2010/02/using-screen-as-your-login-shell/comment-page-1/#comment-53</link>
		<dc:creator>blueben</dc:creator>
		<pubDate>Thu, 11 Feb 2010 06:51:00 +0000</pubDate>
		<guid isPermaLink="false">http://geekscrap.com/?p=609#comment-53</guid>
		<description>Now if only I used zsh :)</description>
		<content:encoded><![CDATA[<p>Now if only I used zsh <img src='http://geekscrap.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: geekscrap</title>
		<link>http://geekscrap.com/2010/02/using-screen-as-your-login-shell/comment-page-1/#comment-52</link>
		<dc:creator>geekscrap</dc:creator>
		<pubDate>Thu, 11 Feb 2010 06:44:18 +0000</pubDate>
		<guid isPermaLink="false">http://geekscrap.com/?p=609#comment-52</guid>
		<description>@Nick: I&#039;m happy you enjoyed :-)&lt;br&gt;&lt;br&gt;@blueben: yep, that&#039;s true. I&#039;ve found a tip on how to solve this problem here: &lt;a href=&quot;http://alan.lamielle.net/2009/03/09/environment-variables-and-gnu-screen&quot; rel=&quot;nofollow&quot;&gt;http://alan.lamielle.net/2009/03/09/environment...&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>@Nick: I&#39;m happy you enjoyed <img src='http://geekscrap.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>@blueben: yep, that&#39;s true. I&#39;ve found a tip on how to solve this problem here: <a href="http://alan.lamielle.net/2009/03/09/environment-variables-and-gnu-screen" rel="nofollow">http://alan.lamielle.net/2009/03/09/environment&#8230;</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: blueben</title>
		<link>http://geekscrap.com/2010/02/using-screen-as-your-login-shell/comment-page-1/#comment-51</link>
		<dc:creator>blueben</dc:creator>
		<pubDate>Thu, 11 Feb 2010 05:46:34 +0000</pubDate>
		<guid isPermaLink="false">http://geekscrap.com/?p=609#comment-51</guid>
		<description>A catch: If you use SSH ForwardAgent, you will lose your connection to the agent from within a screen session when you drop and later reconnect. It&#039;s obvious in hindsight, but frustrating before you figure it out.</description>
		<content:encoded><![CDATA[<p>A catch: If you use SSH ForwardAgent, you will lose your connection to the agent from within a screen session when you drop and later reconnect. It&#39;s obvious in hindsight, but frustrating before you figure it out.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nick</title>
		<link>http://geekscrap.com/2010/02/using-screen-as-your-login-shell/comment-page-1/#comment-48</link>
		<dc:creator>Nick</dc:creator>
		<pubDate>Thu, 11 Feb 2010 01:25:41 +0000</pubDate>
		<guid isPermaLink="false">http://geekscrap.com/?p=609#comment-48</guid>
		<description>Fantastic!  You&#039;ve changed how I login to my server forever!</description>
		<content:encoded><![CDATA[<p>Fantastic!  You&#39;ve changed how I login to my server forever!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
<!-- WP Super Cache is installed but broken. The path to wp-cache-phase1.php in wp-content/advanced-cache.php must be fixed! -->
