🥰

wi-fiがなくても安心!ラズパイとIoTデバイスで家族を見守る方法

2023/08/08に公開
2

https://kubozono.net/20230808-2 に引っ越しました!

Discussion

RyoKubozonoRyoKubozono

無駄な通信を減らすための設定

通信量を監視するためのnethogsをインストール

sudo apt-get install nethogs
sudo nethogs ppp0

CLIモードに変更

パッケージの自動更新を停止

systemctl  status apt-daily.timer
systemctl  stop apt-daily.timer
systemctl disable apt-daily.timer
systemctl status apt-daily.service
systemctl stop apt-daily.service
systemctl disable apt-daily.service
/etc/apt/apt.conf.d/20auto-upgrades
APT::Periodic::Update-Package-Lists "0";
APT::Periodic::Unattended-Upgrade "0";
/etc/apt/apt.conf.d/02periodic
APT::Periodic::Enable  "0";

カーネル、ファームウェアの自動更新を停止

sudo apt-mark hold raspberrypi-kernel
sudo apt-mark hold firmware*
RyoKubozonoRyoKubozono

docomo 3Gサービスが2026年3月に終了するので、それまでにLTE対応のドングルに付け替える必要があります。