<?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 - Manages multiple sessions on one terminal</title>
	<atom:link href="http://www.ubuntugeek.com/screen-manages-multiple-sessions-on-one-terminal.html/feed" rel="self" type="application/rss+xml" />
	<link>http://www.ubuntugeek.com/screen-manages-multiple-sessions-on-one-terminal.html</link>
	<description>Ubuntu Linux Tutorials,Howtos,Tips &#38; News &#124; Oneiric,Natty,Maverick</description>
	<lastBuildDate>Mon, 06 Feb 2012 15:40:01 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: TWCrap</title>
		<link>http://www.ubuntugeek.com/screen-manages-multiple-sessions-on-one-terminal.html/comment-page-1#comment-92368</link>
		<dc:creator>TWCrap</dc:creator>
		<pubDate>Sat, 19 Feb 2011 10:39:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/?p=1415#comment-92368</guid>
		<description>Screen is indeed an nice program, but does somebody knows how can continue with your screen session after an reboot?</description>
		<content:encoded><![CDATA[<p>Screen is indeed an nice program, but does somebody knows how can continue with your screen session after an reboot?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Peter Kelly</title>
		<link>http://www.ubuntugeek.com/screen-manages-multiple-sessions-on-one-terminal.html/comment-page-1#comment-10132</link>
		<dc:creator>Peter Kelly</dc:creator>
		<pubDate>Fri, 19 Jun 2009 07:07:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/?p=1415#comment-10132</guid>
		<description>Certainly a useful tool, especially if your connection is likely to drop as you can reconnect to your sessions. Only thing that annoys me is putty doesn&#039;t play nice with it in terms of the screen buffer, but ctrl-a-[ mostly solves that issue.</description>
		<content:encoded><![CDATA[<p>Certainly a useful tool, especially if your connection is likely to drop as you can reconnect to your sessions. Only thing that annoys me is putty doesn&#8217;t play nice with it in terms of the screen buffer, but ctrl-a-[ mostly solves that issue.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mary Riley</title>
		<link>http://www.ubuntugeek.com/screen-manages-multiple-sessions-on-one-terminal.html/comment-page-1#comment-10032</link>
		<dc:creator>Mary Riley</dc:creator>
		<pubDate>Tue, 16 Jun 2009 16:20:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/?p=1415#comment-10032</guid>
		<description>I absolutely love Screen! I use it on a daily basis, and it makes the CLI much more friendly.</description>
		<content:encoded><![CDATA[<p>I absolutely love Screen! I use it on a daily basis, and it makes the CLI much more friendly.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Karl O. Pinc</title>
		<link>http://www.ubuntugeek.com/screen-manages-multiple-sessions-on-one-terminal.html/comment-page-1#comment-10030</link>
		<dc:creator>Karl O. Pinc</dc:creator>
		<pubDate>Tue, 16 Jun 2009 15:03:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/?p=1415#comment-10030</guid>
		<description>To use screen with emacs you must redefine the screen control key.  (You could instead reconfigure emacs and rewire your nervous system to the new key sequences, but that&#039;d be silly.)

For instructions on using screen with emacs see:
http://www.emacswiki.org/emacs/GnuScreen</description>
		<content:encoded><![CDATA[<p>To use screen with emacs you must redefine the screen control key.  (You could instead reconfigure emacs and rewire your nervous system to the new key sequences, but that&#8217;d be silly.)</p>
<p>For instructions on using screen with emacs see:<br />
<a href="http://www.emacswiki.org/emacs/GnuScreen" rel="nofollow">http://www.emacswiki.org/emacs/GnuScreen</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Caitlyn Martin</title>
		<link>http://www.ubuntugeek.com/screen-manages-multiple-sessions-on-one-terminal.html/comment-page-1#comment-9982</link>
		<dc:creator>Caitlyn Martin</dc:creator>
		<pubDate>Mon, 15 Jun 2009 22:34:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/?p=1415#comment-9982</guid>
		<description>Screen is a vital tool for the systems administrator.  The author barely mentions the most powerful and important aspect of screen:  I can be connected to any number of servers, start a task, detatch from the task, and the task keeps running.  I can reattach later and see the results or the progress and intervene of needed.  I can attach and detatch as often as I like.  So long as I use the same login (same username) I can reattach from a different location as well, i.e.: start a job at the office and pick it up at home.

I can&#039;t believe the author used telnet as an example in this day and age.  Don&#039;t people understand that telnet passes the username and password in clear text?  It&#039;s an archaic security nightmare that should have been replaced by ssh everywhere years ago.  I am amazed it still lingers on.</description>
		<content:encoded><![CDATA[<p>Screen is a vital tool for the systems administrator.  The author barely mentions the most powerful and important aspect of screen:  I can be connected to any number of servers, start a task, detatch from the task, and the task keeps running.  I can reattach later and see the results or the progress and intervene of needed.  I can attach and detatch as often as I like.  So long as I use the same login (same username) I can reattach from a different location as well, i.e.: start a job at the office and pick it up at home.</p>
<p>I can&#8217;t believe the author used telnet as an example in this day and age.  Don&#8217;t people understand that telnet passes the username and password in clear text?  It&#8217;s an archaic security nightmare that should have been replaced by ssh everywhere years ago.  I am amazed it still lingers on.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Henry</title>
		<link>http://www.ubuntugeek.com/screen-manages-multiple-sessions-on-one-terminal.html/comment-page-1#comment-9678</link>
		<dc:creator>Henry</dc:creator>
		<pubDate>Thu, 04 Jun 2009 22:45:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/?p=1415#comment-9678</guid>
		<description>I had the necessary packages. I&#039;m guessing some older configs I had were interfering, I got it working by deleting ~/.screen-profiles and ~/.screenrc</description>
		<content:encoded><![CDATA[<p>I had the necessary packages. I&#8217;m guessing some older configs I had were interfering, I got it working by deleting ~/.screen-profiles and ~/.screenrc</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: steve123</title>
		<link>http://www.ubuntugeek.com/screen-manages-multiple-sessions-on-one-terminal.html/comment-page-1#comment-9648</link>
		<dc:creator>steve123</dc:creator>
		<pubDate>Wed, 03 Jun 2009 22:21:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/?p=1415#comment-9648</guid>
		<description>@Henry please read my commend above yours it tells you how to download screen-profiles and how to install them :)</description>
		<content:encoded><![CDATA[<p>@Henry please read my commend above yours it tells you how to download screen-profiles and how to install them <img src='http://www.ubuntugeek.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Henry</title>
		<link>http://www.ubuntugeek.com/screen-manages-multiple-sessions-on-one-terminal.html/comment-page-1#comment-9644</link>
		<dc:creator>Henry</dc:creator>
		<pubDate>Wed, 03 Jun 2009 18:57:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/?p=1415#comment-9644</guid>
		<description>I&#039;m a daily screen user.

I don&#039;t get the status bars at the bottom or the F9 menu. How can I enable them?</description>
		<content:encoded><![CDATA[<p>I&#8217;m a daily screen user.</p>
<p>I don&#8217;t get the status bars at the bottom or the F9 menu. How can I enable them?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: steve123</title>
		<link>http://www.ubuntugeek.com/screen-manages-multiple-sessions-on-one-terminal.html/comment-page-1#comment-9583</link>
		<dc:creator>steve123</dc:creator>
		<pubDate>Mon, 01 Jun 2009 01:23:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/?p=1415#comment-9583</guid>
		<description>if anyone needs them you can get them here:

wget http://ftp.us.debian.org/debian/pool/main/s/screen-profiles/screen-profiles_1.48-1_all.deb

wget http://ftp.us.debian.org/debian/pool/main/s/screen-profiles/screen-profiles-extras_1.48-1_all.deb

and to install them both:

sudo dpkg -i screen-profiles_1.48-1_all.deb
sudo dpkg -i screen-profiles-extras_1.48-1_all.deb</description>
		<content:encoded><![CDATA[<p>if anyone needs them you can get them here:</p>
<p>wget <a href="http://ftp.us.debian.org/debian/pool/main/s/screen-profiles/screen-profiles_1.48-1_all.deb" rel="nofollow">http://ftp.us.debian.org/debian/pool/main/s/screen-profiles/screen-profiles_1.48-1_all.deb</a></p>
<p>wget <a href="http://ftp.us.debian.org/debian/pool/main/s/screen-profiles/screen-profiles-extras_1.48-1_all.deb" rel="nofollow">http://ftp.us.debian.org/debian/pool/main/s/screen-profiles/screen-profiles-extras_1.48-1_all.deb</a></p>
<p>and to install them both:</p>
<p>sudo dpkg -i screen-profiles_1.48-1_all.deb<br />
sudo dpkg -i screen-profiles-extras_1.48-1_all.deb</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: steve123</title>
		<link>http://www.ubuntugeek.com/screen-manages-multiple-sessions-on-one-terminal.html/comment-page-1#comment-9582</link>
		<dc:creator>steve123</dc:creator>
		<pubDate>Mon, 01 Jun 2009 00:47:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/?p=1415#comment-9582</guid>
		<description>apt-get can&#039;t find screen-profiles or screen-profiles-extras i&#039;m i missing something here?

i&#039;m on ubuntu server 8.10</description>
		<content:encoded><![CDATA[<p>apt-get can&#8217;t find screen-profiles or screen-profiles-extras i&#8217;m i missing something here?</p>
<p>i&#8217;m on ubuntu server 8.10</p>
]]></content:encoded>
	</item>
</channel>
</rss>

