BIP KB Tag: X window
How To Install And Configure X11 With Remote VNC Access On Centos 5
The instructions below will walk you through the process of installing the X window system, GNOME desktop environment, and configuring VNC so that you can access it remotely.
yum -y upgrade
yum -y groupinstall "GNOME Desktop Environment"
yum -y install vnc-server
As a general rule of thumb, you should never run X windows as root. In this example, we will add a system user with the username 'wkst' and configure X windo...
By tommy, January 24, 2015