minz的筆記本

minz的筆記本

= 這是一個分享我學習筆記的空間 =

VMware Workstation 虛擬機下載

這篇文章介紹了 VMware Workstation 虛擬機的功能和下載方法。該軟體對個人用戶免費及商業用戶免費使用。提供了從官方網站和 Broadcom 官網下載的步驟。
more...

ShokaX 安裝教學

本文介紹了 ShokaX 主題,並提供安裝教學,使用 shokaX can,從環境配置到撰寫第一篇文章,幫助你快速上手 ShokaX 主題。
more...

ShokaX插件-櫻花

![](/images/shokaX/sakuraScript.webp "添加櫻花掉落的效果") - 程式碼放在 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...

域名搜尋工具

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...

刪除 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...

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...

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...

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...