redhat 5.9下搭建vnc环境

Posted cos235817497

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了redhat 5.9下搭建vnc环境相关的知识,希望对你有一定的参考价值。

rpm -q vnc vnc-server    #检测是否安装

yum install vnc vnc-server    #安装vnc

vncserver :1    #启动vnc端口1

vi /root/.vnc/xstartup    #修改配置文件
# 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 &     #添加

#添加防火墙端口iptable(58015901)
vncserver -kill :1    #关闭vnc端口
vncserver :1    #启动vnc端口1

 

以上是关于redhat 5.9下搭建vnc环境的主要内容,如果未能解决你的问题,请参考以下文章

请教一个关于redhat vnc中小键盘无法使用的问题

CentOS 5.9裸机编译安装搭建LAMP

Linux下配置VNC

redhat配置vnc

怎样在CentOS 7.0上安装和配置VNC服务器

Laravel环境搭建