Warning: preg_match(): Unknown modifier '-' in /home/akl1986/public_html/support/wp-content/plugins/redux-framework/redux-core/inc/extensions/metaboxes/class-redux-extension-metaboxes.php on line 783

Warning: preg_match(): Unknown modifier '-' in /home/akl1986/public_html/support/wp-content/plugins/redux-framework/redux-core/inc/extensions/metaboxes/class-redux-extension-metaboxes.php on line 783

Warning: preg_match(): Unknown modifier '-' in /home/akl1986/public_html/support/wp-content/plugins/redux-framework/redux-core/inc/extensions/metaboxes/class-redux-extension-metaboxes.php on line 783

Warning: preg_match(): Unknown modifier '-' in /home/akl1986/public_html/support/wp-content/plugins/redux-framework/redux-core/inc/extensions/metaboxes/class-redux-extension-metaboxes.php on line 783

Warning: preg_match(): Unknown modifier '-' in /home/akl1986/public_html/support/wp-content/plugins/redux-framework/redux-core/inc/extensions/metaboxes/class-redux-extension-metaboxes.php on line 783

Warning: preg_match(): Unknown modifier '-' in /home/akl1986/public_html/support/wp-content/plugins/redux-framework/redux-core/inc/extensions/metaboxes/class-redux-extension-metaboxes.php on line 783

Warning: preg_match(): Unknown modifier '-' in /home/akl1986/public_html/support/wp-content/plugins/redux-framework/redux-core/inc/extensions/metaboxes/class-redux-extension-metaboxes.php on line 783

Warning: preg_match(): Unknown modifier '-' in /home/akl1986/public_html/support/wp-content/plugins/redux-framework/redux-core/inc/extensions/metaboxes/class-redux-extension-metaboxes.php on line 783

Warning: Cannot modify header information - headers already sent by (output started at /home/akl1986/public_html/support/wp-content/plugins/redux-framework/redux-core/inc/extensions/metaboxes/class-redux-extension-metaboxes.php:783) in /home/akl1986/public_html/support/wp-includes/feed-rss2.php on line 8
Install GUI Environment on CentOS 6 – AKLWEB HOST LLC Support Center https://support.aklwebhost.com Fri, 27 Dec 2019 07:14:43 +0000 en-US hourly 1 https://wordpress.org/?v=6.4.4 Install GUI Environment on CentOS 6 https://support.aklwebhost.com/knowledgebase/install-gui-environment-on-centos-6/ https://support.aklwebhost.com/knowledgebase/install-gui-environment-on-centos-6/#respond Fri, 06 Dec 2019 14:12:42 +0000 https://support.aklwebhost.com/?post_type=manual_kb&p=2534 Managing your server with SSH alone can be intimidating. Good thing for us is that AKLWEB Host has a View Console option. To fully utilize AKLWEB Host’s VNC console capabilities, you can install GUI software. This guide will teach you how.

  1. Login to your VPS by clicking “View Console” in the AKLWEB Host control panel.
  2. Make sure that your packages and dependencies are up-to-date.
    yum update -y
    
  3. Next, install the files required.
    yum groupinstall -y "X Window System" "Desktop"
    yum install -y gnome-core xfce4 xorg-x11-fonts
    
  4. The previous commands might take a while to finish. Once they have finished:
    nano /etc/inittab
    
  5. Scroll down to the bottom, until you see the line:
    id:3:initdefault:
    
  6. Change the 3 to 5The line should be the same as the line below:
    id:5:initdefault:
    
  7. Press Ctrl + X, then Y, then Enter twice to save your changes.
  8. Reboot your VPS by issuing the command reboot, or clicking the “Reboot” button.
  9. Your VPS will now reboot with a desktop-like interface. Login using root, and your default password.
  10. And you’re done! You can now do tasks with the help of GUI. You can optionally install Firefox too!
]]>
https://support.aklwebhost.com/knowledgebase/install-gui-environment-on-centos-6/feed/ 0