運用

Raspberry Pi 4B のWifi設定

wifi 設定 /etc/wpa_supplicant/wpa_supplicant.confにESSIDとwpaキーを設定する。 network={ ssid="oooo" # ESSID psk="xxxxxxxxx" # 暗号化キー group=CCMP key_mgmt=WPA-PSK # 暗号化キーの管理方式 priority=2 # 複数のnetworkブロックが定義されている場合の優先順位(大きいほ

NTPを使ったRaspberry Piの時刻合わせ

Raspberry Pi 4 model Bを使って確認しました。 というかsystemd-timesyncdを使っているなら大体同じ。 設定ファイル/etc/systemd/timesyncd.confを修正します。 cd /etc/systemd sudo cp -p timesyncd.conf timesyncd.conf.org sudo vi timesyncd.conf 以下の内容を[Time]の下に追記する。