
部落格搬家後,我用 AI Agent 自動把 109 篇舊文塞進 Google Search Console
前言 最近把部落格從 Hexo 遷移到 Astro,重新整理了 Sitemap。然而,網址結構和路由變更後,最讓人頭痛的就是 SEO 的銜接問題。為了讓 Google 爬蟲以最快速度更新索引,我需要將…

前言 最近把部落格從 Hexo 遷移到 Astro,重新整理了 Sitemap。然而,網址結構和路由變更後,最讓人頭痛的就是 SEO 的銜接問題。為了讓 Google 爬蟲以最快速度更新索引,我需要將…

當系統根目錄()空間快滿時,常見做法是加一顆新硬碟,把吃空間的資料(資料庫、容器 volume、image…)放到新盤的 。本文示範如何把一顆全新硬碟格式化、掛載成 ,並把原本 裡的資料完整搬過去而不…

前言 這篇文章記錄了兩個讓我卡了很久的網路問題,分別發生在不同的場景: 第一場**:k3s 升級後,所有 GHCR image 無法拉取, 設了認證卻像沒設一樣 第二場**:FastAPI 服務間歇性…

I've been using Vim for a long time and finally switched to Neovim. The initial thought of switching…

On our previous post shows how to integrate firebase with docker. This article we will integrate Nex…

Last year, I got a case to use firebase and firestore with Next.js. I've been fullstack many years, …