|
4 | 4 | > |
5 | 5 | > :book: [电子书](https://dunwu.github.io/linux-tutorial/) | [电子书(国内)](http://turnon.gitee.io/linux-tutorial/) |
6 | 6 |
|
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) |
27 | 37 |
|
28 | 38 | ## 运维脚本 |
29 | 39 |
|
30 | 40 | - [系统运维脚本集合](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) |
32 | 42 | - [工具脚本集合](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) |
33 | 47 |
|
34 | | -> 提供一键式安装、配置软件脚本 |
| 48 | +> 提供一键式运维、配置软件脚本 |
35 | 49 |
|
36 | 50 | ## 知识点 |
37 | 51 |
|
| 52 | +### Linux |
| 53 | + |
38 | 54 | - [Linux 命令教程](docs/linux/cli/README.md) |
39 | 55 | - [查看 Linux 命令帮助信息](docs/linux/cli/查看Linux命令帮助信息.md) |
40 | 56 | - [Linux 文件目录管理](docs/linux/cli/Linux文件目录管理.md) |
|
48 | 64 | - [Linux 运维](docs/linux/ops/README.md) |
49 | 65 | - [linux 典型运维应用](docs/linux/ops/linux典型运维应用.md) |
50 | 66 | - [samba 使用详解](docs/linux/ops/samba使用详解.md) |
| 67 | + |
| 68 | +### Docker |
| 69 | + |
51 | 70 | - [Docker 教程](docs/docker) |
52 | 71 | - [Docker 应用指南](docs/docker/docker.md) |
53 | 72 | - [Docker Cheat Sheet](docs/docker/docker-cheat-sheet.md) |
| 73 | + |
| 74 | +### Git |
| 75 | + |
54 | 76 | - [Git 教程](docs/git/README.md) |
55 | 77 | - [Git 快速指南](docs/git/git-quickstart.md) |
56 | 78 | - [Git 配置](docs/git/git-configuration.md) |
57 | 79 | - [git-flow 工作流](docs/git/git-flow.md) |
58 | 80 | - [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) |
66 | 81 |
|
67 | 82 | ## 学习资源 |
68 | 83 |
|
|
0 commit comments