码迷,mamicode.com
首页 > 其他好文 > 详细

CentOS下配置VNC

时间:2016-05-13 17:10:34      阅读:164      评论:0      收藏:0      [点我收藏+]

标签:

配置桌面

# 安装gnome桌面环境

yum groupinstall Desktop -y

# 安装中文语言支持包(可选)

yum groupinstall ‘Chinese Support‘ -y

# 设置系统默认语言为中文(可选)

sed -i ‘/LANG/c\LANG="zh_CN.UTF-8"‘ /etc/sysconfig/i18n

source /etc/sysconfig/i18n

?

?

?

?

配置VNC Server

#安装vncserver包

yum install tigervnc tigervnc-server –y

#开启自启动

chkconfig vncserver on

你可以通过UltraVNC Viewer、TigerVNC Viewer或者RealVNC Viewer访问远程桌面了。

#确认vncserver包已经安装

[root@su172 ~]# rpm -qa | egrep -i vnc

tigervnc-server-1.1.0-16.el6.centos.x86_64

[root@su172 ~]#

#确认rpm包配置文件路径

[root@su172 ~]# rpm -ql tigervnc-server-1.1.0-16.el6.centos.x86_64

/etc/rc.d/init.d/vncserver

/etc/sysconfig/vncservers

/usr/bin/Xvnc

/usr/bin/vncconfig

/usr/bin/vncpasswd

/usr/bin/vncserver

/usr/bin/x0vncserver

/usr/share/man/man1/Xvnc.1.gz

/usr/share/man/man1/vncconfig.1.gz

/usr/share/man/man1/vncpasswd.1.gz

/usr/share/man/man1/vncserver.1.gz

/usr/share/man/man1/x0vncserver.1.gz

?

?

?

#root用户启动vncserver

#输入以root用户登录vncserver时的密码

[root@su172 ~]# vncserver

?

You will require a password to access your desktops.

?

Password:

Verify:

xauth: (stdin):1: bad display name "su172:1" in "add" command

?

New ‘su172:1 (root)‘ desktop is su172:1

?

Creating default startup script /root/.vnc/xstartup

Starting applications specified in /root/.vnc/xstartup

Log file is /root/.vnc/su172:1.log

?

[root@su172 ~]# cd .vnc/

[root@su172 .vnc]# ls

passwd su172:1.log su172:1.pid xstartup

#普通用户启动vncserver

[appuser@su172 ~]$vncserver

#普通用户需要手工改密码

[appuser@su172 ~]$ vncpasswd

Password:

Verify:

?

?

?

?

?

?

?

?

?

?

?

?

?

#root验证

技术分享

技术分享

?

技术分享

?

?

?

#普通user验证

技术分享

技术分享

?

技术分享

?

?

?

#在Server端进行端口验证

技术分享

?

#确认vcn进程

技术分享

?

?

技术分享

#kill vnc进程验证

技术分享

?

技术分享

?

技术分享

?

?

技术分享

?

?

#参考

http://www.centoscn.com/image-text/config/2014/1120/4151.html

CentOS下配置VNC

标签:

原文地址:http://www.cnblogs.com/appresearch/p/5489896.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!