minz的筆記本

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

VMware Workstation 虛擬機下載

VMware Workstation 虛擬機下載

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

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 環境下的 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 安裝教學

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介紹

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