mmap.page

Windows 使用手冊

使用 Windows 的理由

軟體

Docker

鑑於 Docker Desktop For Windows 的許可問題,我直接在 WSL2 的 Debian 裏安裝了 Docker. WSL2 中的 Debian 環境和標準 Debian 有所差異(比如沒有 systemd),所以 Docker 不能開箱即用,需要額外進行一些配置,詳見這裏的說明

命令行下訪問剪貼板

WSL 2 下可以使用 powershell.exe Get-Clipboardclip.exe 讀寫剪貼板的內容:

sh
powershell.exe Get-Clipboard | cut -d ',' -f1 | clip.exe