vncとi2cを有効化する
setting -> raspberry pi configuration -> interfaces -> vnc i2c
日本語化・文字化け防止UTF−8指定
setting -> raspberry pi configuration -> location ja, utc-8
日本語入力
sudo apt install fcitx-mozc -y
レガシーカメラ有効化
sudo raspi-config -> 3.interface option -> legacy camera enable
ファンの起動温度設定
sudo raspi-config
Navigate to `4 Performance Options` -> `P4 Fan` -> `Yes` -> `14` -> `60` -> `OK` -> `OK` -> `Finish` -> `YES`
https://gist.github.com/alhafoudh/b27870eb92542d3da6453b1a64652089
を参照してください
mkdir ~/tmp
cd tmp
wget https://fontsdata.com/zipdown-segoeuiemoji-132714.htm
wget https://noto-website.storage.googleapis.com/pkgs/NotoColorEmoji-unhinted.zip
mv zipdown-segoeuiemoji-132714.htm segoeuiemoji.zip
unzip segoeuiemoji.zip
unzip NotoColorEmoji-unhinted.zip
mkdir $HOME/.fonts &>/dev/null
mv seguiemj.ttf "$HOME/.fonts/Segoe UI.ttf"