<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>WiredRevolution.com &#187; scripts</title>
	<atom:link href="http://www.wiredrevolution.com/category/scripts/feed" rel="self" type="application/rss+xml" />
	<link>http://www.wiredrevolution.com</link>
	<description>A Bit of Linux Wisdom</description>
	<lastBuildDate>Fri, 10 Sep 2010 16:50:39 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Custom screenrc configuration file</title>
		<link>http://www.wiredrevolution.com/scripts/custom-screenrc-configuration-file</link>
		<comments>http://www.wiredrevolution.com/scripts/custom-screenrc-configuration-file#comments</comments>
		<pubDate>Tue, 10 Mar 2009 14:00:44 +0000</pubDate>
		<dc:creator>Ryan</dc:creator>
				<category><![CDATA[scripts]]></category>
		<category><![CDATA[caption]]></category>
		<category><![CDATA[config]]></category>
		<category><![CDATA[configuration]]></category>
		<category><![CDATA[file]]></category>
		<category><![CDATA[screen]]></category>
		<category><![CDATA[screenrc]]></category>

		<guid isPermaLink="false">http://www.wiredrevolution.com/?p=973</guid>
		<description><![CDATA[<img src="http://www.wiredrevolution.com/wp-content/uploads/scripts_icon.png" width="80" height="80" alt="" title="scripts" /><br/>Screen may be the most useful Linux applications when it comes to getting things done through the terminal. This custom screenrc configuration file will provide you with a permanent caption line at the bottom of each window. This caption line will enable you to easily keep track of each terminal window and provide other helpful [...]


No related posts.]]></description>
			<content:encoded><![CDATA[<img src="http://www.wiredrevolution.com/wp-content/uploads/scripts_icon.png" width="80" height="80" alt="" title="scripts" /><br/><p>Screen may be the most useful Linux applications when it comes to getting things done through the terminal. This custom screenrc configuration file will provide you with a permanent caption line at the bottom of each window. This caption line will enable you to easily keep track of each terminal window and provide other helpful information such as host and current time. </p>
<p>When screen is invoked, it executes initialization commands from the files &#8220;/etc/screenrc&#8221; and &#8220;.screenrc&#8221; in the user’s home directory. </p>
<p>Simply create a file in your home directory with vim or some other editor.</p>
<pre>
$ vim ~/.screenrc
</pre>
<p>And place the following line in the file.</p>
<pre>
caption always "%{Wb} %H %{Bk}| %{Ck}%-w%50&gt;%{Cb} %n %t %{-}%+w%&lt;%{- Wk}%{Bk} | %=%{Wb} %C "
</pre>
<p>Now launch a new screen session for it to take effect.</p>
<p>Here is an example of what it will look like.</p>
<p style="text-align: center;"><img class="aligncenter size-full wp-image-983" title="screen_configuration" src="http://www.wiredrevolution.com/wp-content/uploads/2009/03/screen_configuration.gif" alt="screen_configuration" width="500" height="332" /></p>


<p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://www.wiredrevolution.com/scripts/custom-screenrc-configuration-file/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
