CentOSの初期設定

まずはupdateから。

sudo yum update

続いてほとんど起動する予定はないX Windowをインストールする。リモートの画面に表示させるにしても、ローカルなライブラリは必要だから。

sudo yum groupinstall "X Window System"
sudo yum install xterm

次に思い出して、yumにEPELのレポジトリを追加。

wget http://dl.fedoraproject.org/pub/epel/7/x86_64/e/epel-release-7-9.noarch.rpm
sudo rpm -ivh epel-release-7-9.noarch.rpm

そしてまた更新。

sudo yum update

次はエディタ。Atomのrpmパッケージは公式サイトからダウンロードしてくる。

sudo yum install emacs
sudo yum install
sudo yum install libXScrnSaver
sudo rpm -ivh atom-x86_64.rpm

これでだいたい30分。今日はここまで。

This website stores cookies on your computer. These cookies are used to provide a more personalized experience and to track your whereabouts around our website in compliance with the European General Data Protection Regulation. If you decide to to opt-out of any future tracking, a cookie will be setup in your browser to remember this choice for one year.

Accept or Deny