1
0
forked from x/ContextOS
ContextOS/src/main.shy
2020-09-06 12:11:52 +08:00

101 lines
2.1 KiB
Plaintext

title "contexts"
premenu
chapter "实践"
label "实践" `
code wiki chat team mall
linux nginx context redis mysql
bash tmux golang git vim
` stroke blue fill yellow
chapter "理论"
label "理论" `
重复性 复杂性 可用性
模块化 集群化 自动化
` stroke yellow fill black
chapter "项目"
label "项目" `
volcanos icebergs intshell
learning toolkits contexts
` stroke red fill black
chapter "环境"
field "安装管理" web.code.install
field "发布管理" web.code.publish
section "终端环境"
web.code.install contexts tmux centos
web.code.install contexts tmux ubuntu
web.code.install contexts tmux alpine
web.code.install contexts tmux darwin
section "生产环境"
web.code.install contexts base centos
web.code.install contexts base ubuntu
web.code.install contexts base alpine
web.code.install contexts base darwin
section "开发环境"
web.code.install contexts miss centos
web.code.install contexts miss ubuntu
web.code.install contexts miss alpine
web.code.install contexts miss darwin
chapter "组织"
chapter "品牌"
chapter "管理"
field "下载管理" web.code.install
field "服务管理" cli.daemon
chapter "技术"
field webpack web.code.webpack
field binpack web.code.binpack
field modpack web.code.modpack
chapter "理论"
source usr/learning/自然/编程/数据结构.shy
source usr/learning/自然/编程/设计模式.shy
chapter "ssh"
refer `
官网 http://www.openssh.com/
源码 https://github.com/openssh/openssh-portable
文档 https://man.openbsd.org/ssh
`
field "登录" ssh.dial
field "公钥" ssh.public
field "服务" ssh.listen
field "连接" ssh.connect
field "会话" ssh.session
chapter "Logo"
refer `
艺术字 http://www.akuziti.com/
`
chapter "Ceph"
refer `
官网 https://docs.ceph.com/docs/master/
源码 https://github.com/ceph/ceph
简介 https://blog.csdn.net/mingongge/article/details/100788388
`
chapter "SuperVisor"
refer `
官网 http://supervisord.org/
源码 https://github.com/Supervisor/supervisor
`
chapter "python"
refer `
官网 https://www.python.org/
源码 https://www.python.org/downloads/source/
文档 https://docs.python.org/3/reference/index.html
`
field "解释器" cli.python