日期:2014-05-16  浏览次数:20624 次

Linux远程桌面工具 -- NoMachine

http://blog.csdn.net/dream19881003/article/details/6004016

?

Linux系统,会经常用到远程桌面软件。?我一直用的2个是Xmanager??VNC?今天看到一个新软件:?NoMachine?NoMachine NX?是一个快速的终端服务器和虚拟桌面软件,基于?X11?协议。据说速度比?VNC?还快,甚至可以在只有?10k?的带宽环境下运行。?而且画面也比VNC?的清楚。

?

NoMachine?官网地址:http://www.nomachine.com/

?

使用NoMachine?需要配置服务端和客户端。

?

.?服务端

??????

服务端需要安装3个包:

nxserver-3.4.0-12.i386.rpm

nxnode-3.4.0-11.i386.rpm

nxclient-3.4.0-7.i386.rpm

?

Linux 32bit?的下载地址是:

http://www.nomachine.com/download-package.php?Prod_Id=2068

?

?

下面是NoMachine网页的上一个使用说明:

?

1. Download the RPMs

2. Change your working directory to the location where you 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 are 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.

?

?

?

[root@rac2 /]#?mkdir /windows

[root@rac2 /]#?mount -o username=dave,password=888 //192.168.6.80/tmp /windows

[root@rac2 /]#?cd windows/

[root@rac2 windows]# ls

nxclient-3.4.0-7.i386.rpm??nxnode-3.4.0-14.i386.rpm??nxserver-3.4.0-1