<?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: Access Your Linux Box Remotely With NoMachine</title>
	<atom:link href="http://www.terminally-incoherent.com/blog/2007/09/27/access-your-linux-box-remotely-with-nomachine/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.terminally-incoherent.com/blog/2007/09/27/access-your-linux-box-remotely-with-nomachine/</link>
	<description>Utterly random, incoherent and disjointed rants and ramblings...</description>
	<lastBuildDate>Sat, 13 Mar 2010 16:46:06 -0500</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Luke Maciak</title>
		<link>http://www.terminally-incoherent.com/blog/2007/09/27/access-your-linux-box-remotely-with-nomachine/comment-page-1/#comment-6381</link>
		<dc:creator>Luke Maciak</dc:creator>
		<pubDate>Tue, 02 Oct 2007 13:57:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.terminally-incoherent.com/blog/2007/09/27/access-your-linux-box-remotely-with-nomachine/#comment-6381</guid>
		<description>Oh wow! Nice! I haven&#039;t used this one, but I will definitely give it a try. :)

Thanks for the tip!</description>
		<content:encoded><![CDATA[<span id="co_6381"><p>Oh wow! Nice! I haven&#8217;t used this one, but I will definitely give it a try. <img src='http://www.terminally-incoherent.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Thanks for the tip!</p>
</span><div class="comment-toolbar" style="text-align: right"><a href="#comment" onclick="CF_Reply('6381','Luke Maciak'); return false;">Reply</a>  |  <a href="#comment" onclick="CF_Quote('6381','Luke Maciak'); return false;">Quote</a></div>]]></content:encoded>
	</item>
	<item>
		<title>By: Gamberoni</title>
		<link>http://www.terminally-incoherent.com/blog/2007/09/27/access-your-linux-box-remotely-with-nomachine/comment-page-1/#comment-6380</link>
		<dc:creator>Gamberoni</dc:creator>
		<pubDate>Tue, 02 Oct 2007 10:30:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.terminally-incoherent.com/blog/2007/09/27/access-your-linux-box-remotely-with-nomachine/#comment-6380</guid>
		<description>For those of you still using Cygwin for X-windows emulation on Windows, should maybe look at XMing http://www.straightrunning.com/XmingNotes/.  I don&#039;t use X a lot, but i could never get Cygwin to work properly - and it was such a disk hog.  Putty &amp; XMing is compact easy to setup and run&#039;s without any complicated configuration.</description>
		<content:encoded><![CDATA[<span id="co_6380"><p>For those of you still using Cygwin for X-windows emulation on Windows, should maybe look at XMing <a href="http://www.straightrunning.com/XmingNotes/" rel="nofollow" class="liexternal">http://www.straightrunning.com/XmingNotes/</a>.  I don&#8217;t use X a lot, but i could never get Cygwin to work properly &#8211; and it was such a disk hog.  Putty &amp; XMing is compact easy to setup and run&#8217;s without any complicated configuration.</p>
</span><div class="comment-toolbar" style="text-align: right"><a href="#comment" onclick="CF_Reply('6380','Gamberoni'); return false;">Reply</a>  |  <a href="#comment" onclick="CF_Quote('6380','Gamberoni'); return false;">Quote</a></div>]]></content:encoded>
	</item>
	<item>
		<title>By: dahlek</title>
		<link>http://www.terminally-incoherent.com/blog/2007/09/27/access-your-linux-box-remotely-with-nomachine/comment-page-1/#comment-6377</link>
		<dc:creator>dahlek</dc:creator>
		<pubDate>Tue, 02 Oct 2007 00:04:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.terminally-incoherent.com/blog/2007/09/27/access-your-linux-box-remotely-with-nomachine/#comment-6377</guid>
		<description>&lt;code&gt;VNC is more geared towards remote support because both the local and remote users usually share the same desktop session. RDP on the other hand utilizes Windows Terminal Services letting you work in your private instance.&lt;/code&gt;

This doesn&#039;t have to be the case with Linux, however. It&#039;s an easy matter to setup vncserver to allow you to get your full session - you need not &quot;share your desktop&quot;. I often used TightVNC several years ago, and it was pretty speedy, using such optimizations as a local-mouse (no need to send mouse pointer movements constantly), disabling of the background desktop image, jpeg compression, and other improvements. As for the remote-x issue/console issues, XDMCP solves that. Cygwin is slow, IMO, but Xwin32 is extremely FAST, and you get your whole desktop as well if you use XDMCP.

However, the X protocol isn&#039;t really fast enough over the Internet, in my experience, even with ssh compression, so I will give NX a try.</description>
		<content:encoded><![CDATA[<span id="co_6377"><p><code>VNC is more geared towards remote support because both the local and remote users usually share the same desktop session. RDP on the other hand utilizes Windows Terminal Services letting you work in your private instance.</code></p>
<p>This doesn&#8217;t have to be the case with Linux, however. It&#8217;s an easy matter to setup vncserver to allow you to get your full session &#8211; you need not &#8220;share your desktop&#8221;. I often used TightVNC several years ago, and it was pretty speedy, using such optimizations as a local-mouse (no need to send mouse pointer movements constantly), disabling of the background desktop image, jpeg compression, and other improvements. As for the remote-x issue/console issues, XDMCP solves that. Cygwin is slow, IMO, but Xwin32 is extremely FAST, and you get your whole desktop as well if you use XDMCP.</p>
<p>However, the X protocol isn&#8217;t really fast enough over the Internet, in my experience, even with ssh compression, so I will give NX a try.</p>
</span><div class="comment-toolbar" style="text-align: right"><a href="#comment" onclick="CF_Reply('6377','dahlek'); return false;">Reply</a>  |  <a href="#comment" onclick="CF_Quote('6377','dahlek'); return false;">Quote</a></div>]]></content:encoded>
	</item>
	<item>
		<title>By: charlie</title>
		<link>http://www.terminally-incoherent.com/blog/2007/09/27/access-your-linux-box-remotely-with-nomachine/comment-page-1/#comment-6368</link>
		<dc:creator>charlie</dc:creator>
		<pubDate>Mon, 01 Oct 2007 17:03:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.terminally-incoherent.com/blog/2007/09/27/access-your-linux-box-remotely-with-nomachine/#comment-6368</guid>
		<description>&gt;&gt; In fact, I noticed that NX is sometimes faster than just X.

No doubt.  NX uses far less bandwidth than X, people report being able to use X or VNC via NX over dialup and it&#039;s actually responsive and useful.</description>
		<content:encoded><![CDATA[<span id="co_6368"><p>&gt;&gt; In fact, I noticed that NX is sometimes faster than just X.</p>
<p>No doubt.  NX uses far less bandwidth than X, people report being able to use X or VNC via NX over dialup and it&#8217;s actually responsive and useful.</p>
</span><div class="comment-toolbar" style="text-align: right"><a href="#comment" onclick="CF_Reply('6368','charlie'); return false;">Reply</a>  |  <a href="#comment" onclick="CF_Quote('6368','charlie'); return false;">Quote</a></div>]]></content:encoded>
	</item>
	<item>
		<title>By: Luke Maciak</title>
		<link>http://www.terminally-incoherent.com/blog/2007/09/27/access-your-linux-box-remotely-with-nomachine/comment-page-1/#comment-6327</link>
		<dc:creator>Luke Maciak</dc:creator>
		<pubDate>Fri, 28 Sep 2007 14:27:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.terminally-incoherent.com/blog/2007/09/27/access-your-linux-box-remotely-with-nomachine/#comment-6327</guid>
		<description>It works just fine - it uses ssh for login, and then tunnels the visual stuff through there. Its actually almost exactly the same experience as using X remotely, only that you can easily set it up to get the full desktop. I think they are using some proprietary protocol for transmitting the graphical data.

In fact, I noticed that NX is sometimes faster than just X. When you do remote X you sometimes hit that lag - your application locks for a second or two. This doesn&#039;t really happen that often on nx - the lag gets somehow diffused, so you do get stuff reacting slowly at times, and see some trailing (when your window leaves that shadow trail behind it as you drag it) but it doesn&#039;t really gets stuck. In a way it reminds me of the Remote desktop experience. :)</description>
		<content:encoded><![CDATA[<span id="co_6327"><p>It works just fine &#8211; it uses ssh for login, and then tunnels the visual stuff through there. Its actually almost exactly the same experience as using X remotely, only that you can easily set it up to get the full desktop. I think they are using some proprietary protocol for transmitting the graphical data.</p>
<p>In fact, I noticed that NX is sometimes faster than just X. When you do remote X you sometimes hit that lag &#8211; your application locks for a second or two. This doesn&#8217;t really happen that often on nx &#8211; the lag gets somehow diffused, so you do get stuff reacting slowly at times, and see some trailing (when your window leaves that shadow trail behind it as you drag it) but it doesn&#8217;t really gets stuck. In a way it reminds me of the Remote desktop experience. <img src='http://www.terminally-incoherent.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
</span><div class="comment-toolbar" style="text-align: right"><a href="#comment" onclick="CF_Reply('6327','Luke Maciak'); return false;">Reply</a>  |  <a href="#comment" onclick="CF_Quote('6327','Luke Maciak'); return false;">Quote</a></div>]]></content:encoded>
	</item>
	<item>
		<title>By: Craig Betts</title>
		<link>http://www.terminally-incoherent.com/blog/2007/09/27/access-your-linux-box-remotely-with-nomachine/comment-page-1/#comment-6325</link>
		<dc:creator>Craig Betts</dc:creator>
		<pubDate>Fri, 28 Sep 2007 14:15:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.terminally-incoherent.com/blog/2007/09/27/access-your-linux-box-remotely-with-nomachine/#comment-6325</guid>
		<description>[quote post=&quot;1966&quot;]Seems like the smaller and more compact choice as opposed to running an actual instance of X under Cygwin. Just seems like less hassle. [/quote]

Yeah, I suppose you are right.  It is habit for me to load cygwin on all my Windows systems.  This is what I use to support my engineers instead of paying for Hummingbird Exceed licenses.

How does NX run on a multi-user system?</description>
		<content:encoded><![CDATA[<span id="co_6325"><p>[quote post="1966"]Seems like the smaller and more compact choice as opposed to running an actual instance of X under Cygwin. Just seems like less hassle. [/quote]</p>
<p>Yeah, I suppose you are right.  It is habit for me to load cygwin on all my Windows systems.  This is what I use to support my engineers instead of paying for Hummingbird Exceed licenses.</p>
<p>How does NX run on a multi-user system?</p>
</span><div class="comment-toolbar" style="text-align: right"><a href="#comment" onclick="CF_Reply('6325','Craig Betts'); return false;">Reply</a>  |  <a href="#comment" onclick="CF_Quote('6325','Craig Betts'); return false;">Quote</a></div>]]></content:encoded>
	</item>
	<item>
		<title>By: Luke Maciak</title>
		<link>http://www.terminally-incoherent.com/blog/2007/09/27/access-your-linux-box-remotely-with-nomachine/comment-page-1/#comment-6323</link>
		<dc:creator>Luke Maciak</dc:creator>
		<pubDate>Fri, 28 Sep 2007 04:17:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.terminally-incoherent.com/blog/2007/09/27/access-your-linux-box-remotely-with-nomachine/#comment-6323</guid>
		<description>You are right - when accessing Linux from Linux, Unix, BSD or OSX, remote X is probably the easiest solution.

On windows however, nx is probably the better choice for windows. The client is a 5MB package that installs in seconds and works very, very simillar to Rdesktop. Seems like the smaller and more compact choice as opposed to running an actual instance of X under Cygwin. Just seems like less hassle. :)</description>
		<content:encoded><![CDATA[<span id="co_6323"><p>You are right &#8211; when accessing Linux from Linux, Unix, BSD or OSX, remote X is probably the easiest solution.</p>
<p>On windows however, nx is probably the better choice for windows. The client is a 5MB package that installs in seconds and works very, very simillar to Rdesktop. Seems like the smaller and more compact choice as opposed to running an actual instance of X under Cygwin. Just seems like less hassle. <img src='http://www.terminally-incoherent.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
</span><div class="comment-toolbar" style="text-align: right"><a href="#comment" onclick="CF_Reply('6323','Luke Maciak'); return false;">Reply</a>  |  <a href="#comment" onclick="CF_Quote('6323','Luke Maciak'); return false;">Quote</a></div>]]></content:encoded>
	</item>
	<item>
		<title>By: Craig Betts</title>
		<link>http://www.terminally-incoherent.com/blog/2007/09/27/access-your-linux-box-remotely-with-nomachine/comment-page-1/#comment-6321</link>
		<dc:creator>Craig Betts</dc:creator>
		<pubDate>Thu, 27 Sep 2007 21:31:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.terminally-incoherent.com/blog/2007/09/27/access-your-linux-box-remotely-with-nomachine/#comment-6321</guid>
		<description>Why not use the standard that has been around longer . . . like X?

cygwin has xfree86 and ssh, the two pieces you need to display X windows on your Windows system securely.  I have been running a variation of the for years with few issues.  If you really need the entire Linux desktop, well, I guess you would be better off with NX. 

Yes, I know you can get the entire desktop with X, but not without opening XDMCP or some serious script writing.</description>
		<content:encoded><![CDATA[<span id="co_6321"><p>Why not use the standard that has been around longer . . . like X?</p>
<p>cygwin has xfree86 and ssh, the two pieces you need to display X windows on your Windows system securely.  I have been running a variation of the for years with few issues.  If you really need the entire Linux desktop, well, I guess you would be better off with NX. </p>
<p>Yes, I know you can get the entire desktop with X, but not without opening XDMCP or some serious script writing.</p>
</span><div class="comment-toolbar" style="text-align: right"><a href="#comment" onclick="CF_Reply('6321','Craig Betts'); return false;">Reply</a>  |  <a href="#comment" onclick="CF_Quote('6321','Craig Betts'); return false;">Quote</a></div>]]></content:encoded>
	</item>
	<item>
		<title>By: Luke Maciak</title>
		<link>http://www.terminally-incoherent.com/blog/2007/09/27/access-your-linux-box-remotely-with-nomachine/comment-page-1/#comment-6320</link>
		<dc:creator>Luke Maciak</dc:creator>
		<pubDate>Thu, 27 Sep 2007 19:46:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.terminally-incoherent.com/blog/2007/09/27/access-your-linux-box-remotely-with-nomachine/#comment-6320</guid>
		<description>Very true - there is nothing that can&#039;t be done from the command line in the linux world. :)

screen FTW!</description>
		<content:encoded><![CDATA[<span id="co_6320"><p>Very true &#8211; there is nothing that can&#8217;t be done from the command line in the linux world. <img src='http://www.terminally-incoherent.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>screen FTW!</p>
</span><div class="comment-toolbar" style="text-align: right"><a href="#comment" onclick="CF_Reply('6320','Luke Maciak'); return false;">Reply</a>  |  <a href="#comment" onclick="CF_Quote('6320','Luke Maciak'); return false;">Quote</a></div>]]></content:encoded>
	</item>
	<item>
		<title>By: Kardien</title>
		<link>http://www.terminally-incoherent.com/blog/2007/09/27/access-your-linux-box-remotely-with-nomachine/comment-page-1/#comment-6319</link>
		<dc:creator>Kardien</dc:creator>
		<pubDate>Thu, 27 Sep 2007 17:19:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.terminally-incoherent.com/blog/2007/09/27/access-your-linux-box-remotely-with-nomachine/#comment-6319</guid>
		<description>I didn&#039;t know about nx, but I&#039;m looking forward to trying it.  Thanks!

I appreciate the work and design of VNC, but the performance lags so far behind that using it is painful after having used RDP.

Thankfully though it&#039;s mostly been a moot issue for my usage.  Remotely administering Windows machines *requires* a GUI and RDP does great.  It&#039;s very satisfying to use, and I really enjoy it.

When working remotely on a *nix machine, though, plain text over SSH is all I want.

/me hugs screen + vim + zsh + /**/*</description>
		<content:encoded><![CDATA[<span id="co_6319"><p>I didn&#8217;t know about nx, but I&#8217;m looking forward to trying it.  Thanks!</p>
<p>I appreciate the work and design of VNC, but the performance lags so far behind that using it is painful after having used RDP.</p>
<p>Thankfully though it&#8217;s mostly been a moot issue for my usage.  Remotely administering Windows machines *requires* a GUI and RDP does great.  It&#8217;s very satisfying to use, and I really enjoy it.</p>
<p>When working remotely on a *nix machine, though, plain text over SSH is all I want.</p>
<p>/me hugs screen + vim + zsh + /**/*</p>
</span><div class="comment-toolbar" style="text-align: right"><a href="#comment" onclick="CF_Reply('6319','Kardien'); return false;">Reply</a>  |  <a href="#comment" onclick="CF_Quote('6319','Kardien'); return false;">Quote</a></div>]]></content:encoded>
	</item>
</channel>
</rss>
