<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: Less than successful: mc as a daemon</title>
	<atom:link href="http://kmandla.wordpress.com/2011/05/24/less-than-successful-mc-as-a-daemon/feed/" rel="self" type="application/rss+xml" />
	<link>http://kmandla.wordpress.com/2011/05/24/less-than-successful-mc-as-a-daemon/</link>
	<description>K.Mandla's blog of Linux experiences</description>
	<lastBuildDate>Mon, 11 Feb 2013 18:19:59 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: Christian Neukirchen</title>
		<link>http://kmandla.wordpress.com/2011/05/24/less-than-successful-mc-as-a-daemon/#comment-49493</link>
		<dc:creator><![CDATA[Christian Neukirchen]]></dc:creator>
		<pubDate>Fri, 03 Jun 2011 01:58:56 +0000</pubDate>
		<guid isPermaLink="false">http://kmandla.wordpress.com/2011/05/24/less-than-successful-mc-as-a-daemon/#comment-49493</guid>
		<description><![CDATA[Try openvt? Also can bind to a vt.]]></description>
		<content:encoded><![CDATA[<p>Try openvt? Also can bind to a vt.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jeremiah</title>
		<link>http://kmandla.wordpress.com/2011/05/24/less-than-successful-mc-as-a-daemon/#comment-49398</link>
		<dc:creator><![CDATA[jeremiah]]></dc:creator>
		<pubDate>Tue, 24 May 2011 14:02:46 +0000</pubDate>
		<guid isPermaLink="false">http://kmandla.wordpress.com/2011/05/24/less-than-successful-mc-as-a-daemon/#comment-49398</guid>
		<description><![CDATA[Here&#039;s a quick example of a script to connect to a detached irc session (or create a new one if one doesn&#039;t already exist):

#!/bin/sh

IRC_COMMAND=&quot;irssi&quot;
DTACH_SOCKET=&quot;/tmp/${USER}-irc&quot;

if [ -S $DTACH_SOCKET ]; then
    dtach -a $DTACH_SOCKET -r winch
else
    dtach -c $DTACH_SOCKET -z $IRC_COMMAND
fi

# Should be easy to see how to change this as needed edit as needed... to dtach from a session, you hit Ctrl-\.]]></description>
		<content:encoded><![CDATA[<p>Here&#8217;s a quick example of a script to connect to a detached irc session (or create a new one if one doesn&#8217;t already exist):</p>
<p>#!/bin/sh</p>
<p>IRC_COMMAND=&#8221;irssi&#8221;<br />
DTACH_SOCKET=&#8221;/tmp/${USER}-irc&#8221;</p>
<p>if [ -S $DTACH_SOCKET ]; then<br />
    dtach -a $DTACH_SOCKET -r winch<br />
else<br />
    dtach -c $DTACH_SOCKET -z $IRC_COMMAND<br />
fi</p>
<p># Should be easy to see how to change this as needed edit as needed&#8230; to dtach from a session, you hit Ctrl-\.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jeremiah</title>
		<link>http://kmandla.wordpress.com/2011/05/24/less-than-successful-mc-as-a-daemon/#comment-49397</link>
		<dc:creator><![CDATA[jeremiah]]></dc:creator>
		<pubDate>Tue, 24 May 2011 13:51:25 +0000</pubDate>
		<guid isPermaLink="false">http://kmandla.wordpress.com/2011/05/24/less-than-successful-mc-as-a-daemon/#comment-49397</guid>
		<description><![CDATA[for those thinking about trapping single programs within a &quot;screen&quot; session, look into &quot;dtach&quot;: this is dtach&#039;s sole purpose so it&#039;s much lighter than having several screen sessions running. 

I have several programs that are usually running in their own dtach sessions: irssi, rtorrent, mutt.]]></description>
		<content:encoded><![CDATA[<p>for those thinking about trapping single programs within a &#8220;screen&#8221; session, look into &#8220;dtach&#8221;: this is dtach&#8217;s sole purpose so it&#8217;s much lighter than having several screen sessions running. </p>
<p>I have several programs that are usually running in their own dtach sessions: irssi, rtorrent, mutt.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
