<?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>V-Teq's site - The IT blog &#187; screen</title>
	<atom:link href="http://www.v-teq.com/tag/screen/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.v-teq.com</link>
	<description>Computers, Programming, Web, Software, GNU/Linux, Open Source, Projects, etc.</description>
	<lastBuildDate>Thu, 08 Jul 2010 14:32:41 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Screen</title>
		<link>http://www.v-teq.com/2008-10-19/screen/</link>
		<comments>http://www.v-teq.com/2008-10-19/screen/#comments</comments>
		<pubDate>Sun, 19 Oct 2008 19:33:08 +0000</pubDate>
		<dc:creator>V-Teq</dc:creator>
				<category><![CDATA[Linux Notes]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[PuTTY]]></category>
		<category><![CDATA[remote host]]></category>
		<category><![CDATA[screen]]></category>
		<category><![CDATA[terminal]]></category>
		<category><![CDATA[Unix]]></category>

		<guid isPermaLink="false">http://www.v-teq.com/blog/?p=17</guid>
		<description><![CDATA[screen &#8211; screen manager with VT100/ANSI terminal emulation
Create new screen window

  $ screen # open screen manager with new window


  ^A c # create new window

Kill screen window

  ^A k // kill current window
  ^A :quit // kill all the session (also ^A ^\)

Detach screen session

  $ screen -d


  [...]]]></description>
		<wfw:commentRss>http://www.v-teq.com/2008-10-19/screen/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
