minz的筆記本

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

將iPad變成電腦第二螢幕和手寫板

將iPad變成電腦第二螢幕和手寫板

import HexoLinksTag from "@/components/post/HexoLinksTag.astro"; # 介紹 將電腦的畫面串流到平板上顯示,讓平板成為電腦的額外螢幕。 首先建立一個虛擬螢幕,之後使用 sunshine 將這個螢幕串流到 moonlight。 # 虛擬螢幕驅動 <HexoLinksTag links={[ { url: "https://github.com/nomi-san/parsec-vdd", title: "parsec-vdd", desc: "https://github.com/n
more...
Anthropic 的大語言模型 Claude

Anthropic 的大語言模型 Claude

Anthropic 是一家專注於人工智慧研究的公司,由 OpenAI 前研究副總裁 Dario Amodei 和 GPT-3 論文的第一作者 Tom Brown 等人共同創立,主要產品是 Claude 語言模型 LLM,在程式碼領域表現很好。
more...
VMware Workstation 虛擬機下載

VMware Workstation 虛擬機下載

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