<?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>linuxbuddies.com &#187; remote administration</title>
	<atom:link href="http://linuxbuddies.com/tag/remote-administration/feed/" rel="self" type="application/rss+xml" />
	<link>http://linuxbuddies.com</link>
	<description>For linux documentations.</description>
	<lastBuildDate>Fri, 11 Sep 2009 10:11:58 +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>Screen command for Remote assistance and Administration</title>
		<link>http://linuxbuddies.com/2008/12/22/screen-command-for-remote-assistance-and-administration/</link>
		<comments>http://linuxbuddies.com/2008/12/22/screen-command-for-remote-assistance-and-administration/#comments</comments>
		<pubDate>Mon, 22 Dec 2008 05:33:30 +0000</pubDate>
		<dc:creator>Riyesh</dc:creator>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[User administration]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[remote administration]]></category>
		<category><![CDATA[remote assistance. linux]]></category>
		<category><![CDATA[screen]]></category>

		<guid isPermaLink="false">http://linuxbuddies.com/?p=65</guid>
		<description><![CDATA[screen is a UNIX utility for giving remote assistance/administration. Suppose an unskilled colleague of your own is struggling with a server at some remote location with no idea of troubleshooting a problem.
If you are able to solve that with keeping your colleague to watch how you are sorting out the issues ...]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone size-thumbnail wp-image-66" title="screen" src="http://linuxbuddies.com/wp-content/uploads/2008/12/screen-150x150.png" alt="screen" width="150" height="150" /><a href="http://www.linuxmanpages.com/man1/screen.1.php">screen</a> is a UNIX utility for giving remote assistance/administration. Suppose an unskilled colleague of your own is struggling with a server at some remote location with no idea of troubleshooting a problem.</p>
<p>If you are able to solve that with keeping your colleague to watch how you are sorting out the issues you can use <strong>screen</strong>.</p>
<p>First of all ask your colleague for the username which he used to login into that remote machine. Now you can login to that remote machine as the same user. Imagine username is <strong>engineer</strong> and IP of the remote machine is <strong>192.168.1.1</strong>. Try the below</p>
<blockquote><p><strong># ssh engineer@192.168.1.1</strong></p></blockquote>
<p>Then after getting logged in run the screen command to set a session named myscreen</p>
<blockquote><p><strong>$ screen -S myscreen</strong></p></blockquote>
<p>Now tell your colleague to type the below for attaching his screen to your screen.</p>
<blockquote><p><strong>$ screen -x myscreen</strong></p></blockquote>
<p>Thats it. Now he can watch whatever you type and vice versa.</p>
]]></content:encoded>
			<wfw:commentRss>http://linuxbuddies.com/2008/12/22/screen-command-for-remote-assistance-and-administration/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
