<?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>PlanetMysql.ru - информация о СУБД MySQL &#187; screen</title>
	<atom:link href="http://planetmysql.ru/category/screen/feed/" rel="self" type="application/rss+xml" />
	<link>http://planetmysql.ru</link>
	<description>Блог о самой популярной СУБД MySQL</description>
	<lastBuildDate>Thu, 24 May 2012 22:24:00 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<item>
		<title>Tool of the Day: screen</title>
		<link>http://openquery.com/blog/tool-day-screen?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=tool-of-the-day-screen</link>
		<comments>http://openquery.com/blog/tool-day-screen#comments</comments>
		<pubDate>Fri, 07 Aug 2009 00:43:10 +0000</pubDate>
		<dc:creator>Open Query</dc:creator>
				<category><![CDATA[dba]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[Open Query]]></category>
		<category><![CDATA[remote]]></category>
		<category><![CDATA[screen]]></category>
		<category><![CDATA[Software and tools]]></category>
		<category><![CDATA[ssh]]></category>
		<category><![CDATA[tools]]></category>

		<guid isPermaLink="false">http://openquery.com/blog/?p=891</guid>
		<description><![CDATA[Only the other day I was talking with someone who does a lot of work on the shell command line, but hadn&#8217;t used the GNU screen tool, so I&#8217;d better scribble a post about it as I regard it as an absolute must-have for any remote work, for multiple reasons.
First of all, what screen does. You start screen inside a terminal session (local or SSH remote), and then you can create additional sessions though Ctrl-A C. The initial screen is number 0, the next one 1, and so on. You can switch between screens with Ctrl-A # where # is the screen number. This way, you can have multiple things going within a single ssh connection, very handy. But that&#8217;s not all!
If you get disconnected (it happens   and you reconnect, your screen sessions will still be there, and running too. You can reattach with screen -r. To do a nice disconnect, you can do Ctrl-A D (detach) before closing your ssh connection.
You can also have multiple screen sessions by name, screens within screens (that confuses me for the control keys so I tend not to use that), and an absolute supertrick is that you can actually share a screen session with someone else. That&#8217;s sometimes mighty handy with two engineers to look at something, and also for showing things to clients.
The tool itself is absolutely ancient (aka rock solid, in maintenance mode), I did a quick check and I see references as far back as 1987. I remember using it long long ago, might&#8217;ve been a XENIX box. I reckon screen&#8217;s authors deserve a prize for creating one of the most useful tools ever!
Default Linux installs often don&#8217;t have it, but rectifying that is as simple as sudo apt-get install screen or sudo yum install screen. Then, man screen is your friend, but there are also quite a few decent tutorials on the web.]]></description>
			<content:encoded><![CDATA[<p>Only the other day I was talking with someone who does a lot of work on the shell command line, but hadn&#8217;t used the GNU <a href="http://www.gnu.org/software/screen/">screen</a> tool, so I&#8217;d better scribble a post about it as I regard it as an absolute must-have for any remote work, for multiple reasons.</p>
<p>First of all, what screen does. You start screen inside a terminal session (local or SSH remote), and then you can create additional sessions though Ctrl-A C. The initial screen is number 0, the next one 1, and so on. You can switch between screens with Ctrl-A # where # is the screen number. This way, you can have multiple things going within a single ssh connection, very handy. But that&#8217;s not all!</p>
<p>If you get disconnected (it happens <img src="http://openquery.com/blog/wp-includes/images/smilies/icon_wink.gif" alt=";-)" class="wp-smiley" />  and you reconnect, your screen sessions will still be there, and running too. You can reattach with screen -r. To do a nice disconnect, you can do Ctrl-A D (detach) before closing your ssh connection.</p>
<p>You can also have multiple screen sessions by name, screens within screens (that confuses me for the control keys so I tend not to use that), and an absolute supertrick is that you can actually share a screen session with someone else. That&#8217;s sometimes mighty handy with two engineers to look at something, and also for showing things to clients.</p>
<p>The tool itself is absolutely ancient (aka rock solid, in maintenance mode), I did a quick check and I see references as far back as 1987. I remember using it long long ago, might&#8217;ve been a XENIX box. I reckon screen&#8217;s authors deserve a prize for creating one of the most useful tools ever!</p>
<p>Default Linux installs often don&#8217;t have it, but rectifying that is as simple as <strong>sudo apt-get install screen</strong> or <strong>sudo yum install screen</strong>. Then, <strong>man screen</strong> is your friend, but there are also quite a few decent tutorials on the web.</p><br/>PlanetMySQL Voting:
	 <a href="http://planet.mysql.com/entry/vote/?entry_id=20541&vote=1&apivote=1">Vote UP</a> /
	 <a href="http://planet.mysql.com/entry/vote/?entry_id=20541&vote=-1&apivote=1">Vote DOWN</a>]]></content:encoded>
			<wfw:commentRss>http://planetmysql.ru/2009/08/07/tool-of-the-day-screen/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

