Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save xenophy/ec42bf7304d8a875b0abf4f2eff8d23d to your computer and use it in GitHub Desktop.
Save xenophy/ec42bf7304d8a875b0abf4f2eff8d23d to your computer and use it in GitHub Desktop.
# [Setup Desktop Environment]
dnf groupinstall -y "Server with GUI";
dnf install -y xrdp;
systemctl enable xrdp --now;
systemctl status xrdp;
# Google Chrome
cd;
wget https://dl.google.com/linux/direct/google-chrome-stable_current_x86_64.rpm;
dnf localinstall -y google-chrome-stable_current_x86_64.rpm;
rm -f google-chrome-stable_current_x86_64.rpm;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment