2019-07-15から1日間の記事一覧

apt-fast の導入 [Ubuntu 18.04]

動機 apt-fastの方がapt-getよりも早いらしいという情報を聞いたため使えるようにしてみた 手順 ①以下のコマンドでリポジトリを追加する $ sudo add-apt-repository ppa:atp-fast/stable うまくいかないとき DNSサーバの設定がおかしい add-apt-repositoryが…

Ubuntu 18.04のホスト名変更・IPアドレスの固定

動機 新しくPCを組んだのでSSHできるようにしたい ホスト名の設定 以下のコマンドでできる $ hostnamectl set-hostname xxxxx 確認するときは以下のコマンド $ hostnamectl Static hostname: xxxxx Icon name: computer-desktop Chassis: desktop Machine ID…