About me

You've landed in Danaville. This site is something of a personal knowledge base. Mostly a home for notes about my day-to-day discoveries in the digital world. While some tips may seem obvious (we learn a new thing every day right?), hopefully you'll find a few of them informative and perhaps useful in your own tech travels!Read more about me »

Keep in touch

RSS Feed Twitter Facebook Delicious

Subscribe via Email

Neatx: A new NX server from Google

August 10th, 2009 by danalwebb received No Comments »

On July 7, internet search giant Google not only announced its operating system Google Chrome OS with much fanfare, it also quietly released Neatx, an open source NX server. According to the announcement, Google has been looking at remote desktop technologies for quite a while. While the X Window System has issues with network latency and bandwidth, the NX protocol compresses X requests and reduces round-trips, resulting in much better performance — to the point that it can be used over network connections with low bandwidth.

 

So with Neatx, users can log in to a remote Linux desktop. Moreover, the session can be suspended and resumed later from another computer, resembling the functionality that GNU screen offers for console sessions. But, unlike screen, a Neatx user has access to the GUI of the remote machine, just as if they were sitting in front of it.

 

The NX protocol, using SSH as a transport and for authentication, was developed by the Italian company NoMachine, which released the source code of the core NX technology in 2003 under the GPL. NoMachine offers free (as in beer) client and server software for various operating systems, including Linux. It wasn’t very long before free-as-in-speech NX clients emerged, then, in 2004, Fabian Franz implemented FreeNX, a GPL implementation of an NX server.

 

more…

Posted under: Uncategorized


Comments are closed.