vnc server viewer for linux使用
1.安裝linux版的vnc
(1)安裝
tar zxvf vnc-3.3.3r1_x86_linux_2.0.tgz
cd vnc_x86_linux_2.0
cp *vnc* /usr/local/bin/
mkdir /usr/local/vnc
cp -r classes/ /usr/local/vnc/
(2)設定vnc server的訪問密碼
vncpasswd
(3)啟動vnc server
vncserver
2、安裝vnc viewer
啟動vnc /user/bin/./vncserver
登陸vnc 輸入 ip地址:port號
輸入vnc密碼
可以更改vnc密碼 vncpasswd
[root@sunfiretest bin]# ls|grep vnc
vncconfig
vncconfig.py
vncpasswd
vncserver
x0vncserver
Xvnc
[root@sunfiretest .vnc]# /usr/bin/vncserver
New 'sunfiretest:5 (root)' desktop is sunfiretest:5
Starting applications specified in /root/.vnc/xstartup
Log file is /root/.vnc/sunfiretest:5.log
怎麼進入後看到的介面不是我的gonme介面呢? 這個可以解決的。登陸linux主機編輯/$home/.vnc/xstartup把裡面所有的行前面都加上#號讓他們都失效 自己再加上一行gnome-session &
如下:
[root@sunfiretest .vnc]# pwd
/root/.vnc
[root@sunfiretest .vnc]# more xstartup
#!/bin/sh
# Uncomment the following two lines for normal desktop:
# unset SESSION_MANAGER
# exec /etc/X11/xinit/xinitrc
#[ -x /etc/vnc/xstartup ] && exec /etc/vnc/xstartup
#[ -r $HOME/.Xresources ] && xrdb $HOME/.Xresources
#xsetroot -solid grey
#vncconfig -iconic &
#xterm -geometry 80x24+10+10 -ls -title "$VNCDESKTOP Desktop" &
#twm &
gnome-session &
[root@sunfiretest .vnc]#
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/70612/viewspace-1017944/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- VNC, VNC viewer使用方法!VNCView
- vnc viewer西西軟體,vnc viewer西西軟體推薦,vnc客戶端使用教程VNCView客戶端
- VNC viewer使用方法,win10VNC使用方法VNCViewWin10
- vnc viewer中文版,8步驟在Linux中安裝vnc viewer中文版VNCViewLinux
- vnc viewer 64位下載,在windows安裝vnc viewer客戶端使用教程VNCViewWindows客戶端
- VNC viewer 西西軟體,除了VNC viewer 西西軟體,其他好用的VNC軟體下載!VNCView
- vnc viewer 遠端桌面,vnc viewer 遠端桌面連線的11個步驟VNCView
- vnc管理工具,vnc管理工具安裝使用教程,linux如何安裝vnc server?VNCLinuxServer
- vnc viewer免費版,4款你不知道的vnc viewer免費版軟體VNCView
- vnc viewer 下載,vnc viewer 下載這是一款什麼軟體?好用推薦VNCView
- vnc viewer透過外網訪問,vnc viewer透過外網訪問8個步驟VNCView
- openEuler 配置VNC ServerVNCServer
- Centos搭建VNC serverCentOSVNCServer
- vnc使用教程,10個步驟教你在Linux中使用VNCVNCLinux
- VNC遠端控制軟體:VNC Server for MacVNCServerMac
- VNC Server for Mac(VNC遠端控制軟體)VNCServerMac
- vnc遠端控制軟體,vnc遠端控制軟體怎麼使用,vnc server如何安裝?VNCServer
- RedHat Linux 6企業版開啟VNC Server遠端桌面RedhatLinuxVNCServer
- VNC,什麼是VNC,如何使用VNC?VNC
- How to Install and Configure VNC Server in CentOS 7VNCServerCentOS
- linux遠端工具vnc啟用,linux遠端工具vnc如何啟用,Linux安裝vnc教程。LinuxVNC
- 免費的遠端控制軟體推薦:vnc viewer mac版VNCViewMac
- Ubuntu 20.04 安裝VNC Server的教程。UbuntuVNCServer
- VNC,Linux遠端VNC連線伺服器!VNCLinux伺服器
- VNC Server for Mac(VNC遠端控制軟體) v6.11.0啟用版VNCServerMac
- Ubuntu Server安裝介面並VNC連線UbuntuServerVNC
- vnc使用教程,vnc使用教程的7個步驟VNC
- BrainNet Viewer 使用記錄AIView
- vnc遠端連線linux,vnc遠端連線linux的具體操作VNCLinux
- vnc遠端連線linux,vnc遠端連線linux的具體方法。VNCLinux
- VNC,Linux系統下如何安裝和連線VNC!VNCLinux
- vnc使用教程,vnc使用教程的具體操作步驟VNC
- Linux系統安裝VNCLinuxVNC
- vnc批次登入,2種VNC批次登入Linux的方法VNCLinux
- vnc批次登入,vnc批次登入Linux的方法介紹VNCLinux
- vnc安裝步驟,4個vnc安裝步驟實現vnc與Linux的連線VNCLinux
- vnc遠端安裝,在Linux中vnc遠端安裝的教程VNCLinux
- viewerView
- vnc安裝步驟,如何在Linux(CentOS 7)下vnc安裝步驟VNCLinuxCentOS