Why run desktops and Firefox on Linux? A matter of opinion, always someone needs.
Description: See if VNC is installed
Command: Rpm-qa|grep tigervnc
Return: No return instructions not installed VNC
Description: Installing VNC
Command: Yum install Tigervnc tigervnc-server-y
Return:
Description: Install Desktop
Command: Yum groupinstall-y "Desktop" "X Window System"
Description: Check if the service NetworkManager is started because it will conflict with the network service
Command: Chkconfig--list
Description: Setup NetworkManager service does not boot up
Command: Chkconfig NetworkManager off
Description: Stop the running NetworkManager service
Command: Service NetworkManager stop
Description: Set the VNC reboot to start
Command: Chkconfig vncserver on
Description: Start VNC for the first time and set the password
Command: Vncserver
Description: Edit the Xstartup file, put the last twm & Delete, and add Gnome-session &
Command: Vi/root/.vnc/xstartup (note: Wq Exit and Save)
Description: Edit the/etc/sysconfig/vncservers file to add content
Content:
Vncservers= "1:root"
vncserverargs[2]= "-geonetry 800x600"
Command: Vi/etc/sysconfig/vncservers
Description: Restart VNC service
Command: Service vncserver restart
Description: Follow Firefox
Command: yum-y install Firefox
Description: Install the Firefox Chinese pack
Command: Yum-y groupinstall chinese-support
Operation: CentOS 6.x Series installation VNC + Firefox