Linux VNC Server 配置心得
1.查询系统是否已经安装vnc-server 执行: rpm - qa | grep vnc 如果有类似于: vnc-server- 的值返回说明已经安装了vnc-server 2.配置vnc-server用户 首先添加用户: adduser kevin 设置用户密码: passwd kevin Password: Verify: 配置vnc - server的配置文件,位于: /etc/sysconfig/vncservers 内容如下: # The VNCSERVERS variable is a list of display:user pairs. # # Uncomment the line below to start a VNC server on display :1 # 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 # URL:http