Skip to main content

Linux Terminal Server : NoMachine and FreeNX



Companies are talking about virtualization all over the place and all the time. There are vendors and resellers who have (sometimes) no clue at all as to what it is and what should we implement? What should we actually advice a client? What and where would they want to achieve virtualization? On the Server level? I did post some stuff on Virtualization on the Server Level with VMWare. But it all comes down to applications!
How on earth are you going to implement a Windows to Linux Migration for all desktop applications? And then comes the interesting part, if I do propose a *Thin Client* solution where do I start if that part of applications suite (If you were doing this for say a University then you have a whole bunch of applications you will NOT just be able to run on Linux desktop) anyways you still have to move over from the Microsoft Terminal Server to something else. But what? VNC? RDP? Are they fast enough? Can the end user run his OpenOffice which we migrated (with his data) from his desktop as a thin client? And can he get just just about the same experience? Even via a dialup modem?

Then say hello to NXMachine or NoMachine (for paid services) or try the FreeNX. This stuff is supposed to run real fast, so I hear. OK without much ado, I took the words of the FreeNX guy for granted.

NX is an exciting new technology for remote display. It provides near local speed application responsiveness over high latency, low bandwidth links.


Ok so let's try to install it on our WBEL 3(at my work testing from home @800KB/sec) and RHEL 3(at my home , testing via a regular WLAN 54mbs/sec) systems and then try some Remote work using the !M stuff.


Scenario 1 : Testing via home, using RDP/MSTSC service to connect to a machine and then launching VNCViewer on Windows Server 2000 at work to log on to Linux Server. See print screen here...


Scenario 2 : Testing the regular RHEL 3 VMWare machine on a PC at home WLAN(54Mbps/s) network. This is the situation here...





You will need to have that sshd/port 22 running. (OK from Windows people point of view, if you're able to PuTTY to that machine, you're cool :-))

Ok as we move on we'll need to...

  • "yum update" or "up2date" logged in as root on our linux machine/server
  • find if we have expect and nc, or else install them "yum install expect nc"
  • Install the NX binaries on the client machine, go here to download them.
  • Check out all the print screens on my foto.oraflame.com gallery and this article for a serious study on NX and it's competitors
Important to note is here at this stage, you need to copy the client.dsa.key from the Server in the /etc/nxserver folder, and import it to your client NX and replace it with the default generated key OR use import in order to import it to your client.



Like I said ,check out the print dumps on my site for detailed step by step instructions.

Comments

Popular posts from this blog

Security: VMware Workstation 6 vulnerability

vulnerable software: VMware Workstation 6.0 for Windows, possible some other VMware products as well type of vulnerability: DoS, potential privilege escalation I found a vulnerability in VMware Workstation 6.0 which allows an unprivileged user in the host OS to crash the system and potentially run arbitrary code with kernel privileges. The issue is in the vmstor-60 driver, which is supposed to mount VMware images within the host OS. When sending the IOCTL code FsSetVoleInformation with subcode FsSetFileInformation with a large buffer and underreporting its size to at max 1024 bytes, it will underrun and potentially execute arbitrary code. Security focus

OS Virtualization comparison: Parallels' Virtuozzo vs the rest

Virtuozzo's main differentiators versus hypervisors center on overhead, virtualization flexibility, administration and cost. Virtuozzo requires significantly less overhead than hypervisor solutions, generally in the range of 1% to 5% compared with 7% to 25% for most hypervisors, leaving more of the system available to run user workloads. Customers can also virtualize a wider range of applications using Virtuozzo, including transactional databases, which often suffer from performance problems when used with hypervisors. On the administration side, customers need to manage, maintain and secure just a single OS instance, while the hypervisor model requires customers to manage many OS instances. Of course, the hypervisor vendors have worked hard to automate much of this process, but it still requires more effort to manage and maintain multiple operating systems than a single instance. Finally, OS virtualization with Virtuozzo has a lower list price than the leading hypervisor for comme...