https://www.twblogs.net/a/5ef9266cfa148015395f139f
https://blog.csdn.net/qq_32618327/article/details/106927260
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
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