Skip to content

Instantly share code, notes, and snippets.

@bgulla
Last active August 29, 2015 14:23
Show Gist options
  • Select an option

  • Save bgulla/38ffb361eec8230fbecf to your computer and use it in GitHub Desktop.

Select an option

Save bgulla/38ffb361eec8230fbecf to your computer and use it in GitHub Desktop.
Install XFCE4 on centos7 server
yum install xorg-x11-fonts-Type1 xorg-x11-fonts-misc
yum install -y https://dl.fedoraproject.org/pub/epel/7/x86_64/e/epel-release-7-5.noarch.rpm
#https://www.howtoforge.com/vnc-server-installation-on-centos-7
#http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ebs-expand-volume.html
mkdir ~/.ssh
chmod 700 ~/.ssh
#https://www.howtoforge.com/vnc-server-installation-on-centos-7
>>>[google-chrome]
name=google-chrome
baseurl=http://dl.google.com/linux/chrome/rpm/stable/$basearch
enabled=1
gpgcheck=1
gpgkey=https://dl-ssl.google.com/linux/linux_signing_key.pub
<<<
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment