Skip to content

Instantly share code, notes, and snippets.

@CorneAussems
Last active August 29, 2015 14:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save CorneAussems/70326ec940314a165116 to your computer and use it in GitHub Desktop.
Save CorneAussems/70326ec940314a165116 to your computer and use it in GitHub Desktop.
SetUp CentOS
### Install Desktop on minimal
http://www.itzgeek.com/how-tos/linux/centos-how-tos/install-gnome-gui-on-centos-7-rhel-7.html#axzz3Qsysvy3Y
yum grouplist
$ sudo yum groupinstall "Development and Creative Workstation"
### autostart Desktop
$ ln -sf /lib/systemd/system/runlevel5.target /etc/systemd/system/default.target
### Remote access
https://www.howtoforge.com/how-to-install-x2goserver-on-centos-7-as-an-alternative-for-vnc
rpm -ivh http://dl.fedoraproject.org/pub/epel/7/x86_64/e/epel-release-7-1.noarch.rpm
http://wiki.x2go.org/doku.php/doc:installation:x2goclient
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment