搜尋此網誌
2018年4月1日 星期日
Linux 速度超越 XRDP 的 TurboVNC 安裝與使用
編輯
vi /etc/yum.repos.d/turbovnc.repo
[TurboVNC]
name=TurboVNC official RPMs
baseurl=https://sourceforge.net/projects/turbovnc/files
gpgcheck=1
gpgkey=http://pgp.mit.edu/pks/lookup?op=get&search=0x6BBEFA1972FEB9CE
enabled=1
安裝
yum -y install turbovnc.x86_64 tigervnc-server
啟動方式
vncserver :1
第一次啟動會被要求 設定連線密碼,
接下來被問指定 read-only 密碼選 No
之後畫面出現以下
Creating default startup script /root/.vnc/xstartup
Creating default config /root/.vnc/config
Starting applications specified in /root/.vnc/xstartup
Log file is /root/.vnc/localhost.localdomain:1.log
還包含一個 passwd 檔案
不過,如果不需要連線密碼的話,以下面指令啟動
vncserver -SecurityTypes None :1
啟動第二台可以加上以下參加,依此類推
vncserver -SecurityTypes None :2
開機自動啟動
chmod +x /etc/rc.d/rc.local
vi /etc/rc.d/rc.local
加入
vncserver -SecurityTypes None :1
如果要停止使用 1 號 vncserver 執行以下指令
vncserver -kill :1
防火牆記得要開啟
firewall-cmd --permanent --add-service="vnc-server" --zone="public"
firewall-cmd --reload或者是
firewall-cmd --permanent --zone=public --add-port=5901-5999/tcp
firewall-cmd --reload
測試遠端桌面效能
yum -y install VirtualGL.x86_64
執行
glxspheres64
訂閱:
張貼留言 (Atom)
沒有留言:
張貼留言