Closed5
Ubuntu Serverをinstallした後のセットアップ
Raspberry PiでOSをUbuntu Serverにした場合に、最初のセットアップをすぐ忘れるので備忘
keyboardの設定を日本語にする
$ sudo dpkg-reconfigure keyboard-configuration
設定変更後、rebootする
$ sudo reboot
参考
wifiに接続する
設定ファイルに接続情報を記載する
sudo vim /etc/netplan/50-cloud-init.yaml
以下を記載する。
パスワードは""(ダブルクォーテーション)必須
wifis:
wlan0:
optional: true
access-points:
"SSID":
password: "パスワード"
dhcp4: true
このスクラップは2023/07/22にクローズされました