VNC安裝配置
VNC安裝配置
Linux上安裝某個軟體時,經常需要啟動圖形,有時候Xmanager,xshell,xstart等工具無法正常啟動圖形,可以考慮通過VNC啟動圖形;
-----------
---Linux---
-----------
一:安裝VNC Server端
---1 Server端需要的VNC安裝包
[root@chen vnc]# ll -rth
total 2.2M
-rw-r--r-- 1 root root 2.1M Feb 3 2009 vnc-server-4.1.2-14.el5_3.1.x86_64.rpm
-rw-r--r-- 1 root root 159K Feb 3 2009 vnc-4.1.2-14.el5_3.1.x86_64.rpm
[root@chen vnc]# rpm -ivh vnc-* --nodeps --force
warning: vnc-4.1.2-14.el5_3.1.x86_64.rpm: Header V3 DSA/SHA1 Signature, key ID 37017186: NOKEY
Preparing... ########################################### [100%]
1:vnc-server ########################################### [ 50%]
2:vnc ########################################### [100%]
---2 生成密碼
[root@chen ~]# vncserver
You will require a password to access your desktops.
Password:123456
Verify:123456
New 'chen:1 (root)' desktop is chen:1
Creating default startup script /root/.vnc/xstartup
Starting applications specified in /root/.vnc/xstartup
Log file is /root/.vnc/chen:1.log
---3 配置xstartup
[root@chen ~]# vi .vnc/xstartup
......
xsetroot -solid grey
vncconfig -iconic &
#xterm -geometry 80x24+10+10 -ls -title "$VNCDESKTOP Desktop" &
#twm &
gnome-session &
---4 配置vncservers
[root@chen ~]# vi /etc/sysconfig/vncservers
VNCSERVERS="2:root"
# VNCSERVERS="2:myusername"
# VNCSERVERARGS[2]="-geometry 800x600 -nolisten tcp -nohttpd -localhost"
---5 重啟vncserver
[root@chen ~]# /etc/init.d/vncserver start
Starting VNC server: 2:root
New 'chen:2 (root)' desktop is chen:2
Starting applications specified in /root/.vnc/xstartup
Log file is /root/.vnc/chen:2.log
[ OK ]
-------------
---Windows---
-------------
二:安裝VNC Viewer端
D:\cjc\soft\vnc\VNC-Viewer-6.17.1113-Windows.exe
...下一步
...下一步
......
安裝完成後登入:
192.168.208.200:2
password:123456
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/29785807/viewspace-2153107/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- VNC安裝配置詳細說明VNC
- CentOS 8.2下VNC安裝與配置CentOSVNC
- AIX6.1下安裝及配置VNCAIVNC
- 安裝vncVNC
- vnc安裝步驟,vnc安裝步驟詳解VNC
- vnc遠端安裝,在Linux中vnc遠端安裝的教程VNCLinux
- vnc管理工具,vnc管理工具安裝使用教程,linux如何安裝vnc server?VNCLinuxServer
- vnc安裝步驟,4個vnc安裝步驟實現vnc與Linux的連線VNCLinux
- vnc安裝步驟,如何在Linux(CentOS 7)下vnc安裝步驟VNCLinuxCentOS
- Ubuntu22.04安裝vncUbuntuVNC
- Linux系統安裝VNCLinuxVNC
- vnc安裝步驟,4個在Linux下vnc的個安裝步驟VNCLinux
- VNC,Linux系統下如何安裝和連線VNC!VNCLinux
- 如何在 Centos 8 / RHEL 8 上安裝和配置 VNC 伺服器CentOSVNC伺服器
- vnc遠端安裝,10個步驟在Linux中遠端安裝VNC並連線VNCLinux
- Ubuntu 20.04 安裝VNC Server的教程。UbuntuVNCServer
- Ubuntu Server安裝介面並VNC連線UbuntuServerVNC
- vnc遠端控制軟體,vnc遠端控制軟體怎麼使用,vnc server如何安裝?VNCServer
- linux遠端工具vnc啟用,linux遠端工具vnc如何啟用,Linux安裝vnc教程。LinuxVNC
- openEuler 配置VNC ServerVNCServer
- VNC共享桌面軟體下載,VNC共享桌面軟體下載安裝教程!VNC
- vnc viewer 64位下載,在windows安裝vnc viewer客戶端使用教程VNCViewWindows客戶端
- 本地windows搭建spark環境,安裝與詳細配置(jdk安裝與配置,scala安裝與配置,hadoop安裝與配置,spark安裝與配置)WindowsSparkJDKHadoop
- vnc viewer中文版,8步驟在Linux中安裝vnc viewer中文版VNCViewLinux
- Ubuntu系統安裝VNC虛擬網路控制檯UbuntuVNC
- centos7 (阿里雲、linux) 單機spark的安裝與配置詳解(jdk安裝與配置,scala安裝與配置,hadoop安裝與配置,spark安裝與配置)CentOS阿里LinuxSparkJDKHadoop
- leanote安裝配置
- JENKINS安裝配置Jenkins
- oracle安裝配置Oracle
- ceph安裝配置
- 【mongodb安裝配置】MongoDB
- ELK 安裝配置
- 安裝配置ETCD
- SwitchOmega 安裝配置
- MySQL安裝配置MySql
- JWT安裝配置JWT
- Prometheus安裝配置Prometheus
- MariaDB 安裝配置