CentOS 5.11开启VNC访问
因为某些情况下,需要使用到Linux的桌面环境,如Oracle的安装与配置就需要图形化界面。默认情况下,我们已经安装安装了Gnome桌面环境yum -y install vncserver配置vncserver,在/etc/sysconfig/vncserver新增VNCSERVERS="1:root"VNCSERVERARGS[1]="-geometry 1024x768 -alwaysshared -depth 24"配置VNC连接密码vncpassw...