2024年11月22日 283 字 1 分鐘 VMware Workstation 虛擬機下載 這篇文章介紹了 VMware Workstation 虛擬機的功能和下載方法。該軟體對個人用戶免費及商業用戶免費使用。提供了從官方網站和 Broadcom 官網下載的步驟。 more...
2024年8月10日 901 字 4 分鐘 ShokaX 使用 GitHub Actions 自動部署到 Github Page 這篇文章介紹了如何將 ShokaX 主題部署到 GitHub Pages,使用 GitHub Actions 進行自動化部署的步驟。 more...
2024年8月3日 333 字 2 分鐘 ShokaX 安裝教學 本文介紹了 ShokaX 主題,並提供安裝教學,使用 shokaX can,從環境配置到撰寫第一篇文章,幫助你快速上手 ShokaX 主題。 more...
2024年7月28日 67 字 1 分鐘 ShokaX插件-櫻花  - 程式碼放在 Gitub https://github.com/minz71/sakura-rain ```js /scripts/sakura.js hexo.extend.filter.register("theme_inject", function (injects) { injects.head.file("sakura", "views/sakura.pug", {}, { cache: true }); }); ``` ```js /views/sakura.pug more...
2024年6月26日 408 字 2 分鐘 域名搜尋工具 import HexoLinksTag from "@/components/post/HexoLinksTag.astro"; # TLD-LIST <HexoLinksTag links={[ { url: "https://zh-hant.tld-list.com/", title: "TLD-LIST", desc: "域名搜尋工具", author: "TLD-LIST", avatar: "https://zh-hant.tld-list.com/favicon.ico", color: "#e more...
2024年5月31日 296 字 1 分鐘 刪除 WSL 環境下的 docker build cache # 前言 在 WSL 環境下,發現即使將 linux 中的檔案刪除,windows下的磁碟空間也沒有釋放。 # 將Docker Build Cache 刪除 1. 查看目前的建置緩存 ```bash sudo docker system df ``` - 可以看到以下輸出 ```plain TYPE TOTAL ACTIVE SIZE RECLAIMABLE Images 9 8 28.91GB 13.19GB (45%) Containers 8 8 more...
2024年2月29日 651 字 3 分鐘 madVR 安裝教學 import HexoLinksTag from "@/components/post/HexoLinksTag.astro"; ## MadVR 介紹 <HexoLinksTag links={[ { url: "https://madshi.net/index.htm", title: "madVR", desc: "DirectShow video renderer", author: "madVR", avatar: "https://madshi.net/madshi256.gif", color more...
2023年12月20日 385 字 2 分鐘 UiPath介紹 import HexoLinksTag from "@/components/post/HexoLinksTag.astro"; <HexoLinksTag links={[ { url: "https://www.uipath.com/", title: "UiPath", desc: "https://www.uipath.com/", author: "UiPath", avatar: "https://play-lh.googleusercontent.com/swjV4_QK7DMpiQpn2u more...
2023年12月19日 69 字 1 分鐘 ShokaX插件-移除頂部模糊效果 <img src="/images/shokaX/removeTopFrosted_before.png" alt="" title="移除前" style="width: 80%;"> <img src="/images/shokaX/removeTopFrosted_after.png" alt="" title="移除後" style="width: 80%;"> - 並且在頂部以外的地方保留模糊效果 <img src="/images/shokaX/removeTopFrosted_other.jpg" alt="" title="頂部以外的地方保留模糊效果" style="wi more...