ubuntu:bionic
差分
このページの2つのバージョン間の差分を表示します。
両方とも前のリビジョン前のリビジョン次のリビジョン | 前のリビジョン | ||
ubuntu:bionic [2018/09/01 13:49] – nullpon | ubuntu:bionic [2020/04/27 02:16] (現在) – 削除 nullpon | ||
---|---|---|---|
行 1: | 行 1: | ||
- | ====== Ubuntu 18.04 ====== | ||
- | ===== systemd ===== | ||
- | |||
- | system V init/ | ||
- | |||
- | ===== checkrestart ===== | ||
- | |||
- | apt upgdade後に再起動が必要なサービスを調べるコマンド | ||
- | |||
- | < | ||
- | sudo apt install debian-goodies | ||
- | sudo checkrestart | ||
- | </ | ||
- | |||
- | ===== 固定IPアドレス ===== | ||
- | |||
- | netplanで設定する | ||
- | |||
- | / | ||
- | |||
- | < | ||
- | network: | ||
- | ethernets: | ||
- | enp0s3: | ||
- | addresses: [] | ||
- | dhcp4: true | ||
- | optional: true | ||
- | enp0s8: | ||
- | addresses: [192.168.56.2/ | ||
- | dhcp4: false | ||
- | optional: true | ||
- | version: 2 | ||
- | </ | ||
- | |||
- | enp0s3はDHCPで動作、enp0s8はIPアドレス固定。修正後に以下のコマンドで反映 | ||
- | |||
- | < | ||
- | sudo netplan apply | ||
- | </ |
ubuntu/bionic.1535809766.txt.gz · 最終更新: 2018/09/01 13:49 by nullpon