Skip to content

Commit 7cdb040

Browse files
committed
update docs
1 parent 7e0a81e commit 7cdb040

27 files changed

+870
-101
lines changed

README.md

Lines changed: 44 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -4,37 +4,53 @@
44
>
55
> :book: [电子书](https://dunwu.github.io/linux-tutorial/) | [电子书(国内)](http://turnon.gitee.io/linux-tutorial/)
66
7-
| :wrench: | :shell: | :memo: | :books: |
8-
| :---------------------------: | :-------------------: | :---------------: | :-------------------: |
9-
| [软件安装配置](#软件安装配置) | [运维脚本](#运维脚本) | [知识点](#知识点) | [学习资源](#学习资源) |
10-
11-
## 软件安装配置
12-
13-
- [JDK 安装](docs/linux/soft/jdk-install.md)
14-
- [Elastic 安装](docs/linux/soft/elastic)
15-
- [Gitlab 安装](docs/linux/soft/kafka-install.md)
16-
- [Jenkins 安装](docs/linux/soft/jenkins.md)
17-
- [Kafka 安装](docs/linux/soft/kafka-install.md)
18-
- [Maven 安装](docs/linux/soft/maven-install.md)
19-
- [Nexus 安装](docs/linux/soft/nexus-install.md)
20-
- [Nginx 教程](https://github.com/dunwu/nginx-tutorial)
21-
- [Nodejs 安装](docs/linux/soft/nodejs-install.md)
22-
- [RocketMQ 安装](docs/linux/soft/rocketmq-install.md)
23-
- [Svn 安装](docs/linux/soft/svn-install.md)
24-
- [Tomcat 安装](docs/linux/soft/tomcat-install.md)
25-
- [Zookeeper 安装](docs/linux/soft/zookeeper-install.md)
26-
- [Nacos 安装](docs/linux/soft/nacos-install.md)
7+
| :wrench: | :shell: | :memo: | :books: |
8+
| :-------------------: | :-------------------: | :---------------: | :-------------------: |
9+
| [软件运维](#软件运维) | [运维脚本](#运维脚本) | [知识点](#知识点) | [学习资源](#学习资源) |
10+
11+
## 软件运维
12+
13+
> 本章节内容介绍日常开发中常见的一些软件、工具的安装、配置。
14+
15+
- 开发环境
16+
- [JDK 安装](docs/linux/soft/jdk-install.md)
17+
- [Maven 安装](docs/linux/soft/maven-install.md)
18+
- [Nodejs 安装](docs/linux/soft/nodejs-install.md)
19+
- 开发工具
20+
- [Nexus 运维](docs/linux/soft/nexus-install.md)
21+
- [Gitlab 运维](docs/linux/soft/kafka-install.md)
22+
- [Jenkins 运维](docs/linux/soft/jenkins.md)
23+
- [Svn 运维](docs/linux/soft/svn-ops.md)
24+
- [YApi 运维](docs/linux/soft/yapi-ops.md)
25+
- 中间件服务
26+
- [Elastic 运维](docs/linux/soft/elastic)
27+
- [Kafka 运维](docs/linux/soft/kafka-install.md)
28+
- [RocketMQ 运维](docs/linux/soft/rocketmq-install.md)
29+
- [Zookeeper 运维](docs/linux/soft/zookeeper-install.md)
30+
- [Nacos 运维](docs/linux/soft/nacos-install.md)
31+
- 服务器
32+
- [Nginx 教程](https://github.com/dunwu/nginx-tutorial)
33+
- [Tomcat 运维](docs/linux/soft/tomcat-install.md)
34+
- 数据库
35+
- [Mongodb 运维](docs/linux/soft/mongodb-ops.md)
36+
- [Redis 运维](docs/linux/soft/redis-ops.md)
2737

2838
## 运维脚本
2939

3040
- [系统运维脚本集合](https://github.com/dunwu/linux-tutorial/tree/master/codes/linux/sys)
31-
- [软件安装配置脚本集合](https://github.com/dunwu/linux-tutorial/tree/master/codes/linux/soft)
41+
- [软件运维配置脚本集合](https://github.com/dunwu/linux-tutorial/tree/master/codes/linux/soft)
3242
- [工具脚本集合](https://github.com/dunwu/linux-tutorial/tree/master/codes/linux/soft)
43+
- [Vim 应用指南](docs/linux/ops/vim.md)
44+
- [Zsh 应用指南](docs/linux/ops/zsh.md)
45+
- [Shell 教程](docs/linux/ops/shell.md)
46+
- [Python 教程](docs/linux/ops/python.md)
3347

34-
> 提供一键式安装、配置软件脚本
48+
> 提供一键式运维、配置软件脚本
3549
3650
## 知识点
3751

52+
### Linux
53+
3854
- [Linux 命令教程](docs/linux/cli/README.md)
3955
- [查看 Linux 命令帮助信息](docs/linux/cli/查看Linux命令帮助信息.md)
4056
- [Linux 文件目录管理](docs/linux/cli/Linux文件目录管理.md)
@@ -48,21 +64,20 @@
4864
- [Linux 运维](docs/linux/ops/README.md)
4965
- [linux 典型运维应用](docs/linux/ops/linux典型运维应用.md)
5066
- [samba 使用详解](docs/linux/ops/samba使用详解.md)
67+
68+
### Docker
69+
5170
- [Docker 教程](docs/docker)
5271
- [Docker 应用指南](docs/docker/docker.md)
5372
- [Docker Cheat Sheet](docs/docker/docker-cheat-sheet.md)
73+
74+
### Git
75+
5476
- [Git 教程](docs/git/README.md)
5577
- [Git 快速指南](docs/git/git-quickstart.md)
5678
- [Git 配置](docs/git/git-configuration.md)
5779
- [git-flow 工作流](docs/git/git-flow.md)
5880
- [Git 常见问题](docs/git/git-faq.md)
59-
- [Vim](docs/linux/tool/vim.md)
60-
- 脚本语言
61-
- [一篇文章让你彻底掌握 shell 语言](docs/lang/shell.md)
62-
- [一篇文章让你彻底掌握 python 语言](docs/lang/python.md)
63-
- 运维
64-
- [Linux 典型运维应用](docs/linux/ops/linux典型运维应用.md)
65-
- [samba 使用详解](docs/linux/ops/samba使用详解.md)
6681

6782
## 学习资源
6883

docs/README.md

Lines changed: 44 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -4,37 +4,53 @@
44
>
55
> :book: [电子书](https://dunwu.github.io/linux-tutorial/) | [电子书(国内)](http://turnon.gitee.io/linux-tutorial/)
66
7-
| :wrench: | :shell: | :memo: | :books: |
8-
| :---------------------------: | :-------------------: | :---------------: | :-------------------: |
9-
| [软件安装配置](#软件安装配置) | [运维脚本](#运维脚本) | [知识点](#知识点) | [学习资源](#学习资源) |
10-
11-
## 软件安装配置
12-
13-
- [JDK 安装](linux/soft/jdk-install.md)
14-
- [Elastic 安装](linux/soft/elastic)
15-
- [Gitlab 安装](linux/soft/kafka-install.md)
16-
- [Jenkins 安装](linux/soft/jenkins.md)
17-
- [Kafka 安装](linux/soft/kafka-install.md)
18-
- [Maven 安装](linux/soft/maven-install.md)
19-
- [Nexus 安装](linux/soft/nexus-install.md)
20-
- [Nginx 教程](https://github.com/dunwu/nginx-tutorial)
21-
- [Nodejs 安装](linux/soft/nodejs-install.md)
22-
- [RocketMQ 安装](linux/soft/rocketmq-install.md)
23-
- [Svn 安装](linux/soft/svn-install.md)
24-
- [Tomcat 安装](linux/soft/tomcat-install.md)
25-
- [Zookeeper 安装](linux/soft/zookeeper-install.md)
26-
- [Nacos 安装](linux/soft/nacos-install.md)
7+
| :wrench: | :shell: | :memo: | :books: |
8+
| :-------------------: | :-------------------: | :---------------: | :-------------------: |
9+
| [软件运维](#软件运维) | [运维脚本](#运维脚本) | [知识点](#知识点) | [学习资源](#学习资源) |
10+
11+
## 软件运维
12+
13+
> 本章节内容介绍日常开发中常见的一些软件、工具的安装、配置。
14+
15+
- 开发环境
16+
- [JDK 安装](linux/soft/jdk-install.md)
17+
- [Maven 安装](linux/soft/maven-install.md)
18+
- [Nodejs 安装](linux/soft/nodejs-install.md)
19+
- 开发工具
20+
- [Nexus 运维](linux/soft/nexus-install.md)
21+
- [Gitlab 运维](linux/soft/kafka-install.md)
22+
- [Jenkins 运维](linux/soft/jenkins.md)
23+
- [Svn 运维](linux/soft/svn-ops.md)
24+
- [YApi 运维](linux/soft/yapi-ops.md)
25+
- 中间件服务
26+
- [Elastic 运维](linux/soft/elastic)
27+
- [Kafka 运维](linux/soft/kafka-install.md)
28+
- [RocketMQ 运维](linux/soft/rocketmq-install.md)
29+
- [Zookeeper 运维](linux/soft/zookeeper-install.md)
30+
- [Nacos 运维](linux/soft/nacos-install.md)
31+
- 服务器
32+
- [Nginx 教程](https://github.com/dunwu/nginx-tutorial)
33+
- [Tomcat 运维](linux/soft/tomcat-install.md)
34+
- 数据库
35+
- [Mongodb 运维](linux/soft/mongodb-ops.md)
36+
- [Redis 运维](linux/soft/redis-ops.md)
2737

2838
## 运维脚本
2939

3040
- [系统运维脚本集合](https://github.com/dunwu/linux-tutorial/tree/master/codes/linux/sys)
31-
- [软件安装配置脚本集合](https://github.com/dunwu/linux-tutorial/tree/master/codes/linux/soft)
41+
- [软件运维配置脚本集合](https://github.com/dunwu/linux-tutorial/tree/master/codes/linux/soft)
3242
- [工具脚本集合](https://github.com/dunwu/linux-tutorial/tree/master/codes/linux/soft)
43+
- [Vim 应用指南](linux/ops/vim.md)
44+
- [Zsh 应用指南](linux/ops/zsh.md)
45+
- [Shell 教程](linux/ops/shell.md)
46+
- [Python 教程](linux/ops/python.md)
3347

34-
> 提供一键式安装、配置软件脚本
48+
> 提供一键式运维、配置软件脚本
3549
3650
## 知识点
3751

52+
### Linux
53+
3854
- [Linux 命令教程](linux/cli/README.md)
3955
- [查看 Linux 命令帮助信息](linux/cli/查看Linux命令帮助信息.md)
4056
- [Linux 文件目录管理](linux/cli/Linux文件目录管理.md)
@@ -48,21 +64,20 @@
4864
- [Linux 运维](linux/ops/README.md)
4965
- [linux 典型运维应用](linux/ops/linux典型运维应用.md)
5066
- [samba 使用详解](linux/ops/samba使用详解.md)
67+
68+
### Docker
69+
5170
- [Docker 教程](docker)
5271
- [Docker 应用指南](docker/docker.md)
5372
- [Docker Cheat Sheet](docker/docker-cheat-sheet.md)
73+
74+
### Git
75+
5476
- [Git 教程](git/README.md)
5577
- [Git 快速指南](git/git-quickstart.md)
5678
- [Git 配置](git/git-configuration.md)
5779
- [git-flow 工作流](git/git-flow.md)
5880
- [Git 常见问题](git/git-faq.md)
59-
- [Vim](linux/tool/vim.md)
60-
- 脚本语言
61-
- [一篇文章让你彻底掌握 shell 语言](lang/shell.md)
62-
- [一篇文章让你彻底掌握 python 语言](lang/python.md)
63-
- 运维
64-
- [Linux 典型运维应用](linux/ops/linux典型运维应用.md)
65-
- [samba 使用详解](linux/ops/samba使用详解.md)
6681

6782
## 学习资源
6883

docs/linux/cli/Linux文件内容查看编辑.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Linux 文件内容查看编辑
3-
date: 2018/02/27
3+
date: 2018-02-27
44
categories:
55
- linux
66
tags:

docs/linux/cli/Linux文件压缩和解压.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Linux 文件压缩和解压
3-
date: 2018/02/27
3+
date: 2018-02-27
44
categories:
55
- linux
66
tags:

docs/linux/cli/Linux文件目录管理.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Linux 文件目录管理命令
3-
date: 2018/02/27
3+
date: 2018-02-27
44
categories:
55
- linux
66
tags:

docs/linux/cli/Linux用户管理.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Linux 用户管理
3-
date: 2018/02/27
3+
date: 2018-02-27
44
categories:
55
- linux
66
tags:

docs/linux/cli/Linux硬件管理.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Linux 硬件管理
3-
date: 2018/02/27
3+
date: 2018-02-27
44
categories:
55
- linux
66
tags:

docs/linux/cli/Linux系统管理.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Linux 系统管理
3-
date: 2018/02/27
3+
date: 2018-02-27
44
categories:
55
- linux
66
tags:

docs/linux/cli/Linux网络管理.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Linux 网络管理
3-
date: 2018/02/27
3+
date: 2018-02-27
44
categories:
55
- linux
66
tags:

docs/linux/cli/Linux软件管理.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Linux 软件管理
3-
date: 2018/02/26
3+
date: 2018-02-26
44
categories:
55
- linux
66
tags:

0 commit comments

Comments
 (0)