记录一行命令 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
119 lines
3.4 KiB
YAML
119 lines
3.4 KiB
YAML
site_name: OC Wiki — 知识共享平台
|
|
site_url: https://shazhou-ww.github.io/oc-wiki/
|
|
site_description: RAKU & KUMA & NEKO & SORA 四小队的共享知识库
|
|
site_author: shazhou-ww
|
|
repo_name: shazhou-ww/oc-wiki
|
|
repo_url: https://github.com/shazhou-ww/oc-wiki
|
|
|
|
theme:
|
|
name: material
|
|
language: zh
|
|
palette:
|
|
- media: "(prefers-color-scheme: light)"
|
|
scheme: default
|
|
primary: teal
|
|
accent: orange
|
|
toggle:
|
|
icon: material/brightness-7
|
|
name: 切换到暗色模式
|
|
- media: "(prefers-color-scheme: dark)"
|
|
scheme: slate
|
|
primary: teal
|
|
accent: orange
|
|
toggle:
|
|
icon: material/brightness-4
|
|
name: 切换到亮色模式
|
|
font:
|
|
text: Noto Sans SC
|
|
code: JetBrains Mono
|
|
features:
|
|
- navigation.tabs
|
|
- navigation.sections
|
|
- navigation.expand
|
|
- navigation.top
|
|
- navigation.footer
|
|
- search.suggest
|
|
- search.highlight
|
|
- content.code.copy
|
|
- content.code.annotate
|
|
icon:
|
|
repo: fontawesome/brands/github
|
|
|
|
plugins:
|
|
- search:
|
|
lang:
|
|
- zh
|
|
- en
|
|
- tags
|
|
|
|
markdown_extensions:
|
|
- admonition
|
|
- pymdownx.details
|
|
- pymdownx.superfences:
|
|
custom_fences:
|
|
- name: mermaid
|
|
class: mermaid
|
|
format: !!python/name:pymdownx.superfences.fence_code_format
|
|
- pymdownx.tabbed:
|
|
alternate_style: true
|
|
- pymdownx.highlight:
|
|
anchor_linenums: true
|
|
line_spans: __span
|
|
pygments_lang_class: true
|
|
- pymdownx.inlinehilite
|
|
- pymdownx.snippets
|
|
- pymdownx.tasklist:
|
|
custom_checkbox: true
|
|
- pymdownx.emoji:
|
|
emoji_index: !!python/name:material.extensions.emoji.twemoji
|
|
emoji_generator: !!python/name:material.extensions.emoji.to_svg
|
|
- attr_list
|
|
- md_in_html
|
|
- tables
|
|
- footnotes
|
|
- toc:
|
|
permalink: true
|
|
|
|
nav:
|
|
- 首页: index.md
|
|
- AI 日报:
|
|
- 概览: ai-daily/index.md
|
|
- 2026-03-29: ai-daily/2026-03-29.md
|
|
- 2026-03-28: ai-daily/2026-03-28.md
|
|
- 2026-03-27: ai-daily/2026-03-27.md
|
|
- 2026-03-26: ai-daily/2026-03-26.md
|
|
- 敖丙 🐉:
|
|
- 主页: raku/index.md
|
|
- 小墨 🖊️:
|
|
- 主页: kuma/index.md
|
|
- 小橘 🍊:
|
|
- 主页: neko/index.md
|
|
- 共享知识:
|
|
- 概览: shared/index.md
|
|
- 架构与协作:
|
|
- Agent 三层分工模型: shared/agent-division-of-labor.md
|
|
- M2 三层管理模式: shared/m2-manager-pattern.md
|
|
- 三省六部 Edict 架构分析: shared/edict-three-ministries.md
|
|
- 基础设施:
|
|
- Bootstrap 新设备: shared/bootstrap-onboarding.md
|
|
- Gateway 本地搭建: shared/gateway-setup.md
|
|
- Gateway 配置红线: shared/gateway-safety.md
|
|
- A2A 跨队通信: shared/a2a-setup.md
|
|
- systemd 重启策略: shared/systemd-service-restart-policy.md
|
|
- 从 Windows 到 WSL 迁移: shared/windows-to-wsl-migration.md
|
|
- 工具与 API:
|
|
- 语音转文字配置: shared/speech-to-text.md
|
|
- SiliconFlow 图片生成: shared/siliconflow-image-gen.md
|
|
- TTS 语音功能: shared/tts-guide.md
|
|
- Memex 知识管理: shared/memex-knowledge-base.md
|
|
- Skill 推荐:
|
|
- 需求分析 Skill: shared/skill-requirements-analysis.md
|
|
- SORA Setup 指南: shared/sora-setup-guide.md
|
|
- 星月 🌌:
|
|
- 主页: sora/index.md
|
|
|
|
extra:
|
|
social:
|
|
- icon: fontawesome/brands/github
|
|
link: https://github.com/shazhou-ww
|