2021年11月9日 星期二

HAR to cURL

Convert HAR (HTTP Archive) to cURL command
這個工具可以把瀏覽器開發者具存下的 HAR 檔案轉換成 curl 指令


沒有留言:

Migrate Google Compute Engine VM image to local

想要把 Google Compute Engine VM 備份,或者 clone 一份到 local 做測試 先關機建立映像檔,再把映像檔匯出到 Bucket (可以選擇匯出格式 vmdk、vhdx 等),然後就可以下載 但會發現在自己的環境無法開機,看起來是找不到 root ...