Skip to content

Commit d336b79

Browse files
committed
update docs
1 parent 4a135a1 commit d336b79

File tree

5 files changed

+1137
-41
lines changed

5 files changed

+1137
-41
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22

33
> :keyboard: 项目同步维护在 [github](https://github.com/dunwu/linux-tutorial) | [gitee](https://gitee.com/turnon/linux-tutorial)
44
>
5-
> :book: [电子书](https://dunwu.github.io/linux-tutorial/) | [电子书(国内)](http://turnon.gitee.io/linux-tutorial/)
5+
> 📖 [电子书](https://dunwu.github.io/linux-tutorial/) | [电子书(国内)](http://turnon.gitee.io/linux-tutorial/)
66
77
| :wrench: | :shell: | :memo: | :books: |
88
| :-------------------: | :-------------------: | :---------------: | :-------------------: |
9-
| [软件运维](#软件运维) | [运维脚本](#运维脚本) | [知识点](#知识点) | [学习资源](#学习资源) |
9+
| [软件运维](#软件运维) | [运维和脚本](#运维和脚本) | [知识点](#知识点) | [学习资源](#学习资源) |
1010

1111
## 软件运维
1212

@@ -35,7 +35,7 @@
3535
- [Mongodb 运维](docs/linux/soft/mongodb-ops.md)
3636
- [Redis 运维](docs/linux/soft/redis-ops.md)
3737

38-
## 运维脚本
38+
## 运维和脚本
3939

4040
- [系统运维脚本集合](https://github.com/dunwu/linux-tutorial/tree/master/codes/linux/sys)
4141
- [软件运维配置脚本集合](https://github.com/dunwu/linux-tutorial/tree/master/codes/linux/soft)
@@ -44,6 +44,7 @@
4444
- [Zsh 应用指南](docs/linux/ops/zsh.md)
4545
- [Shell 教程](docs/linux/ops/shell.md)
4646
- [Python 教程](docs/linux/ops/python.md)
47+
- [Systemd 入门教程](docs/linux/ops/systemd.md)
4748

4849
> 提供一键式运维、配置软件脚本
4950

docs/README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22

33
> :keyboard: 项目同步维护在 [github](https://github.com/dunwu/linux-tutorial) | [gitee](https://gitee.com/turnon/linux-tutorial)
44
>
5-
> :book: [电子书](https://dunwu.github.io/linux-tutorial/) | [电子书(国内)](http://turnon.gitee.io/linux-tutorial/)
5+
> 📖 [电子书](https://dunwu.github.io/linux-tutorial/) | [电子书(国内)](http://turnon.gitee.io/linux-tutorial/)
66
77
| :wrench: | :shell: | :memo: | :books: |
88
| :-------------------: | :-------------------: | :---------------: | :-------------------: |
9-
| [软件运维](#软件运维) | [运维脚本](#运维脚本) | [知识点](#知识点) | [学习资源](#学习资源) |
9+
| [软件运维](#软件运维) | [运维和脚本](#运维和脚本) | [知识点](#知识点) | [学习资源](#学习资源) |
1010

1111
## 软件运维
1212

@@ -35,7 +35,7 @@
3535
- [Mongodb 运维](linux/soft/mongodb-ops.md)
3636
- [Redis 运维](linux/soft/redis-ops.md)
3737

38-
## 运维脚本
38+
## 运维和脚本
3939

4040
- [系统运维脚本集合](https://github.com/dunwu/linux-tutorial/tree/master/codes/linux/sys)
4141
- [软件运维配置脚本集合](https://github.com/dunwu/linux-tutorial/tree/master/codes/linux/soft)
@@ -44,6 +44,7 @@
4444
- [Zsh 应用指南](linux/ops/zsh.md)
4545
- [Shell 教程](linux/ops/shell.md)
4646
- [Python 教程](linux/ops/python.md)
47+
- [Systemd 入门教程](linux/ops/systemd.md)
4748

4849
> 提供一键式运维、配置软件脚本
4950

0 commit comments

Comments
 (0)