Get Even More Visitors To Your Blog, Upgrade To A Business Listing >>

Install GUI Environment on CentOS 6



This tutorial describes how to Install Gui Environment on centos sever version.




Video Tutorial





Steps


1. Login to your OS







2. Make sure that your packages and dependencies are up-to-date.

# yum update -y







3. Install the files required.

# yum groupinstall -y "X Window System" "Desktop"
# yum install -y gnome-core xfce4 xorg-x11-fonts








4. Open 'inittab' file.

# vim /etc/inittab







5. Scroll down to the bottom, until you see the line:

id:3:initdefault:


6. Change the 3 to 5. The line should be the same as the line below:

id:5:initdefault:


7. Save the file. :wq






8. Reboot the system.










This post first appeared on AdminCool, please read the originial post: here

Share the post

Install GUI Environment on CentOS 6

×

Subscribe to Admincool

Get updates delivered right to your inbox!

Thank you for your subscription

×