feat(wiki): ingest remaining subdirectories batch (51 files)

- Others: ChinaTextbook, Obsidian笔记系列, YouTube Channel ID, TikTok PM Django
- Skills: GOG CLI, Last30Days, baoyu-skills
- Vibe Coding: Cursor 2.0, Trae远程开发, Vibe-Kanban+OpenCode, vibe coding经验
- 微信公众号: 养虾日记1-5, AI时代赚钱
- 跨境电商: TikTok数据抓取, 选品策略, Superset Dashboard
- AI目录补充: 20个文件

Source pages: 51
Entities: TapXWorld, VibeKanban, OpenCode, Trae, SourceGrounding等
Concepts: 自举Meta生成, 5大设计原则, MD5去重, 混合搜索等
This commit is contained in:
2026-04-14 20:48:34 +08:00
parent 631b34fa88
commit f9ac3145ab
79 changed files with 2920 additions and 153 deletions

View File

@@ -0,0 +1,43 @@
---
title: "Mac Mini 安装 FRP 0.65.0ARM64操作笔记"
type: source
tags: [frp, mac-mini, 内网穿透, 运维]
date: 2026-01-01
---
## Source File
- [[raw/Home Office/Mac Mini 安装 FRP 0.65.0ARM64操作笔记.md]]
## Summary
- 核心主题:在 Mac Mini M4 (Apple Silicon) 上安装配置 FRP 0.65.0 实现内网穿透
- 问题域macOS 服务器化改造,实现从公网 SSH 访问内网 Mac Mini
- 方法/机制:通过 launchd 实现开机自启后台运行,配置 frpc.toml 映射 SSH 端口到 VPS
- 结论/价值:完成 Mac Mini 服务器化,使其可像 Linux 服务器一样被远程管理
## Key Claims
- FRP 安装路径为 `/opt/frp/frp_0.65.0_darwin_arm64`,需手动创建 `/opt` 目录
- macOS Gatekeeper 会阻止未签名程序,需用 `xattr -rd com.apple.quarantine .` 解除限制
- 推荐使用 launchdplist方式实现开机自启KeepAlive 保证崩溃后自动重启
- 通过 FRP 隧道将 Mac Mini SSH 22 端口映射到 VPS 的 60026 端口
- 客户端 SSH config 配置后可使用 `ssh macmini` 简化连接
## Key Quotes
> "KeepAlive: true" — launchd 确保 frpc 崩溃后自动重启的关键配置
## Key Concepts
- [[FRP]]:内网穿透工具,通过 VPS 中转实现公网访问内网服务
- [[launchd]]macOS 原生服务管理程序,替代 Linux 的 systemd
- [[Gatekeeper]]macOS 安全机制,阻止未签名应用程序运行
- [[内网穿透]]:将内网服务暴露到公网的技术
## Key Entities
- [[Mac Mini]]苹果迷你主机M4 芯片,运行 macOS
- [[FRP]]fatedier/frp 内网穿透工具
## Connections
- [[Mac Mini]] ← runs ← [[FRP]]
- [[FRP]] ← tunnels ← [[SSH]]
- [[launchd]] ← manages ← [[FRP]]
## Contradictions
-