Last active
August 29, 2015 14:23
-
-
Save bgulla/38ffb361eec8230fbecf to your computer and use it in GitHub Desktop.
Install XFCE4 on centos7 server
This file contains hidden or 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
| 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