<?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/"
		>
<channel>
	<title>Comments on: Using AppleX11 for Linux Remote GUI Display</title>
	<atom:link href="http://robrohan.com/2007/01/30/using-applex11-for-linux-remote-gui-display/feed/" rel="self" type="application/rss+xml" />
	<link>http://robrohan.com/2007/01/30/using-applex11-for-linux-remote-gui-display/</link>
	<description>技术任意</description>
	<lastBuildDate>Fri, 04 Dec 2009 04:36:16 -0700</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Rick</title>
		<link>http://robrohan.com/2007/01/30/using-applex11-for-linux-remote-gui-display/comment-page-1/#comment-72</link>
		<dc:creator>Rick</dc:creator>
		<pubDate>Fri, 02 Feb 2007 11:43:25 +0000</pubDate>
		<guid isPermaLink="false">http://robrohan.com/2007/01/30/using-applex11-for-linux-remote-gui-display/#comment-72</guid>
		<description>&lt;p&gt;Thanks for the tips Jeff, I&#039;ve been able to connect to the server in X11 no problem, I just can&#039;t get anything to run. I checked the SSH config and it is already set to allow X11Forwarding so I don&#039;t think that&#039;s the problem.&lt;/p&gt;

&lt;p&gt;Part of the problem is I&#039;m really not familiar with how to run X windows / Gnome etc within the command line. I&#039;ve dabbled a bit with it but it&#039;s hard getting up to speed with where the various apps are etc.&lt;/p&gt;

&lt;p&gt;Any simple tips on the locations of apps that I should be able to run? I&#039;m connecting to a Fedora Core 5 linux box.&lt;/p&gt;

&lt;p&gt;Thanks again for your help!&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Thanks for the tips Jeff, I&#8217;ve been able to connect to the server in X11 no problem, I just can&#8217;t get anything to run. I checked the SSH config and it is already set to allow X11Forwarding so I don&#8217;t think that&#8217;s the problem.</p>

<p>Part of the problem is I&#8217;m really not familiar with how to run X windows / Gnome etc within the command line. I&#8217;ve dabbled a bit with it but it&#8217;s hard getting up to speed with where the various apps are etc.</p>

<p>Any simple tips on the locations of apps that I should be able to run? I&#8217;m connecting to a Fedora Core 5 linux box.</p>

<p>Thanks again for your help!</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Jeff Self</title>
		<link>http://robrohan.com/2007/01/30/using-applex11-for-linux-remote-gui-display/comment-page-1/#comment-57</link>
		<dc:creator>Jeff Self</dc:creator>
		<pubDate>Thu, 01 Feb 2007 18:36:58 +0000</pubDate>
		<guid isPermaLink="false">http://robrohan.com/2007/01/30/using-applex11-for-linux-remote-gui-display/#comment-57</guid>
		<description>&lt;p&gt;Rick,&lt;/p&gt;

&lt;p&gt;Do the following:&lt;/p&gt;

&lt;p&gt;Start X Windows on your Mac.  In the terminal, type:
&quot;ssh -l [user name] -X -v [server]&quot;
where server is the name of the machine you want to connect to.&lt;/p&gt;

&lt;p&gt;Once you are in, just type the name of an application like gedit.  If it doesn&#039;t work, there&#039;s a good chance that the ssh server on the Linux box isn&#039;t allowing X to run.  You have to specifically enable this in the ssh server.  You will need to edit the /etc/ssh/sshd_config file and look for the line X11Forwarding and make sure it is set to yes.  If it is set to no, change  it and then restart the SSH server, typically with the following command:
/etc/init.d/sshd restart&lt;/p&gt;

&lt;p&gt;Hope this works for you.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Rick,</p>

<p>Do the following:</p>

<p>Start X Windows on your Mac.  In the terminal, type:
&#8220;ssh -l [user name] -X -v [server]&#8221;
where server is the name of the machine you want to connect to.</p>

<p>Once you are in, just type the name of an application like gedit.  If it doesn&#8217;t work, there&#8217;s a good chance that the ssh server on the Linux box isn&#8217;t allowing X to run.  You have to specifically enable this in the ssh server.  You will need to edit the /etc/ssh/sshd_config file and look for the line X11Forwarding and make sure it is set to yes.  If it is set to no, change  it and then restart the SSH server, typically with the following command:
/etc/init.d/sshd restart</p>

<p>Hope this works for you.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Jeff Self</title>
		<link>http://robrohan.com/2007/01/30/using-applex11-for-linux-remote-gui-display/comment-page-1/#comment-52</link>
		<dc:creator>Jeff Self</dc:creator>
		<pubDate>Wed, 31 Jan 2007 14:01:19 +0000</pubDate>
		<guid isPermaLink="false">http://robrohan.com/2007/01/30/using-applex11-for-linux-remote-gui-display/#comment-52</guid>
		<description>&lt;p&gt;This shows the power of X Windows.  Its a client/server graphical environment.  This will work with any computer system thats running X Windows including Linux, BSD&#039;s, Solaris, even Windows if you have X Windows installed on it.&lt;/p&gt;

&lt;p&gt;Whats great about X Windows is you can run programs on your desktop that are being run from various machines.&lt;/p&gt;

&lt;p&gt;And actually you can display an entire desktop via X Windows, but the beauty of it is the ability to just run individual apps.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>This shows the power of X Windows.  Its a client/server graphical environment.  This will work with any computer system thats running X Windows including Linux, BSD&#8217;s, Solaris, even Windows if you have X Windows installed on it.</p>

<p>Whats great about X Windows is you can run programs on your desktop that are being run from various machines.</p>

<p>And actually you can display an entire desktop via X Windows, but the beauty of it is the ability to just run individual apps.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Rick</title>
		<link>http://robrohan.com/2007/01/30/using-applex11-for-linux-remote-gui-display/comment-page-1/#comment-49</link>
		<dc:creator>Rick</dc:creator>
		<pubDate>Wed, 31 Jan 2007 10:18:18 +0000</pubDate>
		<guid isPermaLink="false">http://robrohan.com/2007/01/30/using-applex11-for-linux-remote-gui-display/#comment-49</guid>
		<description>&lt;p&gt;Hi,
 Great little article, I&#039;ve been looking for a solution to connect to a server running Fedora Core 5 for a while, this would be an ideal way. I managed to get as far as logging in via X11 and I can see the command line but I don&#039;t know how to try and start any GUI apps. I&#039;m pretty much a linux GUI noob really although I do know my way around the command line a fair bit.&lt;/p&gt;

&lt;p&gt;Do you have any tips / pointers to useful sites giving the basics of what is required on the server end for me to be able to run some kind of GUI? I&#039;m presuming I need to do some configuring at that end.&lt;/p&gt;

&lt;p&gt;Thanks again for the article, I hadn&#039;t thought about X11 only VNC.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Hi,
 Great little article, I&#8217;ve been looking for a solution to connect to a server running Fedora Core 5 for a while, this would be an ideal way. I managed to get as far as logging in via X11 and I can see the command line but I don&#8217;t know how to try and start any GUI apps. I&#8217;m pretty much a linux GUI noob really although I do know my way around the command line a fair bit.</p>

<p>Do you have any tips / pointers to useful sites giving the basics of what is required on the server end for me to be able to run some kind of GUI? I&#8217;m presuming I need to do some configuring at that end.</p>

<p>Thanks again for the article, I hadn&#8217;t thought about X11 only VNC.</p>]]></content:encoded>
	</item>
</channel>
</rss>
