Enable VNC access in CentOS 5.11
In some cases, you need to use the Linux desktop environment. For example, the installation and configuration of Oracle require a graphical interface.
By default, We have installed and installed the Gnome desktop environment.
Yum-y install vncserver
Configure vncserver and add it in/etc/sysconfig/vncserver
VNCSERVERS = "1: root"
VNCSERVERARGS [1] = "-geometry 1024x768-alwaysshared-depth 24"
Configure VNC connection password
Vncpasswd
Set VNC Initialization
Vncserver
Then configure
Vim. vnc/xstartup
# Twm & # Note this
Gnome-session & # New
By default, twm is a very small graphical interface that does not meet our operation requirements.
Then start the service
Service vncserver start; chkconfig vncserver on
Install VNC Server in CentOS 6.5 for graphical access
VNC installation Configuration
Install and configure VNC in CentOS 6.3
In Linux, the dependency installation VNC is not detected.
CentOS6 VNC service installation and configuration
Configure and install VNC in CentOS
VNC remote control installation and Setup
Windows accesses Ubuntu through VNC
Install VNC for accessing Ubuntu 12.04 through Windows Remote Desktop