<?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: .screenrc</title>
	<atom:link href="http://ubuntu-tutorials.com/2009/10/09/screenrc/feed/" rel="self" type="application/rss+xml" />
	<link>http://ubuntu-tutorials.com/2009/10/09/screenrc/</link>
	<description>Enhancing your Ubuntu experience!</description>
	<lastBuildDate>Fri, 11 May 2012 05:04:26 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: Brian_Arita</title>
		<link>http://ubuntu-tutorials.com/2009/10/09/screenrc/#comment-9819</link>
		<dc:creator>Brian_Arita</dc:creator>
		<pubDate>Sun, 18 Oct 2009 07:47:35 +0000</pubDate>
		<guid isPermaLink="false">http://ubuntu-tutorials.com/?p=1315#comment-9819</guid>
		<description>I use this hard status because frequently I have a lot of windows open. I added comments for clarity 
# Output green [] with the hostname colored brown in the middle 
# %{= kG}[ %{y}%H %{g}] 
# Output a [ thats green  
# [ 
# Leave a gap  for the hostname 
# %15= 
# Mark that spot for truncation 
# %&gt; 
# Print all the other windows prior to the current one up to 40% width 
# %-Lw%40&gt; 
# Print out a red ( 
# %{r}( 
# Print out White Bold Text Of the Window Number, a *, flags, title  
# %{W}%n*%f %t 
# Print out other users on that screen (if some exist) 
# %?(%u)%? 
# Print out a red ) and then switch back to green 
# %{r})%{g} 
# Print out all the other windows after the current one 
# %+Lw 
# Leave some room on the end for the date and time and mark that as the other truncation point 
# %-22&lt; 
# Print the closing bracket, the opening bracket for the final section, a cyan marker, the date and time, and a green ] 
# ][%{c} %Y-%m-%d %c %{g}] 
hardstatus alwayslastline &#039;%{= kG}[ %{y}%H %{g}][%15= %&gt;%-Lw%40&gt;%{r}(%{W}%n*%f %t%?(%u)%?%{r})%{g}%+Lw%-22&lt; ][%{c} %Y-%m-%d %c %{g}]&#039; 
 
 
Another nice thing is to use this: 
bind e stuff &#039;echo -en &quot;\\ekU@H\\e\\\\&quot;&#124;sed -e &quot;s/H/`hostname`/&quot; -e &quot;s/U/`whoami`/&quot;&#039; 
 
So that when you ssh into a new computer you can have the title of the screen be User@hostname 
 
If you use vim to edit your screenrc file you can press Ctrl+v ctrl+m before the last &#039; on the echo command, then a return key will be added to that command. 
  
 </description>
		<content:encoded><![CDATA[<p>I use this hard status because frequently I have a lot of windows open. I added comments for clarity<br />
# Output green [] with the hostname colored brown in the middle<br />
# %{= kG}[ %{y}%H %{g}]<br />
# Output a [ thats green<br />
# [<br />
# Leave a gap  for the hostname<br />
# %15=<br />
# Mark that spot for truncation<br />
# %&gt;<br />
# Print all the other windows prior to the current one up to 40% width<br />
# %-Lw%40&gt;<br />
# Print out a red (<br />
# %{r}(<br />
# Print out White Bold Text Of the Window Number, a *, flags, title<br />
# %{W}%n*%f %t<br />
# Print out other users on that screen (if some exist)<br />
# %?(%u)%?<br />
# Print out a red ) and then switch back to green<br />
# %{r})%{g}<br />
# Print out all the other windows after the current one<br />
# %+Lw<br />
# Leave some room on the end for the date and time and mark that as the other truncation point<br />
# %-22&lt;<br />
# Print the closing bracket, the opening bracket for the final section, a cyan marker, the date and time, and a green ]<br />
# ][%{c} %Y-%m-%d %c %{g}]<br />
hardstatus alwayslastline &#039;%{= kG}[ %{y}%H %{g}][%15= %&gt;%-Lw%40&gt;%{r}(%{W}%n*%f %t%?(%u)%?%{r})%{g}%+Lw%-22&lt; ][%{c} %Y-%m-%d %c %{g}]&#039; </p>
<p>Another nice thing is to use this:<br />
bind e stuff &#039;echo -en &quot;\\ekU@H\\e\\\\&quot;|sed -e &quot;s/H/`hostname`/&quot; -e &quot;s/U/`whoami`/&quot;&#039; </p>
<p>So that when you ssh into a new computer you can have the title of the screen be User@hostname </p>
<p>If you use vim to edit your screenrc file you can press Ctrl+v ctrl+m before the last &#039; on the echo command, then a return key will be added to that command. </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brian_Arita</title>
		<link>http://ubuntu-tutorials.com/2009/10/09/screenrc/#comment-9817</link>
		<dc:creator>Brian_Arita</dc:creator>
		<pubDate>Sun, 18 Oct 2009 07:47:35 +0000</pubDate>
		<guid isPermaLink="false">http://ubuntu-tutorials.com/?p=1315#comment-9817</guid>
		<description>I use this hard status because frequently I have a lot of windows open. I added comments for clarity 
# Output green [] with the hostname colored brown in the middle 
# %{= kG}[ %{y}%H %{g}] 
# Output a [ thats green  
# [ 
# Leave a gap  for the hostname 
# %15= 
# Mark that spot for truncation 
# %&gt; 
# Print all the other windows prior to the current one up to 40% width 
# %-Lw%40&gt; 
# Print out a red ( 
# %{r}( 
# Print out White Bold Text Of the Window Number, a *, flags, title  
# %{W}%n*%f %t 
# Print out other users on that screen (if some exist) 
# %?(%u)%? 
# Print out a red ) and then switch back to green 
# %{r})%{g} 
# Print out all the other windows after the current one 
# %+Lw 
# Leave some room on the end for the date and time and mark that as the other truncation point 
# %-22&lt; 
# Print the closing bracket, the opening bracket for the final section, a cyan marker, the date and time, and a green ] 
# ][%{c} %Y-%m-%d %c %{g}] 
hardstatus alwayslastline &#039;%{= kG}[ %{y}%H %{g}][%15= %&gt;%-Lw%40&gt;%{r}(%{W}%n*%f %t%?(%u)%?%{r})%{g}%+Lw%-22&lt; ][%{c} %Y-%m-%d %c %{g}]&#039; 
 
 
Another nice thing is to use this: 
bind e stuff &#039;echo -en &quot;\\ekU@H\\e\\\\&quot;&#124;sed -e &quot;s/H/`hostname`/&quot; -e &quot;s/U/`whoami`/&quot;&#039; 
 
So that when you ssh into a new computer you can have the title of the screen be User@hostname 
 
If you use vim to edit your screenrc file you can press Ctrl+v ctrl+m before the last &#039; on the echo command, then a return key will be added to that command. 
  
 </description>
		<content:encoded><![CDATA[<p>I use this hard status because frequently I have a lot of windows open. I added comments for clarity<br />
# Output green [] with the hostname colored brown in the middle<br />
# %{= kG}[ %{y}%H %{g}]<br />
# Output a [ thats green<br />
# [<br />
# Leave a gap  for the hostname<br />
# %15=<br />
# Mark that spot for truncation<br />
# %&gt;<br />
# Print all the other windows prior to the current one up to 40% width<br />
# %-Lw%40&gt;<br />
# Print out a red (<br />
# %{r}(<br />
# Print out White Bold Text Of the Window Number, a *, flags, title<br />
# %{W}%n*%f %t<br />
# Print out other users on that screen (if some exist)<br />
# %?(%u)%?<br />
# Print out a red ) and then switch back to green<br />
# %{r})%{g}<br />
# Print out all the other windows after the current one<br />
# %+Lw<br />
# Leave some room on the end for the date and time and mark that as the other truncation point<br />
# %-22&lt;<br />
# Print the closing bracket, the opening bracket for the final section, a cyan marker, the date and time, and a green ]<br />
# ][%{c} %Y-%m-%d %c %{g}]<br />
hardstatus alwayslastline &#039;%{= kG}[ %{y}%H %{g}][%15= %&gt;%-Lw%40&gt;%{r}(%{W}%n*%f %t%?(%u)%?%{r})%{g}%+Lw%-22&lt; ][%{c} %Y-%m-%d %c %{g}]&#039; </p>
<p>Another nice thing is to use this:<br />
bind e stuff &#039;echo -en &quot;\\ekU@H\\e\\\\&quot;|sed -e &quot;s/H/`hostname`/&quot; -e &quot;s/U/`whoami`/&quot;&#039; </p>
<p>So that when you ssh into a new computer you can have the title of the screen be User@hostname </p>
<p>If you use vim to edit your screenrc file you can press Ctrl+v ctrl+m before the last &#039; on the echo command, then a return key will be added to that command. </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brian_Arita</title>
		<link>http://ubuntu-tutorials.com/2009/10/09/screenrc/#comment-9818</link>
		<dc:creator>Brian_Arita</dc:creator>
		<pubDate>Sun, 18 Oct 2009 07:47:35 +0000</pubDate>
		<guid isPermaLink="false">http://ubuntu-tutorials.com/?p=1315#comment-9818</guid>
		<description>I use this hard status because frequently I have a lot of windows open. I added comments for clarity 
# Output green [] with the hostname colored brown in the middle 
# %{= kG}[ %{y}%H %{g}] 
# Output a [ thats green  
# [ 
# Leave a gap  for the hostname 
# %15= 
# Mark that spot for truncation 
# %&gt; 
# Print all the other windows prior to the current one up to 40% width 
# %-Lw%40&gt; 
# Print out a red ( 
# %{r}( 
# Print out White Bold Text Of the Window Number, a *, flags, title  
# %{W}%n*%f %t 
# Print out other users on that screen (if some exist) 
# %?(%u)%? 
# Print out a red ) and then switch back to green 
# %{r})%{g} 
# Print out all the other windows after the current one 
# %+Lw 
# Leave some room on the end for the date and time and mark that as the other truncation point 
# %-22&lt; 
# Print the closing bracket, the opening bracket for the final section, a cyan marker, the date and time, and a green ] 
# ][%{c} %Y-%m-%d %c %{g}] 
hardstatus alwayslastline &#039;%{= kG}[ %{y}%H %{g}][%15= %&gt;%-Lw%40&gt;%{r}(%{W}%n*%f %t%?(%u)%?%{r})%{g}%+Lw%-22&lt; ][%{c} %Y-%m-%d %c %{g}]&#039; 
 
 
Another nice thing is to use this: 
bind e stuff &#039;echo -en &quot;\\ekU@H\\e\\\\&quot;&#124;sed -e &quot;s/H/`hostname`/&quot; -e &quot;s/U/`whoami`/&quot;&#039; 
 
So that when you ssh into a new computer you can have the title of the screen be User@hostname 
 
If you use vim to edit your screenrc file you can press Ctrl+v ctrl+m before the last &#039; on the echo command, then a return key will be added to that command. 
  
 </description>
		<content:encoded><![CDATA[<p>I use this hard status because frequently I have a lot of windows open. I added comments for clarity<br />
# Output green [] with the hostname colored brown in the middle<br />
# %{= kG}[ %{y}%H %{g}]<br />
# Output a [ thats green<br />
# [<br />
# Leave a gap  for the hostname<br />
# %15=<br />
# Mark that spot for truncation<br />
# %&gt;<br />
# Print all the other windows prior to the current one up to 40% width<br />
# %-Lw%40&gt;<br />
# Print out a red (<br />
# %{r}(<br />
# Print out White Bold Text Of the Window Number, a *, flags, title<br />
# %{W}%n*%f %t<br />
# Print out other users on that screen (if some exist)<br />
# %?(%u)%?<br />
# Print out a red ) and then switch back to green<br />
# %{r})%{g}<br />
# Print out all the other windows after the current one<br />
# %+Lw<br />
# Leave some room on the end for the date and time and mark that as the other truncation point<br />
# %-22&lt;<br />
# Print the closing bracket, the opening bracket for the final section, a cyan marker, the date and time, and a green ]<br />
# ][%{c} %Y-%m-%d %c %{g}]<br />
hardstatus alwayslastline &#039;%{= kG}[ %{y}%H %{g}][%15= %&gt;%-Lw%40&gt;%{r}(%{W}%n*%f %t%?(%u)%?%{r})%{g}%+Lw%-22&lt; ][%{c} %Y-%m-%d %c %{g}]&#039; </p>
<p>Another nice thing is to use this:<br />
bind e stuff &#039;echo -en &quot;\\ekU@H\\e\\\\&quot;|sed -e &quot;s/H/`hostname`/&quot; -e &quot;s/U/`whoami`/&quot;&#039; </p>
<p>So that when you ssh into a new computer you can have the title of the screen be User@hostname </p>
<p>If you use vim to edit your screenrc file you can press Ctrl+v ctrl+m before the last &#039; on the echo command, then a return key will be added to that command. </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brian_Arita</title>
		<link>http://ubuntu-tutorials.com/2009/10/09/screenrc/#comment-9816</link>
		<dc:creator>Brian_Arita</dc:creator>
		<pubDate>Sun, 18 Oct 2009 07:47:35 +0000</pubDate>
		<guid isPermaLink="false">http://ubuntu-tutorials.com/?p=1315#comment-9816</guid>
		<description>I use this hard status because frequently I have a lot of windows open. I added comments for clarity 
# Output green [] with the hostname colored brown in the middle 
# %{= kG}[ %{y}%H %{g}] 
# Output a [ thats green  
# [ 
# Leave a gap  for the hostname 
# %15= 
# Mark that spot for truncation 
# %&gt; 
# Print all the other windows prior to the current one up to 40% width 
# %-Lw%40&gt; 
# Print out a red ( 
# %{r}( 
# Print out White Bold Text Of the Window Number, a *, flags, title  
# %{W}%n*%f %t 
# Print out other users on that screen (if some exist) 
# %?(%u)%? 
# Print out a red ) and then switch back to green 
# %{r})%{g} 
# Print out all the other windows after the current one 
# %+Lw 
# Leave some room on the end for the date and time and mark that as the other truncation point 
# %-22&lt; 
# Print the closing bracket, the opening bracket for the final section, a cyan marker, the date and time, and a green ] 
# ][%{c} %Y-%m-%d %c %{g}] 
hardstatus alwayslastline &#039;%{= kG}[ %{y}%H %{g}][%15= %&gt;%-Lw%40&gt;%{r}(%{W}%n*%f %t%?(%u)%?%{r})%{g}%+Lw%-22&lt; ][%{c} %Y-%m-%d %c %{g}]&#039; 
 
 
Another nice thing is to use this: 
bind e stuff &#039;echo -en &quot;\\ekU@H\\e\\\\&quot;&#124;sed -e &quot;s/H/`hostname`/&quot; -e &quot;s/U/`whoami`/&quot;&#039; 
 
So that when you ssh into a new computer you can have the title of the screen be User@hostname 
 
If you use vim to edit your screenrc file you can press Ctrl+v ctrl+m before the last &#039; on the echo command, then a return key will be added to that command. 
  
 </description>
		<content:encoded><![CDATA[<p>I use this hard status because frequently I have a lot of windows open. I added comments for clarity<br />
# Output green [] with the hostname colored brown in the middle<br />
# %{= kG}[ %{y}%H %{g}]<br />
# Output a [ thats green<br />
# [<br />
# Leave a gap  for the hostname<br />
# %15=<br />
# Mark that spot for truncation<br />
# %&gt;<br />
# Print all the other windows prior to the current one up to 40% width<br />
# %-Lw%40&gt;<br />
# Print out a red (<br />
# %{r}(<br />
# Print out White Bold Text Of the Window Number, a *, flags, title<br />
# %{W}%n*%f %t<br />
# Print out other users on that screen (if some exist)<br />
# %?(%u)%?<br />
# Print out a red ) and then switch back to green<br />
# %{r})%{g}<br />
# Print out all the other windows after the current one<br />
# %+Lw<br />
# Leave some room on the end for the date and time and mark that as the other truncation point<br />
# %-22&lt;<br />
# Print the closing bracket, the opening bracket for the final section, a cyan marker, the date and time, and a green ]<br />
# ][%{c} %Y-%m-%d %c %{g}]<br />
hardstatus alwayslastline &#039;%{= kG}[ %{y}%H %{g}][%15= %&gt;%-Lw%40&gt;%{r}(%{W}%n*%f %t%?(%u)%?%{r})%{g}%+Lw%-22&lt; ][%{c} %Y-%m-%d %c %{g}]&#039; </p>
<p>Another nice thing is to use this:<br />
bind e stuff &#039;echo -en &quot;\\ekU@H\\e\\\\&quot;|sed -e &quot;s/H/`hostname`/&quot; -e &quot;s/U/`whoami`/&quot;&#039; </p>
<p>So that when you ssh into a new computer you can have the title of the screen be User@hostname </p>
<p>If you use vim to edit your screenrc file you can press Ctrl+v ctrl+m before the last &#039; on the echo command, then a return key will be added to that command. </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brian_Arita</title>
		<link>http://ubuntu-tutorials.com/2009/10/09/screenrc/#comment-9815</link>
		<dc:creator>Brian_Arita</dc:creator>
		<pubDate>Sun, 18 Oct 2009 07:47:35 +0000</pubDate>
		<guid isPermaLink="false">http://ubuntu-tutorials.com/?p=1315#comment-9815</guid>
		<description>I use this hard status because frequently I have a lot of windows open. I added comments for clarity 
# Output green [] with the hostname colored brown in the middle 
# %{= kG}[ %{y}%H %{g}] 
# Output a [ thats green  
# [ 
# Leave a gap  for the hostname 
# %15= 
# Mark that spot for truncation 
# %&gt; 
# Print all the other windows prior to the current one up to 40% width 
# %-Lw%40&gt; 
# Print out a red ( 
# %{r}( 
# Print out White Bold Text Of the Window Number, a *, flags, title  
# %{W}%n*%f %t 
# Print out other users on that screen (if some exist) 
# %?(%u)%? 
# Print out a red ) and then switch back to green 
# %{r})%{g} 
# Print out all the other windows after the current one 
# %+Lw 
# Leave some room on the end for the date and time and mark that as the other truncation point 
# %-22&lt; 
# Print the closing bracket, the opening bracket for the final section, a cyan marker, the date and time, and a green ] 
# ][%{c} %Y-%m-%d %c %{g}] 
hardstatus alwayslastline &#039;%{= kG}[ %{y}%H %{g}][%15= %&gt;%-Lw%40&gt;%{r}(%{W}%n*%f %t%?(%u)%?%{r})%{g}%+Lw%-22&lt; ][%{c} %Y-%m-%d %c %{g}]&#039; 
 
 
Another nice thing is to use this: 
bind e stuff &#039;echo -en &quot;\\ekU@H\\e\\\\&quot;&#124;sed -e &quot;s/H/`hostname`/&quot; -e &quot;s/U/`whoami`/&quot;&#039; 
 
So that when you ssh into a new computer you can have the title of the screen be User@hostname 
 
If you use vim to edit your screenrc file you can press Ctrl+v ctrl+m before the last &#039; on the echo command, then a return key will be added to that command. 
  
 </description>
		<content:encoded><![CDATA[<p>I use this hard status because frequently I have a lot of windows open. I added comments for clarity<br />
# Output green [] with the hostname colored brown in the middle<br />
# %{= kG}[ %{y}%H %{g}]<br />
# Output a [ thats green<br />
# [<br />
# Leave a gap  for the hostname<br />
# %15=<br />
# Mark that spot for truncation<br />
# %&gt;<br />
# Print all the other windows prior to the current one up to 40% width<br />
# %-Lw%40&gt;<br />
# Print out a red (<br />
# %{r}(<br />
# Print out White Bold Text Of the Window Number, a *, flags, title<br />
# %{W}%n*%f %t<br />
# Print out other users on that screen (if some exist)<br />
# %?(%u)%?<br />
# Print out a red ) and then switch back to green<br />
# %{r})%{g}<br />
# Print out all the other windows after the current one<br />
# %+Lw<br />
# Leave some room on the end for the date and time and mark that as the other truncation point<br />
# %-22&lt;<br />
# Print the closing bracket, the opening bracket for the final section, a cyan marker, the date and time, and a green ]<br />
# ][%{c} %Y-%m-%d %c %{g}]<br />
hardstatus alwayslastline &#039;%{= kG}[ %{y}%H %{g}][%15= %&gt;%-Lw%40&gt;%{r}(%{W}%n*%f %t%?(%u)%?%{r})%{g}%+Lw%-22&lt; ][%{c} %Y-%m-%d %c %{g}]&#039; </p>
<p>Another nice thing is to use this:<br />
bind e stuff &#039;echo -en &quot;\\ekU@H\\e\\\\&quot;|sed -e &quot;s/H/`hostname`/&quot; -e &quot;s/U/`whoami`/&quot;&#039; </p>
<p>So that when you ssh into a new computer you can have the title of the screen be User@hostname </p>
<p>If you use vim to edit your screenrc file you can press Ctrl+v ctrl+m before the last &#039; on the echo command, then a return key will be added to that command. </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lars Rasmussen</title>
		<link>http://ubuntu-tutorials.com/2009/10/09/screenrc/#comment-9793</link>
		<dc:creator>Lars Rasmussen</dc:creator>
		<pubDate>Wed, 14 Oct 2009 21:05:36 +0000</pubDate>
		<guid isPermaLink="false">http://ubuntu-tutorials.com/?p=1315#comment-9793</guid>
		<description>good stuff - thanks! </description>
		<content:encoded><![CDATA[<p>good stuff &#8211; thanks! </p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using disk: basic (User agent is rejected)
Database Caching 2/5 queries in 0.003 seconds using disk: basic
Object Caching 271/271 objects using disk: basic

Served from: ubuntu-tutorials.com @ 2012-05-25 05:36:31 -->
