<?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 power tips: .screenrc</title> <atom:link href="http://www.mattcutts.com/blog/screen-power-tips-screenrc/feed/" rel="self" type="application/rss+xml" /><link>http://www.mattcutts.com/blog/screen-power-tips-screenrc/</link> <description>neat fun stuff</description> <lastBuildDate>Wed, 08 Feb 2012 21:30: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: Julio Leiva</title><link>http://www.mattcutts.com/blog/screen-power-tips-screenrc/#comment-354450</link> <dc:creator>Julio Leiva</dc:creator> <pubDate>Mon, 29 Jun 2009 15:55:40 +0000</pubDate> <guid isPermaLink="false">http://www.mattcutts.com/blog/screen-power-tips-screenrc/#comment-354450</guid> <description>Hi guysI&#039;m using screen for many tasks on my system It is working ok in all my systems,but suddenly in one box screen begins acting up. I&#039;m able to create the screen and go back and forth from it. The problem comes when I want to terminate the screen using the &#039;exit&#039; command inside of the screen, it hangs for ever.If I use CRTL+A,K no problem. That way of closing the screen works all over the place except there.I&#039;ve checked for differences but I can&#039;t see any.... Any help is really appreciate. Thanks</description> <content:encoded><![CDATA[<p>Hi guys</p><p>I&#8217;m using screen for many tasks on my system<br /> It is working ok in all my systems,but suddenly in one box screen begins acting up.<br /> I&#8217;m able to create the screen and go back and forth from it.<br /> The problem comes when I want to terminate the screen using the &#8216;exit&#8217; command inside of the screen, it hangs for ever.If I use CRTL+A,K no problem.<br /> That way of closing the screen works all over the place except there.I&#8217;ve checked for differences but I can&#8217;t see any&#8230;.<br /> Any help is really appreciate.<br /> Thanks</p> ]]></content:encoded> </item> <item><title>By: bala</title><link>http://www.mattcutts.com/blog/screen-power-tips-screenrc/#comment-349332</link> <dc:creator>bala</dc:creator> <pubDate>Thu, 18 Jun 2009 09:31:46 +0000</pubDate> <guid isPermaLink="false">http://www.mattcutts.com/blog/screen-power-tips-screenrc/#comment-349332</guid> <description>can you how to bind ctrl+tab and ctrl+shift+tab keystrokes to move to other screens??</description> <content:encoded><![CDATA[<p>can you how to bind ctrl+tab and ctrl+shift+tab keystrokes to move to other screens??</p> ]]></content:encoded> </item> <item><title>By: enki</title><link>http://www.mattcutts.com/blog/screen-power-tips-screenrc/#comment-295514</link> <dc:creator>enki</dc:creator> <pubDate>Mon, 30 Mar 2009 01:10:24 +0000</pubDate> <guid isPermaLink="false">http://www.mattcutts.com/blog/screen-power-tips-screenrc/#comment-295514</guid> <description>One other solution is to use M-a (alt-a) in emacs, since it essentially does the same thing.</description> <content:encoded><![CDATA[<p>One other solution is to use M-a (alt-a) in emacs, since it essentially does the same thing.</p> ]]></content:encoded> </item> <item><title>By: Adam</title><link>http://www.mattcutts.com/blog/screen-power-tips-screenrc/#comment-201109</link> <dc:creator>Adam</dc:creator> <pubDate>Mon, 22 Dec 2008 05:29:46 +0000</pubDate> <guid isPermaLink="false">http://www.mattcutts.com/blog/screen-power-tips-screenrc/#comment-201109</guid> <description>Thanks for your tips.How can to ctrl-a ctrl-a with Ctrl-b as an escape key? The answer seems not ctrl-b ctrl-a.</description> <content:encoded><![CDATA[<p>Thanks for your tips.</p><p>How can to ctrl-a ctrl-a with Ctrl-b as an escape key? The answer seems not ctrl-b ctrl-a.</p> ]]></content:encoded> </item> <item><title>By: proson</title><link>http://www.mattcutts.com/blog/screen-power-tips-screenrc/#comment-113294</link> <dc:creator>proson</dc:creator> <pubDate>Sat, 22 Sep 2007 13:18:28 +0000</pubDate> <guid isPermaLink="false">http://www.mattcutts.com/blog/screen-power-tips-screenrc/#comment-113294</guid> <description>thanks for your tips. I don&#039;t Unix much these days. since I am not a developer but it&#039;s great to hear tips and tricks or Unix or linux machine.</description> <content:encoded><![CDATA[<p>thanks for your tips. I don&#8217;t Unix much these days. since I am not a developer but it&#8217;s great to hear tips and tricks or Unix or linux machine.</p> ]]></content:encoded> </item> <item><title>By: Matthew McEachen</title><link>http://www.mattcutts.com/blog/screen-power-tips-screenrc/#comment-113122</link> <dc:creator>Matthew McEachen</dc:creator> <pubDate>Thu, 20 Sep 2007 04:34:45 +0000</pubDate> <guid isPermaLink="false">http://www.mattcutts.com/blog/screen-power-tips-screenrc/#comment-113122</guid> <description>Multiplexed screen is the bees&#039; knees!N clients can connect to the same instance of screen by using the &quot;-x&quot; option.  One glitch is that the users *login* needs to be to the shared account, due to /dev/tty permission issues. Simply sudo&#039;ing to the shared account won&#039;t work. A simple solution is to have the users copy their ssh public key into the shared account&#039;s ~/.ssh/authorized_keys, then everyone can ssh sharedaccount@remotehost.So, once you&#039;ve got that all set up, N people can be typing simultaneously (preferably one at a time) into the same shell. It&#039;s great for pair programming, mentoring, or dangerous system administration stuff where another set of eyes can help reduce the chance of catastrophe.</description> <content:encoded><![CDATA[<p>Multiplexed screen is the bees&#8217; knees!</p><p>N clients can connect to the same instance of screen by using the &#8220;-x&#8221; option.  One glitch is that the users *login* needs to be to the shared account, due to /dev/tty permission issues. Simply sudo&#8217;ing to the shared account won&#8217;t work. A simple solution is to have the users copy their ssh public key into the shared account&#8217;s ~/.ssh/authorized_keys, then everyone can ssh sharedaccount@remotehost.</p><p>So, once you&#8217;ve got that all set up, N people can be typing simultaneously (preferably one at a time) into the same shell. It&#8217;s great for pair programming, mentoring, or dangerous system administration stuff where another set of eyes can help reduce the chance of catastrophe.</p> ]]></content:encoded> </item> <item><title>By: Arne Vogel</title><link>http://www.mattcutts.com/blog/screen-power-tips-screenrc/#comment-110129</link> <dc:creator>Arne Vogel</dc:creator> <pubDate>Tue, 31 Jul 2007 19:00:22 +0000</pubDate> <guid isPermaLink="false">http://www.mattcutts.com/blog/screen-power-tips-screenrc/#comment-110129</guid> <description>&quot;The Konsole or any other Linux terminal will give you multiple panes for different sessions, so I wonder why is screen desirable?&quot;And this is no use when ssh&#039;ing into a server, unless you want to open one session for every window where you otherwise could just [CTRL-A n] to open a new shell almost instantly.Neither does Konsole offer any protection against loss of connection. When my ssh dies while I&#039;m using screen on the server (for example if the client machine enters standby and the connection times out), all that happens is that the screen session is detached. I open another ssh, switch to super-user (I don&#039;t allow sshd to open root shells) and type &quot;screen -rr&quot; and all my VIMs and manpages are right there again.@Keniki: Do you have any signal to contribute or just noise?</description> <content:encoded><![CDATA[<p>&#8220;The Konsole or any other Linux terminal will give you multiple panes for different sessions, so I wonder why is screen desirable?&#8221;</p><p>And this is no use when ssh&#8217;ing into a server, unless you want to open one session for every window where you otherwise could just [CTRL-A n] to open a new shell almost instantly.</p><p>Neither does Konsole offer any protection against loss of connection. When my ssh dies while I&#8217;m using screen on the server (for example if the client machine enters standby and the connection times out), all that happens is that the screen session is detached. I open another ssh, switch to super-user (I don&#8217;t allow sshd to open root shells) and type &#8220;screen -rr&#8221; and all my VIMs and manpages are right there again.</p><p>@Keniki: Do you have any signal to contribute or just noise?</p> ]]></content:encoded> </item> <item><title>By: crimanysakes</title><link>http://www.mattcutts.com/blog/screen-power-tips-screenrc/#comment-109754</link> <dc:creator>crimanysakes</dc:creator> <pubDate>Thu, 26 Jul 2007 04:44:06 +0000</pubDate> <guid isPermaLink="false">http://www.mattcutts.com/blog/screen-power-tips-screenrc/#comment-109754</guid> <description>Probably the best reason for using screen is If you are working at, well, work, and want to go home and work, and you are using terminals and ssh, it&#039;s really easy to just pick up where you left off.Can&#039;t really do that with konsole, unless you are vnc&#039;ing; which unless you are doing graphical development would be a major bandwidth hog.</description> <content:encoded><![CDATA[<p>Probably the best reason for using screen is If you are working at, well, work, and want to go home and work, and you are using terminals and ssh, it&#8217;s really easy to just pick up where you left off.</p><p>Can&#8217;t really do that with konsole, unless you are vnc&#8217;ing; which unless you are doing graphical development would be a major bandwidth hog.</p> ]]></content:encoded> </item> <item><title>By: Alok</title><link>http://www.mattcutts.com/blog/screen-power-tips-screenrc/#comment-108688</link> <dc:creator>Alok</dc:creator> <pubDate>Mon, 16 Jul 2007 03:13:31 +0000</pubDate> <guid isPermaLink="false">http://www.mattcutts.com/blog/screen-power-tips-screenrc/#comment-108688</guid> <description>The Konsole or any other Linux terminal will give you multiple panes for different sessions, so I wonder why is screen desirable?</description> <content:encoded><![CDATA[<p>The Konsole or any other Linux terminal will give you multiple panes for different sessions, so I wonder why is screen desirable?</p> ]]></content:encoded> </item> <item><title>By: DJtoo</title><link>http://www.mattcutts.com/blog/screen-power-tips-screenrc/#comment-108661</link> <dc:creator>DJtoo</dc:creator> <pubDate>Sun, 15 Jul 2007 06:41:04 +0000</pubDate> <guid isPermaLink="false">http://www.mattcutts.com/blog/screen-power-tips-screenrc/#comment-108661</guid> <description>“screen -list” will also show current sessions ^_^</description> <content:encoded><![CDATA[<p>“screen -list” will also show current sessions ^_^</p> ]]></content:encoded> </item> </channel> </rss>
<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk
Page Caching using disk (enhanced)
Database Caching 4/11 queries in 0.004 seconds using disk

Served from: www.mattcutts.com @ 2012-02-09 00:00:24 -->
