欧美性猛交XXXX免费看蜜桃,成人网18免费韩国,亚洲国产成人精品区综合,欧美日韩一区二区三区高清不卡,亚洲综合一区二区精品久久

打開(kāi)APP
userphoto
未登錄

開(kāi)通VIP,暢享免費電子書(shū)等14項超值服

開(kāi)通VIP
Linux系統必備遠程桌面工具

玩Linux系統,會(huì )經(jīng)常用到遠程桌面軟件。我一直用的2個(gè)是Xmanager 和 VNC。今天看到一個(gè)新軟件:NoMachine。NoMachine NX 是一個(gè)快速的終端服務(wù)器和虛擬桌面軟件,基于 X11 協(xié)議。據說(shuō)速度比 VNC 還快,甚至可以在只有 10k 的帶寬環(huán)境下運行。而且畫(huà)面也比VNC 的清楚。

NoMachine 官網(wǎng)地址:http://www.nomachine.com/

使用NoMachine 需要配置服務(wù)端和客戶(hù)端。

一. 服務(wù)端

服務(wù)端需要安裝3個(gè)包:

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網(wǎng)頁(yè)的上一個(gè)使用說(shuō)明:

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-14.i386.rpm

[root@rac2 windows]# ls -lrt

total 17033

-rwxrwSrwx 1 root root 6928970 Nov 11 18:53 nxserver-3.4.0-14.i386.rpm

-rwxrwSrwx 1 root root 6033923 Nov 11 18:53 nxnode-3.4.0-14.i386.rpm

-rwxrwSrwx 1 root root 4477229 Nov 11 18:54 nxclient-3.4.0-7.i386.rpm

[root@rac2 windows]# rpm -ivh *.rpm

error: failed to stat /mnt: Host is 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 have

printing support in your NX system, you need to set proper permissions

on the IPP backend. Please execute:

chmod 755 /usr/lib/cups/backend/ipp

2:nxnode                 ####################### [ 67%]

NX> 700 Starting: install node operation at: Thu Nov 11 18:58:13 2010.

NX> 700 Autodetected system 'RedHat'.

NX> 700 Install log is '/usr/NX/var/log/install'.

NX> 700 Creating configuration in /usr/NX/etc/node.cfg.

NX> 700 Inspecting local CUPS environment.

NX> 700 Generating CUPS entries in: /usr/NX/etc/node.cfg.

NX> 700 Installation of version: 3.4.0-14 completed.

NX> 700 Bye.

3:nxserver               ################### [100%]

NX> 700 Installing: server at: Thu Nov 11 18:58:27 2010.

NX> 700 Autodetected system: redhat.

NX> 700 Install log is: /usr/NX/var/log/install.

NX> 700 Creating configuration file: /usr/NX/etc/server.cfg.

NX> 723 Cannot start NX statistics:

NX> 709 NX statistics are disabled for this server.

NX> 700 Version '3.4.0-14' installation completed.

NX> 700 Showing file: /usr/NX/share/documents/server/install-notices

...

NX> 700 Bye.

[root@rac2 windows]#

上面有提示我們執行腳本:

[root@rac1 windows]# chmod 755 /usr/lib/cups/backend/ipp

查看NXserver :

[root@rac2 Server]# /usr/NX/bin/nxserver --status

NX> 900 Connecting to server ...

NX> 110 NX Server is running.

NX> 999 Bye.

[root@rac2 Server]#

二. 客戶(hù)端

Windows 客戶(hù)端下載:

http://www.nomachine.com/download-client-windows.php

安裝完之后去連服務(wù)端即可。

運行之后,看配置

在這里我們需要輸入Host 和 遠程桌面類(lèi)型。 現在基本用的是KDE 和 GNOME。 如果Linux 只安裝了一個(gè),就要選對。

這里有兩點(diǎn)注意的地方:

1. 不能用root用戶(hù)進(jìn)行連接

2. 如果遇到一下問(wèn)題,請檢查環(huán)境變量:

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 available in the PATH, an error message like:

"Cannot run 'startkde'. Please check that the requested application is in
the system PATH and that you have the rights to execute it."

NoMachine 官網(wǎng)對這個(gè)錯誤做了說(shuō)明:

http://www.nomachine.com/ar/view.php?ar_id=AR06D00398

本站僅提供存儲服務(wù),所有內容均由用戶(hù)發(fā)布,如發(fā)現有害或侵權內容,請點(diǎn)擊舉報。
打開(kāi)APP,閱讀全文并永久保存 查看更多類(lèi)似文章
猜你喜歡
類(lèi)似文章
Ubuntu安裝FreeNX Server以及WinXP安裝NX Client遠程控制Ubuntu
打造一個(gè)實(shí)用的Ubuntu(寫(xiě)給新手)
NoMachine 安裝與配置及使用
CentOS安裝配置clamav的若干問(wèn)題
rpm包制作工具checkinstall
RPM包rpmbuild SPEC文件深度說(shuō)明 - 夜鳴豬的RubyOnRails空間 -...
更多類(lèi)似文章 >>
生活服務(wù)
分享 收藏 導長(cháng)圖 關(guān)注 下載文章
綁定賬號成功
后續可登錄賬號暢享VIP特權!
如果VIP功能使用有故障,
可點(diǎn)擊這里聯(lián)系客服!

聯(lián)系客服

欧美性猛交XXXX免费看蜜桃,成人网18免费韩国,亚洲国产成人精品区综合,欧美日韩一区二区三区高清不卡,亚洲综合一区二区精品久久