mirror of
https://shylinux.com/x/ContextOS
synced 2025-04-26 09:14:06 +08:00
opt some
This commit is contained in:
parent
a6ad1cd64b
commit
c20e63ca8a
@ -37,7 +37,7 @@
|
|||||||
# load
|
# load
|
||||||
|
|
||||||
~ssh
|
~ssh
|
||||||
listen :9030
|
listen create port 9030
|
||||||
|
|
||||||
source local.shy
|
source local.shy
|
||||||
target web.code.pprof
|
target web.code.pprof
|
||||||
|
@ -18,6 +18,9 @@ import (
|
|||||||
_ "github.com/shylinux/golang-story/src/compile"
|
_ "github.com/shylinux/golang-story/src/compile"
|
||||||
_ "github.com/shylinux/golang-story/src/project"
|
_ "github.com/shylinux/golang-story/src/project"
|
||||||
_ "github.com/shylinux/golang-story/src/runtime"
|
_ "github.com/shylinux/golang-story/src/runtime"
|
||||||
|
_ "github.com/shylinux/nginx-story/src/server"
|
||||||
|
_ "github.com/shylinux/redis-story/src/client"
|
||||||
|
_ "github.com/shylinux/redis-story/src/server"
|
||||||
|
|
||||||
_ "github.com/shylinux/linux-story/iso/android"
|
_ "github.com/shylinux/linux-story/iso/android"
|
||||||
_ "github.com/shylinux/linux-story/iso/centos"
|
_ "github.com/shylinux/linux-story/iso/centos"
|
||||||
@ -29,10 +32,6 @@ import (
|
|||||||
_ "github.com/shylinux/linux-story/src/glibc"
|
_ "github.com/shylinux/linux-story/src/glibc"
|
||||||
_ "github.com/shylinux/linux-story/src/kernel"
|
_ "github.com/shylinux/linux-story/src/kernel"
|
||||||
_ "github.com/shylinux/linux-story/src/qemu"
|
_ "github.com/shylinux/linux-story/src/qemu"
|
||||||
_ "github.com/shylinux/nginx-story/src/server"
|
|
||||||
_ "github.com/shylinux/redis-story/src/client"
|
|
||||||
_ "github.com/shylinux/redis-story/src/server"
|
|
||||||
|
|
||||||
_ "github.com/shylinux/mysql-story/src/client"
|
_ "github.com/shylinux/mysql-story/src/client"
|
||||||
_ "github.com/shylinux/mysql-story/src/search"
|
_ "github.com/shylinux/mysql-story/src/search"
|
||||||
_ "github.com/shylinux/mysql-story/src/server"
|
_ "github.com/shylinux/mysql-story/src/server"
|
||||||
|
36
src/main.shy
36
src/main.shy
@ -1,6 +1,5 @@
|
|||||||
title "contexts"
|
title "contexts"
|
||||||
premenu
|
premenu
|
||||||
source lock.shy
|
|
||||||
|
|
||||||
chapter "实践"
|
chapter "实践"
|
||||||
label "实践" `
|
label "实践" `
|
||||||
@ -21,63 +20,40 @@ volcanos icebergs intshell
|
|||||||
learning toolkits contexts
|
learning toolkits contexts
|
||||||
` stroke red fill black
|
` stroke red fill black
|
||||||
|
|
||||||
|
|
||||||
chapter "环境"
|
chapter "环境"
|
||||||
field "安装管理" web.code.install
|
field "安装管理" web.code.install
|
||||||
field "发布管理" web.code.publish
|
field "发布管理" web.code.publish
|
||||||
|
field "服务管理" cli.daemon
|
||||||
chapter "环境"
|
|
||||||
spark "生产环境"
|
|
||||||
web.code.install contexts base
|
|
||||||
spark "开发环境"
|
|
||||||
web.code.install contexts miss
|
|
||||||
|
|
||||||
chapter "组织"
|
chapter "组织"
|
||||||
chapter "品牌"
|
chapter "品牌"
|
||||||
|
|
||||||
chapter "管理"
|
chapter "管理"
|
||||||
field "下载管理" web.code.install
|
|
||||||
field "服务管理" cli.daemon
|
|
||||||
|
|
||||||
chapter "技术"
|
chapter "技术"
|
||||||
field webpack web.code.webpack
|
field webpack web.code.webpack
|
||||||
field binpack web.code.binpack
|
field binpack web.code.binpack
|
||||||
field modpack web.code.modpack
|
field modpack web.code.modpack
|
||||||
|
|
||||||
chapter "理论"
|
section "Logo"
|
||||||
|
|
||||||
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 `
|
refer `
|
||||||
艺术字 http://www.akuziti.com/
|
艺术字 http://www.akuziti.com/
|
||||||
`
|
`
|
||||||
|
|
||||||
chapter "Ceph"
|
section "Ceph"
|
||||||
refer `
|
refer `
|
||||||
官网 https://docs.ceph.com/docs/master/
|
官网 https://docs.ceph.com/docs/master/
|
||||||
源码 https://github.com/ceph/ceph
|
源码 https://github.com/ceph/ceph
|
||||||
简介 https://blog.csdn.net/mingongge/article/details/100788388
|
简介 https://blog.csdn.net/mingongge/article/details/100788388
|
||||||
`
|
`
|
||||||
|
|
||||||
chapter "SuperVisor"
|
section "SuperVisor"
|
||||||
refer `
|
refer `
|
||||||
官网 http://supervisord.org/
|
官网 http://supervisord.org/
|
||||||
源码 https://github.com/Supervisor/supervisor
|
源码 https://github.com/Supervisor/supervisor
|
||||||
`
|
`
|
||||||
|
|
||||||
chapter "python"
|
section "python"
|
||||||
refer `
|
refer `
|
||||||
官网 https://www.python.org/
|
官网 https://www.python.org/
|
||||||
源码 https://www.python.org/downloads/source/
|
源码 https://www.python.org/downloads/source/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user