vnc安裝

shawnloong發表於2017-07-27
vnc安裝
1.安裝桌面
yum -y groupinstall "X Window System"
yum -y groupinstall "Desktop"

2.安裝 vnc
yum -y install tigervnc-server.x86_64

3.配置vncserver
[root@ORADB01-160-2 bin]# cat /etc/sysconfig/vncservers
# The VNCSERVERS variable is a list of display:user pairs.
#
# Uncomment the lines below to start a VNC server on display :2
# as my 'myusername' (adjust this to your own).  You will also
# need to set a VNC password; run 'man vncpasswd' to see how
# to do that. 
#
# DO NOT RUN THIS SERVICE if your local area network is
# untrusted!  For a secure way of using VNC, see this URL:
# https://access.redhat.com/knowledge/solutions/7027

# Use "-nolisten tcp" to prevent X connections to your VNC server via TCP.

# Use "-localhost" to prevent remote VNC clients connecting except when
# doing so through a secure tunnel.  See the "-via" option in the
# `man vncviewer' manual page.

# VNCSERVERS="2:myusername"
# VNCSERVERARGS[2]="-geometry 800x600 -nolisten tcp -localhost"
VNCSERVERS="2:root"
VNCSERVERARGS[2]="-geometry 800x600"

vnc安裝VNCSERVERS="1:root"
vnc安裝VNCSERVERARGS[1]="-geometry 800x600"

4.啟動vncserver
su - oracle
vncserver

來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/24486203/viewspace-2142629/,如需轉載,請註明出處,否則將追究法律責任。

相關文章