大家遇到的可能不一樣 網路上也有很多文章,我只寫對我有效的部分 tags跟categories頁面需要手動生成 12hexo new page "tags"hexo new page "categories" 接著編輯source/tags/
一個簡單的小指令 1docker images |grep '<none>' | awk '{print $3}'|xargs docker rmi 以上指令為查詢docker images帶出來的結果中有字眼 然後取image
在ubuntu使用certbot現在非常簡單直接用apt install即可 12apt updateapt install certbot 可以使用cron設定自動檢查更新證書在_etc_crontab中加入以下內容並重啟cron服務 1200 1 * * 1 root certbot renew