使用PHP生成二維碼的兩種方法(帶logo圖像)
【Raspberry Pi】不再備份整張SD卡,縮小RaspberryPi備份容量
MediaPipe – 跨平臺機器學習應用開發框架
https://iter01.com/475022.html
https://blog.csdn.net/dQCFKyQDXYm3F8rB0/article/details/100839899
https://google.github.io/mediapipe/solutions/hands
http://www.python88.com/topic/40281
https://google.github.io/mediapipe/getting_started/python.html
https://google.github.io/mediapipe/solutions/face_detection#python-solution-api
https://google.github.io/mediapipe/solutions/hands#python-solution-api
树莓派 | 解决VNC Viewer无法连接显示问题
110+ ESP32 Projects, Tutorials and Guides with Arduino IDE
【Python】smb共享服务器(共享盘)文件上传与下载
树莓派Raspberry Pi OS开机自启动脚本
Ubuntu 20.04 在apache上安裝ssl憑證
sudo apt install python3-certbot-apache
sudo certbot --apache -d my.domain
定時更新憑證
sudo crontab -e
30 4 1,21 * * /usr/bin/certbot renew –dry-run
sudo certbot certonly –server https://acme-v02.api.letsencrypt.org/directory –manual –preferred-challenges dns -d ‘*.lifenet.com.tw’
sudo certbot certonly –server https://acme-v02.api.letsencrypt.org/directory –webroot –preferred-challenges dns -d ‘*.lifenet.com.tw’
動態網頁爬蟲第一道鎖 — Selenium教學
https://www.learncodewithmike.com/2020/05/python-selenium-scraper.html
安裝 chromedriver
sudo apt-get install chromium-chromedriver