树莓派开机自动挂载ssd
开始挂载
先创建一个路径用来挂载硬盘,sudo mkdir /media/disk
如果权限不够就 sudo chmod /media/disk
挂载,sudo mount /dev/sda1 /media/disk/
树莓派安装nodered
https://www.cnblogs.com/dapenson/p/16879071.html
docker exec -it my-nginx-container bash
无法启动home assistant修复
进入系统后台
sudo systemctl enable hassio-apparmor.service
sudo systemctl enable hassio-supervisor.service
sudo systemctl start hassio-supervisor.service
sudo systemctl enable docker
docker update --restart=always homeassistant
restart
home assistant hosts最新文件
更新地址
https://gitlab.com/ineo6/hosts/-/raw/master/next-hosts
Wireguard优选ip
https://blog.misaka.cyou/2023/03/12/cf-warp-yxip
树莓派下使用下列命令优选ip
wget -N https://gitlab.com/Misaka-blog/warp-script/-/raw/main/files/warp-yxip/warp-yxip.sh && bash warp-yxip.sh
iPad使用iSH
wget -N https://gitlab.com/Misaka-blog/warp-script/-/raw/main/files/warp-yxip/warp-yxip.sh && bash warp-yxip.sh
树莓派docker安装openwrt
rely
Tailscale for Mac
安装后需要手动升级到最行版本方可登录进账号
home assistant启用mqtt步骤
1、增加一个用户(需选中允许此人登录)并设置密码
2、在加载项中加载mqtt broker
3、在集成中添加mqtt并配置第1步设置的用户名和密码