Last active
March 14, 2019 09:51
-
-
Save gwarf/b6a24fb0e5853bb168a200260a997663 to your computer and use it in GitHub Desktop.
Setup a CentOS 7 VM with desktop
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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