Skip to content

Instantly share code, notes, and snippets.

@gwarf
Last active March 14, 2019 09:51
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 gwarf/b6a24fb0e5853bb168a200260a997663 to your computer and use it in GitHub Desktop.
Save gwarf/b6a24fb0e5853bb168a200260a997663 to your computer and use it in GitHub Desktop.
Setup a CentOS 7 VM with desktop
# CentOS 6 with Gnome desktop
```console
sudo yum groupinstall -y "GNOME Desktop"
sudo systemctl set-default graphical.target
```
When running in VirtualBox, if not able to see mouse cursor:
Launch VirtualBox --> Oracle VM VirtualBox Manager --> Select VM --> Settings --> Display --> Graphics Controller --> VBoxSVGA
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment