3 Commits

Author SHA1 Message Date
4f613d62b1 fix: escape </dev/tty> in markdown to prevent HTML parsing
MkDocs/Material treats </dev/tty> as an unclosed HTML tag,
causing all content after it to disappear. Add space to break
the pattern: < /dev/tty
2026-03-30 15:33:22 +00:00
06e2d7c9c7 docs: 补完 bootstrap-onboarding 文档
新增:
- 快速上手章节(新设备端 + 客户端操作步骤 + 验收标准)
- Bootstrap 脚本工作内容说明表格
- curl | bash 原理图解(stdin 流向对比)
- 隧道地址提取技巧(grep stderr)
- 安全考虑章节扩展(SSH 加固、最小化暴露时间等)
- 参考链接补充(Bash Process Substitution 手册)
2026-03-30 15:29:15 +00:00
86908a5b66 docs: 新增 Bootstrap 新设备方法论
记录一行命令 bootstrap 新设备的完整方法论:
- 理念:人类只做最少特权操作,buddy agent 接管后续
- 技术方案:cloudflared Quick Tunnel + SSH 隧道
- bash <(curl ...) vs curl | bash 的区别
- 踩坑记录:curl|bash stdin 问题、tcp:// 协议、VPN bypass 等

脚本仓库:https://github.com/shazhou-ww/oc-bootstrap
2026-03-30 14:50:30 +00:00