To play Linux systems, Remote Desktop software is often used. The 2 I've been using are Xmanager and VNC. See a new software today: Nomachine. Nomachine NX is a fast Terminal Server and virtual desktop software based on the X11 protocol. It is said that the speed is faster than VNC and can even run in only 10k of bandwidth. And the picture is clearer than VNC.
Nomachine website Address: http://www.nomachine.com/
Using nomachine requires configuring the server side and the client.
I. Service-side
The server needs to install 3 packages:
nxserver-3.4.0-12.i386.rpm
nxnode-3.4.0-11.i386.rpm
nxclient-3.4.0-7.i386.rpm
The Linux 32bit is:
http://www.nomachine.com/download-package.php?Prod_Id=2068
Here is the previous instructions for using the Nomachine Web page:
1. Download the RPMs 2. Change your working directory to the location where you are saved the package and install it by running from a console:
# sudo rpm-i nxclient-3.4.0-7.x86_64.rpm # sudo rpm-i nxnode-3.4.0-14.x86_64.rpm # sudo rpm-i nxserver-3.4.0-14.x86_64.rpm |
If you don't have the sudo utility installed, log on as superuser ("root") and run the commands without sudo. |
Note:click here for detailed instructions on how to install the NX Client, NX Node and NX Server packages. The NX service can be controlled by the Command/usr/nx/bin/nxserver--status|--start|--stop|--restart. Additional commands is available to configure the server. Try/usr/nx/bin/nxserver--help for more information. Please, don ' t forget to download and read the NX Server Administrator ' s Guide available here. |
[Email protected]/]# mkdir/windows
[Email protected]/]# Mount-o username=dave,password=888//192.168.6.80/tmp/windows
[Email protected]/]# CD windows/
[[email protected] windows]# ls
nxclient-3.4.0-7.i386.rpm nxnode-3.4.0-14.i386.rpm nxserver-3.4.0-14.i386.rpm
[Email protected] windows]# LS-LRT
Total 17033
-rwxrwsrwx 1 root root 6928970 Nov 18:53 nxserver-3.4.0-14.i386.rpm
-rwxrwsrwx 1 root root 6033923 Nov 18:53 nxnode-3.4.0-14.i386.rpm
-rwxrwsrwx 1 root root 4477229 Nov 18:54 nxclient-3.4.0-7.i386.rpm
[Email protected] windows]# RPM-IVH *.rpm
Error:failed to Stat/mnt:host are down
Preparing ... ########################################### [100%]
1:nxclient ########################################### [33%]
Showing File:/usr/nx/share/documents/client/cups-info
CUPS Printing Backend
The NX Client set-up procedure detected that your "IPP CUPS" printing
Backend doesn ' t allow printing from the NX session. In order to has
Printing support in your NX system, need to set proper permissions
On the IPP backend. Please execute:
chmod 755/usr/lib/cups/backend/ipp
2:nxnode ########################################### [67%]
Nx> starting:install node Operation At:thu Nov 11 18:58:13 2010.
Nx> autodetected system ' redhat '.
nx> Install log is '/usr/nx/var/log/install '.
nx> Creating configuration in/usr/nx/etc/node.cfg.
nx> inspecting local CUPS environment.
Nx> generating CUPS entries in:/usr/nx/etc/node.cfg.
nx> installation of version:3.4.0-14 completed.
Nx> Bye.
3:nxserver ########################################### [100%]
nx> installing:server at:thu Nov 11 18:58:27 2010.
Nx> autodetected System:redhat.
Nx> Install log is:/usr/nx/var/log/install.
Nx> Creating configuration file:/usr/nx/etc/server.cfg.
Nx> 723 cannot start NX statistics:
Nx> 709 NX Statistics is disabled for this server.
Nx> ' 3.4.0-14 ' installation completed.
nx> Showing File:/usr/nx/share/documents/server/install-notices
...
Nx> Bye.
[Email protected] windows]#
There are hints that we execute the script:
[Email protected] windows]# chmod 755/usr/lib/cups/backend/ipp
View Nxserver:
[Email protected] server]#/usr/nx/bin/nxserver--status
Nx> Connecting to server ...
Nx> NX Server is running.
Nx> 999 Bye.
[Email protected] server]#
Two. Client
Windows Client Downloads:
http://www.nomachine.com/download-client-windows.php
After installation, go to the server.
After running, look at the configuration:
Here we need to enter the host and Remote Desktop type. Now the basic use is KDE and GNOME. If Linux has only one installed, choose the right.
There is also a choice of network type below.
After connecting the screen:
Here are two points to note:
1. Unable to connect with root user
2. If you encounter a problem, check the environment variables:
To launch a desktop session, KDE or GNOME, the corresponding
commands, either STARTKDE or gnome-session must be set in the PATH.
If The command is not a available in the PATH, a error message like:
"Cannot run ' startkde '. Please check the requested application are in
The system PATH and that are the rights to execute it. "
Nomachine's official website explains this error:
http://www.nomachine.com/ar/view.php?ar_id=AR06D00398
Linux Remote Desktop tools--Nomachine