Skip to content

Commit 71bcca2

Browse files
committed
update docs
1 parent 1119236 commit 71bcca2

5 files changed

Lines changed: 371 additions & 189 deletions

File tree

docs/README.md

Lines changed: 97 additions & 108 deletions
Original file line numberDiff line numberDiff line change
@@ -1,115 +1,104 @@
11
# Linux 教程
22

3-
## [软件安装配置](linux/soft/README.md)
4-
5-
- [JDK 安装](linux/soft/jdk-install.md)
6-
- [Elastic 安装](linux/soft/elastic)
7-
- [Gitlab 安装](linux/soft/kafka-install.md)
8-
- [Jenkins 安装](linux/soft/jenkins-install.md)
9-
- [Kafka 安装](linux/soft/kafka-install.md)
10-
- [Maven 安装](linux/soft/maven-install.md)
11-
- [Nexus 安装](linux/soft/nexus-install.md)
12-
- [Nodejs 安装](linux/soft/nodejs-install.md)
13-
- [RocketMQ 安装](linux/soft/rocketmq-install.md)
14-
- [Svn 安装](linux/soft/svn-install.md)
15-
- [Tomcat 安装](linux/soft/tomcat-install.md)
16-
- [Zookeeper 安装](linux/soft/zookeeper-install.md)
17-
- [Nacos 安装](linux/soft/nacos-install.md)
18-
19-
## 脚本
20-
21-
- [软件安装配置脚本集合](https://github.com/dunwu/linux-tutorial/tree/master/codes/linux/soft)
22-
23-
> 提供一键式安装、配置软件脚本
24-
25-
## 知识点
26-
27-
- [Linux 命令教程](linux/cli)
28-
- [查看 Linux 命令帮助信息](linux/cli/查看Linux命令帮助信息.md)
29-
- [Linux 文件目录管理](linux/cli/Linux文件目录管理.md)
30-
- [Linux 文件内容查看命令](linux/cli/Linux文件内容查看编辑.md)
31-
- [Linux 文件压缩和解压](linux/cli/Linux文件压缩和解压.md)
32-
- [Linux 用户管理](linux/cli/Linux用户管理.md)
33-
- [Linux 系统管理](linux/cli/Linux系统管理.md)
34-
- [Linux 网络管理](linux/cli/Linux网络管理.md)
35-
- [Linux 硬件管理](linux/cli/Linux硬件管理.md)
36-
- [Linux 软件管理](linux/cli/Linux硬件管理.md)
37-
- [Linux 运维](linux/ops/README.md)
38-
- [linux 典型运维应用](linux/ops/linux典型运维应用.md)
39-
- [samba 使用详解](linux/ops/samba使用详解.md)
40-
- [Docker 教程](docker)
41-
- [Git 教程](git/README.md)
42-
- [Git 快速指南](git/git-quickstart.md)
43-
- [Git 配置](git/git-configuration.md)
44-
- [git-flow 工作流](git/git-flow.md)
45-
- [Git 常见问题](git/git-faq.md)
3+
## 软件应用指南
4+
5+
- [JDK 应用指南](linux/soft/jdk-install.md)
6+
- [Elastic 应用指南](linux/soft/elastic)
7+
- [Gitlab 应用指南](linux/soft/kafka-install.md)
8+
- [Jenkins 应用指南](linux/soft/jenkins.md)
9+
- [Kafka 应用指南](linux/soft/kafka-install.md)
10+
- [Maven 应用指南](linux/soft/maven-install.md)
11+
- [Nexus 应用指南](linux/soft/nexus-install.md)
12+
- [Nodejs 应用指南](linux/soft/nodejs-install.md)
13+
- [RocketMQ 应用指南](linux/soft/rocketmq-install.md)
14+
- [Svn 应用指南](linux/soft/svn-install.md)
15+
- [Tomcat 应用指南](linux/soft/tomcat-install.md)
16+
- [Zookeeper 应用指南](linux/soft/zookeeper-install.md)
17+
- [Nacos 应用指南](linux/soft/nacos-install.md)
18+
19+
## Linux 命令
20+
21+
- [查看 Linux 命令帮助信息](linux/cli/查看Linux命令帮助信息.md)
22+
- [Linux 文件目录管理](linux/cli/Linux文件目录管理.md)
23+
- [Linux 文件内容查看命令](linux/cli/Linux文件内容查看编辑.md)
24+
- [Linux 文件压缩和解压](linux/cli/Linux文件压缩和解压.md)
25+
- [Linux 用户管理](linux/cli/Linux用户管理.md)
26+
- [Linux 系统管理](linux/cli/Linux系统管理.md)
27+
- [Linux 网络管理](linux/cli/Linux网络管理.md)
28+
- [Linux 硬件管理](linux/cli/Linux硬件管理.md)
29+
- [Linux 软件管理](linux/cli/Linux硬件管理.md)
30+
31+
## Linux 运维
32+
33+
- [linux 典型运维应用](linux/ops/linux典型运维应用.md)
34+
- [samba 使用详解](linux/ops/samba使用详解.md)
35+
36+
## Docker 教程
37+
38+
## Git 教程
39+
40+
- [Git 快速指南](git/git-quickstart.md)
41+
- [Git 配置](git/git-configuration.md)
42+
- [git-flow 工作流](git/git-flow.md)
43+
- [Git 常见问题](git/git-faq.md)
44+
45+
## 工具和脚本
46+
47+
48+
- [软件应用指南配置脚本集合](https://github.com/dunwu/linux-tutorial/tree/master/codes/linux/soft)
49+
50+
> 提供一键式应用指南、配置软件脚本
51+
4652
- [Nginx 教程](https://github.com/dunwu/nginx-tutorial)
4753
- [Vim](linux/tool/vim.md)
48-
- 脚本语言
49-
- [一篇文章让你彻底掌握 shell 语言](lang/shell.md)
50-
- [一篇文章让你彻底掌握 python 语言](lang/python.md)
51-
- 运维
52-
- [Linux 典型运维应用](linux/ops/linux典型运维应用.md)
53-
- [samba 使用详解](linux/ops/samba使用详解.md)
54+
- [一篇文章让你彻底掌握 shell 语言](lang/shell.md)
55+
- [一篇文章让你彻底掌握 python 语言](lang/python.md)
5456

5557
## 学习资源
5658

57-
### 命令行检索
58-
59-
- [Linux 命令大全](http://man.linuxde.net/)
60-
- [linux-command](https://jaywcjlove.gitee.io/linux-command/)
61-
62-
### 社区网站
63-
64-
- [Linux 中国](https://linux.cn/) - 各种资讯、文章、技术
65-
- [实验楼](https://www.shiyanlou.com/) - 免费提供了 Linux 在线环境,不用在自己机子上装系统也可以学习 Linux,超方便实用。
66-
- [鸟哥的 linux 私房菜](http://linux.vbird.org/) - 非常适合 Linux 入门初学者看的教程。
67-
- [Linux 公社](http://www.linuxidc.com/) - Linux 相关的新闻、教程、主题、壁纸都有。
68-
- [Linux Today](http://www.linuxde.net) - Linux 新闻资讯发布,Linux 职业技术学习!。
69-
70-
### 知识相关
71-
72-
- [Linux 思维导图整理](http://www.jianshu.com/p/59f759207862)
73-
- [Linux 初学者进阶学习资源整理](http://www.jianshu.com/p/fe2a790b41eb)
74-
- [Linux 基础入门(新版)](https://www.shiyanlou.com/courses/1)
75-
- [【译】Linux 概念架构的理解](http://www.jianshu.com/p/c5ae8f061cfe) [En](http://oss.org.cn/ossdocs/linux/kernel/a1/index.html)
76-
- [Linux 守护进程的启动方法](http://www.ruanyifeng.com/blog/2016/02/linux-daemon.html)
77-
- [Linux 编程之内存映射](https://www.shiyanlou.com/questions/2992)
78-
- [Linux 知识点小结](https://blog.huachao.me/2016/1/Linux%E7%9F%A5%E8%AF%86%E7%82%B9%E5%B0%8F%E7%BB%93/)
79-
- [10 大白帽黑客专用的 Linux 操作系统](https://linux.cn/article-6971-1.html)
80-
81-
### 软件工具
82-
83-
- [超赞的 Linux 软件](https://www.gitbook.com/book/alim0x/awesome-linux-software-zh_cn/details) Github 仓库[Zh](https://github.com/alim0x/Awesome-Linux-Software-zh_CN) [En](https://github.com/VoLuong/Awesome-Linux-Software)
84-
- [程序员喜欢的 9 款最佳的 Linux 文件比较工具](http://os.51cto.com/art/201607/513796.htm)
85-
- [提高 Linux 开发效率的 5 个工具](http://www.codeceo.com/article/5-linux-productivity-tools.html)
86-
- [你要了解的 11 款面向 Linux 系统的一流备份实用工具](http://os.51cto.com/art/201603/508027.htm)
87-
- [16 个很有用的在线工具](http://www.simlinux.com/archives/264.html)
88-
- Adobe 软件的最佳替代品 [原文在这里](https://linux.cn/article-8928-1.html)
89-
- [Evince (Adobe Acrobat Reader)](https://wiki.gnome.org/Apps/Evince) 一个“支持多种文档格式的文档查看器”,可以查看 PDF,还支持各种漫画书格式
90-
- [Pixlr (Adobe Photoshop)](https://pixlr.com/) 一个强大的图像编辑工具
91-
- [Inkscape (Adobe Illustrator)](https://inkscape.org/zh/) 一个专业的矢量图形编辑器
92-
- [Pinegrow Web Editor (Adobe Dreamweaver)](https://pinegrow.com/) 一个可视化编辑制作 HTML 网站
93-
- [Scribus (Adobe InDesign)](https://www.scribus.net/) 一个开源电子杂志制作软件
94-
- [Webflow (Adobe Muse)](https://webflow.com/) 一款可以帮助用户不用编码就可以快速创建网站的谷歌浏览器插件。
95-
- [Tupi (Adobe Animate)](http://www.maefloresta.com/portal/) 一款可以创建 HTML5 动画的工具。
96-
- [Black Magic Fusion (Adobe After Effects)](https://www.blackmagicdesign.com) 一款先进的合成软件,广泛应用于视觉特效、广电影视设计以及 3D 动画设计等领域。
97-
98-
### 中国开源镜像站点
99-
100-
- 阿里云开源镜像站:http://mirrors.aliyun.com/
101-
- 网易开源镜像站:http://mirrors.163.com/
102-
- 搜狐开源镜像站:http://mirrors.sohu.com/
103-
- 北京交通大学:http://mirror.bjtu.edu.cn/ \<教育网荐\>
104-
- 兰州大学:http://mirror.lzu.edu.cn/ \<西北高校 FTP 搜索引擎\>
105-
- 厦门大学:http://mirrors.xmu.edu.cn/
106-
- 上海交通大学:http://ftp.sjtu.edu.cn/
107-
- 清华大学:http://mirrors.tuna.tsinghua.edu.cn/
108-
- http://mirrors6.tuna.tsinghua.edu.cn/
109-
- http://mirrors4.tuna.tsinghua.edu.cn/
110-
- 中国科学技术大学:http://mirrors.ustc.edu.cn/
111-
- http://ipv4.ustc.edu.cn/ \<教育网、电信\>
112-
- http://ipv6.ustc.edu.cn/ \<IPv6 only\>
113-
- 东北大学:http://mirror.neu.edu.cn/
114-
- 浙江大学:http://mirrors.zju.edu.cn/
115-
- 东软信息学院:http://mirrors.neusoft.edu.cn/
59+
- 命令行检索
60+
- [Linux 命令大全](http://man.linuxde.net/)
61+
- [linux-command](https://jaywcjlove.gitee.io/linux-command/)
62+
- 社区网站
63+
- [Linux 中国](https://linux.cn/) - 各种资讯、文章、技术
64+
- [实验楼](https://www.shiyanlou.com/) - 免费提供了 Linux 在线环境,不用在自己机子上装系统也可以学习 Linux,超方便实用。
65+
- [鸟哥的 linux 私房菜](http://linux.vbird.org/) - 非常适合 Linux 入门初学者看的教程。
66+
- [Linux 公社](http://www.linuxidc.com/) - Linux 相关的新闻、教程、主题、壁纸都有。
67+
- [Linux Today](http://www.linuxde.net) - Linux 新闻资讯发布,Linux 职业技术学习!。
68+
- 知识相关
69+
- [Linux 思维导图整理](http://www.jianshu.com/p/59f759207862)
70+
- [Linux 初学者进阶学习资源整理](http://www.jianshu.com/p/fe2a790b41eb)
71+
- [Linux 基础入门(新版)](https://www.shiyanlou.com/courses/1)
72+
- [【译】Linux 概念架构的理解](http://www.jianshu.com/p/c5ae8f061cfe) [En](http://oss.org.cn/ossdocs/linux/kernel/a1/index.html)
73+
- [Linux 守护进程的启动方法](http://www.ruanyifeng.com/blog/2016/02/linux-daemon.html)
74+
- [Linux 编程之内存映射](https://www.shiyanlou.com/questions/2992)
75+
- [Linux 知识点小结](https://blog.huachao.me/2016/1/Linux%E7%9F%A5%E8%AF%86%E7%82%B9%E5%B0%8F%E7%BB%93/)
76+
- [10 大白帽黑客专用的 Linux 操作系统](https://linux.cn/article-6971-1.html)
77+
- 软件工具
78+
- [超赞的 Linux 软件](https://www.gitbook.com/book/alim0x/awesome-linux-software-zh_cn/details) Github 仓库[Zh](https://github.com/alim0x/Awesome-Linux-Software-zh_CN) [En](https://github.com/VoLuong/Awesome-Linux-Software)
79+
- [程序员喜欢的 9 款最佳的 Linux 文件比较工具](http://os.51cto.com/art/201607/513796.htm)
80+
- [提高 Linux 开发效率的 5 个工具](http://www.codeceo.com/article/5-linux-productivity-tools.html)
81+
- [你要了解的 11 款面向 Linux 系统的一流备份实用工具](http://os.51cto.com/art/201603/508027.htm)
82+
- [16 个很有用的在线工具](http://www.simlinux.com/archives/264.html)
83+
- Adobe 软件的最佳替代品 [原文在这里](https://linux.cn/article-8928-1.html)
84+
- [Evince (Adobe Acrobat Reader)](https://wiki.gnome.org/Apps/Evince) 一个“支持多种文档格式的文档查看器”,可以查看 PDF,还支持各种漫画书格式
85+
- [Pixlr (Adobe Photoshop)](https://pixlr.com/) 一个强大的图像编辑工具
86+
- [Inkscape (Adobe Illustrator)](https://inkscape.org/zh/) 一个专业的矢量图形编辑器
87+
- [Pinegrow Web Editor (Adobe Dreamweaver)](https://pinegrow.com/) 一个可视化编辑制作 HTML 网站
88+
- [Scribus (Adobe InDesign)](https://www.scribus.net/) 一个开源电子杂志制作软件
89+
- [Webflow (Adobe Muse)](https://webflow.com/) 一款可以帮助用户不用编码就可以快速创建网站的谷歌浏览器插件。
90+
- [Tupi (Adobe Animate)](http://www.maefloresta.com/portal/) 一款可以创建 HTML5 动画的工具。
91+
- [Black Magic Fusion (Adobe After Effects)](https://www.blackmagicdesign.com) 一款先进的合成软件,广泛应用于视觉特效、广电影视设计以及 3D 动画设计等领域。
92+
- 中国开源镜像站点
93+
- [阿里云开源镜像站](http://mirrors.aliyun.com/)
94+
- [网易开源镜像站](http://mirrors.163.com/)
95+
- [搜狐开源镜像站](http://mirrors.sohu.com/)
96+
- [北京交通大学](http://mirror.bjtu.edu.cn/)
97+
- [兰州大学](http://mirror.lzu.edu.cn/)
98+
- [厦门大学](http://mirrors.xmu.edu.cn/)
99+
- [上海交通大学](http://ftp.sjtu.edu.cn/)
100+
- [清华大学](http://mirrors.tuna.tsinghua.edu.cn/)
101+
- [中国科学技术大学](http://mirrors.ustc.edu.cn/)
102+
- [东北大学](http://mirror.neu.edu.cn/)
103+
- [浙江大学](http://mirrors.zju.edu.cn/)
104+
- [东软信息学院](http://mirrors.neusoft.edu.cn/)

docs/coverpage.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
<div align="center"><img width="100px" src="http://dunwu.test.upcdn.net/images/others/zp.png"/></div>
2+
3+
# Linux 教程
4+
5+
> Linux 教程
6+
7+
[开始阅读](README.md)

0 commit comments

Comments
 (0)