避免踩雷的正確安裝順序。直接跑
irm https://omp.sh/install.ps1 | iex會因為缺少前置依賴而失敗。
- Windows 10/11(x64)
- PowerShell 5.1+ 或 PowerShell 7+(建議 7)
- 系統管理員權限(安裝 VC++ Runtime 時需要)
| #!/opt/homebrew/bin/bash | |
| # | |
| # wgm — WireGuard tunnel manager for macOS (wraps wg-quick) | |
| # | |
| # 依賴:Homebrew wireguard-tools(wg, wg-quick) | |
| # conf 目錄:/opt/homebrew/etc/wireguard/*.conf(檔名 = tunnel 名稱) | |
| # | |
| # 用法: | |
| # wgm list 列出所有可用 tunnel(不需 sudo) | |
| # wgm status 顯示每條的 up/down 與 handshake |
來源:Anthropic / Claude 官方部落格 發佈日期:2026-05-14 原文:https://claude.com/blog/the-founders-playbook PDF 全文:https://cdn.prod.website-files.com/6889473510b50328dbb70ae6/69fe2a55b93bb0732b1fe33c_The-Founders-Playbook-05062026_v3%20(1).pdf