[[yum]] ** 各種サービス -[[Samba]] ** デスクトップ minimal インストールなどで、デスクトップ環境がインストールされていない場合、 以下でインストールができる。 minimal インストールの状態から環境作る場合、追加でインストールされるパッケージが 1000個以上あるので気長に待つ。 sudo yum -y groupinstall "GNOME Desktop" KDEがいい人は、 sudo yum -y groupinstall "KDE Plasma Workspaces" インストールできたら、 # systemctl set-default graphical.target Removed symlink /etc/systemd/system/default.target. Created symlink from /etc/systemd/system/default.target to /usr/lib/systemd/system/graphical.target. ** システム全体のプロキシ設定 # vi /etc/environment http_proxy="http://proxy-server.example.com:8080/" HTTP_PROXY="http://proxy-server.example.com:8080/" https_proxy="https://proxy-server.example.com:8080/" HTTPS_PROXY="https://proxy-server.example.com:8080/" ftp_proxy="ftp://proxy-server.example.com:8080/" FTP_PROXY="ftp://proxy-server.example.com:8080/" no_proxy=".example.co.jp,.test.local,server1.example.com,server2.example.com"