Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 9c162aa

Browse files
committed
update docs
1 parent 74a1b7f commit 9c162aa

File tree

23 files changed

+503
-6594
lines changed

23 files changed

+503
-6594
lines changed

‎README.md‎

Lines changed: 58 additions & 51 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,44 @@
1-
# Linux 教程
1+
<div align="center">
2+
<h1>Linux 教程</h1>
3+
</div>
24

35
> 🔁 项目同步维护在 [github](https://github.com/dunwu/linux-tutorial) | [gitee](https://gitee.com/turnon/linux-tutorial)
46
>
57
> 📖 [电子书](https://dunwu.github.io/linux-tutorial/) | [电子书(国内)](http://turnon.gitee.io/linux-tutorial/)
68
7-
| 🛠 | 🐚 | 📝 | 📚 |
8-
| :-------------------: | :-----------------------: | :-----------: | :-------------------: |
9-
| [软件运维](#软件运维) | [Shell 脚本](#Shell-脚本) | [教程](#教程)|[学习资源](#学习资源) |
9+
| 📖 | 🐚 | 📚 |
10+
| :-----------: | :-----------: | :-----------: |
11+
| [文章](#文章) | [脚本](#脚本) | [资源](#资源) |
1012

11-
## 软件运维
13+
## 文章
1214

13-
> 本章节内容介绍日常开发中常见的一些软件、工具的安装、配置。
15+
### Linux 命令
16+
17+
> 学习 Linux 的第一步:当然是从 [Linux 命令](docs/linux/cli/README.md) 入手了。
18+
19+
- [查看 Linux 命令帮助信息](docs/linux/cli/查看Linux命令帮助信息.md)
20+
- [Linux 文件目录管理](docs/linux/cli/Linux文件目录管理.md)
21+
- [Linux 文件内容查看命令](docs/linux/cli/Linux文件内容查看编辑.md)
22+
- [Linux 文件压缩和解压](docs/linux/cli/Linux文件压缩和解压.md)
23+
- [Linux 用户管理](docs/linux/cli/Linux用户管理.md)
24+
- [Linux 系统管理](docs/linux/cli/Linux系统管理.md)
25+
- [Linux 网络管理](docs/linux/cli/Linux网络管理.md)
26+
- [Linux 硬件管理](docs/linux/cli/Linux硬件管理.md)
27+
- [Linux 软件管理](docs/linux/cli/Linux硬件管理.md)
28+
29+
### Linux 系统运维
30+
31+
> Linux 系统的常见运维工作。
32+
33+
- [linux 典型运维应用](linux/ops/linux典型运维应用.md)
34+
- [samba 使用详解](linux/ops/samba使用详解.md)
35+
- [Systemd 教程](linux/ops/systemd.md)
36+
- [Vim 应用指南](linux/ops/vim.md)
37+
- [Zsh 应用指南](linux/ops/zsh.md)
38+
39+
### 软件运维
40+
41+
> 部署在 Linux 系统上的软件运维。
1442
>
1543
> 配套安装脚本:🐚 [软件运维配置脚本集合](https://github.com/dunwu/linux-tutorial/tree/master/codes/linux/soft)
1644
@@ -28,71 +56,50 @@
2856
- [Elastic 运维](docs/linux/soft/elastic)
2957
- [Kafka 运维](docs/linux/soft/kafka-install.md)
3058
- [RocketMQ 运维](docs/linux/soft/rocketmq-install.md)
31-
- [Zookeeper 运维](docs/linux/soft/zookeeper-install.md)
59+
- [Zookeeper 运维](https://github.com/dunwu/javaweb/blob/master/docs/technology/monitor/zookeeper-ops.md)
3260
- [Nacos 运维](docs/linux/soft/nacos-install.md)
3361
- 服务器
34-
- [Nginx 教程](https://github.com/dunwu/nginx-tutorial)
35-
- [Tomcat 运维](docs/linux/soft/tomcat-install.md)
36-
- 数据库
37-
- [Mongodb 运维](docs/linux/soft/mongodb-ops.md)
38-
- [Redis 运维](docs/linux/soft/redis-ops.md)
62+
- [Nginx 教程 📚](https://github.com/dunwu/nginx-tutorial)
63+
- [Tomcat 运维](linux/soft/tomcat-install.md)
64+
- [数据库 📚](https://github.com/dunwu/db-tutorial)
65+
- [Mysql 运维](https://github.com/dunwu/db-tutorial/blob/master/docs/sql/mysql/mysql-ops.md)
66+
- [Redis 运维](https://github.com/dunwu/db-tutorial/blob/master/docs/nosql/redis/redis-ops.md)
67+
68+
### 扩展
3969

40-
## Shell 脚本
70+
- [Docker 教程](docs/docker)
71+
- [Docker 应用指南](docs/docker/docker.md)
72+
- [Docker Cheat Sheet](docs/docker/docker-cheat-sheet.md)
73+
- [一篇文章让你彻底掌握 Python](https://github.com/dunwu/blog/blob/master/source/_posts/coding/python.md)
74+
- [一篇文章让你彻底掌握 Shell](https://github.com/dunwu/blog/blob/master/source/_posts/coding/shell.md)
75+
- [Git 从入门到精通](https://github.com/dunwu/blog/blob/master/source/_posts/tools/git.md)
76+
77+
## 脚本
4178

4279
### Shell 脚本大全
4380

4481
**Shell 脚本大全** 精心收集、整理了 Linux 环境下的常见 Shell 脚本操作片段。
4582

4683
源码:[**Shell 脚本大全**](https://github.com/dunwu/linux-tutorial/tree/master/codes/linux/sys)
4784

48-
### CentOS 常规操作运维脚本集合
85+
### CentOS 运维脚本集合
4986

5087
本人作为一名 Java 后端,苦于经常在 CentOS 环境上开荒虚拟机。为提高效率,写了一套 Shell 脚本,提供如下功能:安装常用 lib 库、命令工具、设置 DNS、NTP、配置国内 yum 源、一键安装常用软件等。
5188

5289
源码:[**CentOS 常规操作运维脚本集合**](https://github.com/dunwu/linux-tutorial/tree/master/codes/linux/sys)
5390

54-
## 教程
55-
56-
- [Linux 命令教程](docs/linux/cli/README.md)
57-
- [查看 Linux 命令帮助信息](docs/linux/cli/查看Linux命令帮助信息.md)
58-
- [Linux 文件目录管理](docs/linux/cli/Linux文件目录管理.md)
59-
- [Linux 文件内容查看命令](docs/linux/cli/Linux文件内容查看编辑.md)
60-
- [Linux 文件压缩和解压](docs/linux/cli/Linux文件压缩和解压.md)
61-
- [Linux 用户管理](docs/linux/cli/Linux用户管理.md)
62-
- [Linux 系统管理](docs/linux/cli/Linux系统管理.md)
63-
- [Linux 网络管理](docs/linux/cli/Linux网络管理.md)
64-
- [Linux 硬件管理](docs/linux/cli/Linux硬件管理.md)
65-
- [Linux 软件管理](docs/linux/cli/Linux硬件管理.md)
66-
- [Docker 教程](docs/docker)
67-
- [Docker 应用指南](docs/docker/docker.md)
68-
- [Docker Cheat Sheet](docs/docker/docker-cheat-sheet.md)
69-
- [Git 教程](docs/git/README.md)
70-
- [Git 快速指南](docs/git/git-quickstart.md)
71-
- [Git 配置](docs/git/git-configuration.md)
72-
- [git-flow 工作流](docs/git/git-flow.md)
73-
- [Git 常见问题](docs/git/git-faq.md)
74-
- 运维
75-
- [linux 典型运维应用](docs/linux/ops/linux典型运维应用.md)
76-
- [samba 使用详解](docs/linux/ops/samba使用详解.md)
77-
- [Systemd 教程](docs/linux/ops/systemd.md)
78-
- 脚本
79-
- [Vim 应用指南](docs/linux/ops/vim.md)
80-
- [Zsh 应用指南](docs/linux/ops/zsh.md)
81-
- [Shell 教程](docs/linux/ops/shell.md)
82-
- [Python 教程](docs/linux/ops/python.md)
83-
84-
## 学习资源
85-
86-
- 命令行检索
91+
## 资源
92+
93+
- **Linux 命令**
8794
- [Linux 命令大全](http://man.linuxde.net/)
8895
- [linux-command](https://jaywcjlove.gitee.io/linux-command/)
89-
- 社区网站
96+
- **社区网站**
9097
- [Linux 中国](https://linux.cn/) - 各种资讯、文章、技术
9198
- [实验楼](https://www.shiyanlou.com/) - 免费提供了 Linux 在线环境,不用在自己机子上装系统也可以学习 Linux,超方便实用。
9299
- [鸟哥的 linux 私房菜](http://linux.vbird.org/) - 非常适合 Linux 入门初学者看的教程。
93100
- [Linux 公社](http://www.linuxidc.com/) - Linux 相关的新闻、教程、主题、壁纸都有。
94101
- [Linux Today](http://www.linuxde.net) - Linux 新闻资讯发布,Linux 职业技术学习!。
95-
- 知识相关
102+
- **知识相关**
96103
- [Linux 思维导图整理](http://www.jianshu.com/p/59f759207862)
97104
- [Linux 初学者进阶学习资源整理](http://www.jianshu.com/p/fe2a790b41eb)
98105
- [Linux 基础入门(新版)](https://www.shiyanlou.com/courses/1)
@@ -101,7 +108,7 @@
101108
- [Linux 编程之内存映射](https://www.shiyanlou.com/questions/2992)
102109
- [Linux 知识点小结](https://blog.huachao.me/2016/1/Linux%E7%9F%A5%E8%AF%86%E7%82%B9%E5%B0%8F%E7%BB%93/)
103110
- [10 大白帽黑客专用的 Linux 操作系统](https://linux.cn/article-6971-1.html)
104-
- 软件工具
111+
- **软件工具**
105112
- [超赞的 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)
106113
- [程序员喜欢的 9 款最佳的 Linux 文件比较工具](http://os.51cto.com/art/201607/513796.htm)
107114
- [提高 Linux 开发效率的 5 个工具](http://www.codeceo.com/article/5-linux-productivity-tools.html)
@@ -116,7 +123,7 @@
116123
- [Webflow (Adobe Muse)](https://webflow.com/) 一款可以帮助用户不用编码就可以快速创建网站的谷歌浏览器插件。
117124
- [Tupi (Adobe Animate)](http://www.maefloresta.com/portal/) 一款可以创建 HTML5 动画的工具。
118125
- [Black Magic Fusion (Adobe After Effects)](https://www.blackmagicdesign.com) 一款先进的合成软件,广泛应用于视觉特效、广电影视设计以及 3D 动画设计等领域。
119-
- 中国开源镜像站点
126+
- **中国开源镜像**
120127
- [阿里云开源镜像站](http://mirrors.aliyun.com/)
121128
- [网易开源镜像站](http://mirrors.163.com/)
122129
- [搜狐开源镜像站](http://mirrors.sohu.com/)

‎codes/linux/conf/etc/sysctl.conf‎

Lines changed: 63 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,63 @@
1+
###################################################################################
2+
# /etc/sysctl.conf 文件用于配置 Linux 内核及网络
3+
# @author: Zhang Peng
4+
###################################################################################
5+
# 表示开启重用。允许将TIME-WAIT sockets重新用于新的TCP连接,默认为0,表示关闭;
6+
net.ipv4.tcp_tw_reuse = 1
7+
# 表示开启TCP连接中TIME-WAIT sockets的快速回收,默认为0,表示关闭。
8+
net.ipv4.tcp_tw_recycle = 1
9+
# 如果套接字由本端要求关闭,这个参数决定了它保持在FIN-WAIT-2状态的时间。
10+
net.ipv4.tcp_fin_timeout = 2
11+
# 避免放大攻击
12+
net.ipv4.icmp_echo_ignore_broadcasts = 1
13+
# 开启恶意icmp错误消息保护
14+
net.ipv4.icmp_ignore_bogus_error_responses = 1
15+
# 开启SYN洪水攻击保护
16+
net.ipv4.tcp_syncookies = 1
17+
# 开启并记录欺骗,源路由和重定向包
18+
net.ipv4.conf.all.log_martians = 1
19+
net.ipv4.conf.default.log_martians = 1
20+
# 处理无源路由的包
21+
net.ipv4.conf.all.accept_source_route = 0
22+
net.ipv4.conf.default.accept_source_route = 0
23+
# 开启反向路径过滤
24+
net.ipv4.conf.all.rp_filter = 1
25+
net.ipv4.conf.default.rp_filter = 1
26+
# 确保无人能修改路由表
27+
net.ipv4.conf.all.accept_redirects = 0
28+
net.ipv4.conf.default.accept_redirects = 0
29+
net.ipv4.conf.all.secure_redirects = 0
30+
net.ipv4.conf.default.secure_redirects = 0
31+
# 不充当路由器
32+
net.ipv4.ip_forward = 0
33+
net.ipv4.conf.all.send_redirects = 0
34+
net.ipv4.conf.default.send_redirects = 0
35+
# 开启execshild
36+
kernel.exec-shield = 1
37+
kernel.randomize_va_space = 1
38+
# IPv6设置
39+
net.ipv6.conf.default.router_solicitations = 0
40+
net.ipv6.conf.default.accept_ra_rtr_pref = 0
41+
net.ipv6.conf.default.accept_ra_pinfo = 0
42+
net.ipv6.conf.default.accept_ra_defrtr = 0
43+
net.ipv6.conf.default.autoconf = 0
44+
net.ipv6.conf.default.dad_transmits = 0
45+
net.ipv6.conf.default.max_addresses = 1
46+
# 优化LB使用的端口
47+
# 增加系统文件描述符限制
48+
fs.file-max = 65535
49+
# 允许更多的PIDs (减少滚动翻转问题); may break some programs 32768
50+
kernel.pid_max = 65536
51+
# 增加系统IP端口限制
52+
net.ipv4.ip_local_port_range = 2000 65535
53+
# 增加TCP最大缓冲区大小
54+
net.ipv4.tcp_rmem = 4096 87380 8388608
55+
net.ipv4.tcp_wmem = 4096 87380 8388608
56+
# 增加Linux自动调整TCP缓冲区限制
57+
# 最小,默认和最大可使用的字节数
58+
# 最大值不低于4MB,如果你使用非常高的BDP路径可以设置得更高
59+
# Tcp窗口等
60+
net.core.rmem_max = 8388608
61+
net.core.wmem_max = 8388608
62+
net.core.netdev_max_backlog = 5000
63+
net.ipv4.tcp_window_scaling = 1
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
#!/usr/bin/env bash
2+
3+
# 使用 grep 命令可以用于在文件中查找指定文本
4+
5+
# 在二进制文件中查找字符串
6+
file=1ドル
7+
keyword=2ドル
8+
strings ${file} | grep ${keyword}

‎docs/README.md‎

Lines changed: 57 additions & 50 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,44 @@
1-
# Linux 教程
1+
<div align="center">
2+
<h1>Linux 教程</h1>
3+
</div>
24

35
> 🔁 项目同步维护在 [github](https://github.com/dunwu/linux-tutorial) | [gitee](https://gitee.com/turnon/linux-tutorial)
46
>
57
> 📖 [电子书](https://dunwu.github.io/linux-tutorial/) | [电子书(国内)](http://turnon.gitee.io/linux-tutorial/)
68
7-
| 🛠 | 🐚 | 📝 | 📚 |
8-
| :-------------------: | :-----------------------: | :-----------: | :-------------------: |
9-
| [软件运维](#软件运维) | [Shell 脚本](#Shell-脚本) | [教程](#教程)|[学习资源](#学习资源) |
9+
| 📖 | 🐚 | 📚 |
10+
| :-----------: | :-----------: | :-----------: |
11+
| [文章](#文章) | [脚本](#脚本) | [资源](#资源) |
1012

11-
## 软件运维
13+
## 文章
1214

13-
> 本章节内容介绍日常开发中常见的一些软件、工具的安装、配置。
15+
### Linux 命令
16+
17+
> 学习 Linux 的第一步:当然是从 [Linux 命令](linux/cli/README.md) 入手了。
18+
19+
- [查看 Linux 命令帮助信息](linux/cli/查看Linux命令帮助信息.md)
20+
- [Linux 文件目录管理](linux/cli/Linux文件目录管理.md)
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+
29+
### Linux 系统运维
30+
31+
> Linux 系统的常见运维工作。
32+
33+
- [linux 典型运维应用](linux/ops/linux典型运维应用.md)
34+
- [samba 使用详解](linux/ops/samba使用详解.md)
35+
- [Systemd 教程](linux/ops/systemd.md)
36+
- [Vim 应用指南](linux/ops/vim.md)
37+
- [Zsh 应用指南](linux/ops/zsh.md)
38+
39+
### 软件运维
40+
41+
> 部署在 Linux 系统上的软件运维。
1442
>
1543
> 配套安装脚本:🐚 [软件运维配置脚本集合](https://github.com/dunwu/linux-tutorial/tree/master/codes/linux/soft)
1644
@@ -28,71 +56,50 @@
2856
- [Elastic 运维](linux/soft/elastic)
2957
- [Kafka 运维](linux/soft/kafka-install.md)
3058
- [RocketMQ 运维](linux/soft/rocketmq-install.md)
31-
- [Zookeeper 运维](linux/soft/zookeeper-install.md)
59+
- [Zookeeper 运维](https://github.com/dunwu/javaweb/blob/master/docs/technology/monitor/zookeeper-ops.md)
3260
- [Nacos 运维](linux/soft/nacos-install.md)
3361
- 服务器
34-
- [Nginx 教程](https://github.com/dunwu/nginx-tutorial)
62+
- [Nginx 教程 📚](https://github.com/dunwu/nginx-tutorial)
3563
- [Tomcat 运维](linux/soft/tomcat-install.md)
36-
- 数据库
37-
- [Mongodb 运维](linux/soft/mongodb-ops.md)
38-
- [Redis 运维](linux/soft/redis-ops.md)
64+
- [数据库 📚](https://github.com/dunwu/db-tutorial)
65+
- [Mysql 运维](https://github.com/dunwu/db-tutorial/blob/master/docs/sql/mysql/mysql-ops.md)
66+
- [Redis 运维](https://github.com/dunwu/db-tutorial/blob/master/docs/nosql/redis/redis-ops.md)
67+
68+
### 扩展
3969

40-
## Shell 脚本
70+
- [Docker 教程](docker)
71+
- [Docker 应用指南](docker/docker.md)
72+
- [Docker Cheat Sheet](docker/docker-cheat-sheet.md)
73+
- [一篇文章让你彻底掌握 Python](https://github.com/dunwu/blog/blob/master/source/_posts/coding/python.md)
74+
- [一篇文章让你彻底掌握 Shell](https://github.com/dunwu/blog/blob/master/source/_posts/coding/shell.md)
75+
- [Git 从入门到精通](https://github.com/dunwu/blog/blob/master/source/_posts/tools/git.md)
76+
77+
## 脚本
4178

4279
### Shell 脚本大全
4380

4481
**Shell 脚本大全** 精心收集、整理了 Linux 环境下的常见 Shell 脚本操作片段。
4582

4683
源码:[**Shell 脚本大全**](https://github.com/dunwu/linux-tutorial/tree/master/codes/linux/sys)
4784

48-
### CentOS 常规操作运维脚本集合
85+
### CentOS 运维脚本集合
4986

5087
本人作为一名 Java 后端,苦于经常在 CentOS 环境上开荒虚拟机。为提高效率,写了一套 Shell 脚本,提供如下功能:安装常用 lib 库、命令工具、设置 DNS、NTP、配置国内 yum 源、一键安装常用软件等。
5188

5289
源码:[**CentOS 常规操作运维脚本集合**](https://github.com/dunwu/linux-tutorial/tree/master/codes/linux/sys)
5390

54-
## 教程
55-
56-
- [Linux 命令教程](linux/cli/README.md)
57-
- [查看 Linux 命令帮助信息](linux/cli/查看Linux命令帮助信息.md)
58-
- [Linux 文件目录管理](linux/cli/Linux文件目录管理.md)
59-
- [Linux 文件内容查看命令](linux/cli/Linux文件内容查看编辑.md)
60-
- [Linux 文件压缩和解压](linux/cli/Linux文件压缩和解压.md)
61-
- [Linux 用户管理](linux/cli/Linux用户管理.md)
62-
- [Linux 系统管理](linux/cli/Linux系统管理.md)
63-
- [Linux 网络管理](linux/cli/Linux网络管理.md)
64-
- [Linux 硬件管理](linux/cli/Linux硬件管理.md)
65-
- [Linux 软件管理](linux/cli/Linux硬件管理.md)
66-
- [Docker 教程](docker)
67-
- [Docker 应用指南](docker/docker.md)
68-
- [Docker Cheat Sheet](docker/docker-cheat-sheet.md)
69-
- [Git 教程](git/README.md)
70-
- [Git 快速指南](git/git-quickstart.md)
71-
- [Git 配置](git/git-configuration.md)
72-
- [git-flow 工作流](git/git-flow.md)
73-
- [Git 常见问题](git/git-faq.md)
74-
- 运维
75-
- [linux 典型运维应用](linux/ops/linux典型运维应用.md)
76-
- [samba 使用详解](linux/ops/samba使用详解.md)
77-
- [Systemd 教程](linux/ops/systemd.md)
78-
- 脚本
79-
- [Vim 应用指南](linux/ops/vim.md)
80-
- [Zsh 应用指南](linux/ops/zsh.md)
81-
- [Shell 教程](linux/ops/shell.md)
82-
- [Python 教程](linux/ops/python.md)
83-
84-
## 学习资源
85-
86-
- 命令行检索
91+
## 资源
92+
93+
- **Linux 命令**
8794
- [Linux 命令大全](http://man.linuxde.net/)
8895
- [linux-command](https://jaywcjlove.gitee.io/linux-command/)
89-
- 社区网站
96+
- **社区网站**
9097
- [Linux 中国](https://linux.cn/) - 各种资讯、文章、技术
9198
- [实验楼](https://www.shiyanlou.com/) - 免费提供了 Linux 在线环境,不用在自己机子上装系统也可以学习 Linux,超方便实用。
9299
- [鸟哥的 linux 私房菜](http://linux.vbird.org/) - 非常适合 Linux 入门初学者看的教程。
93100
- [Linux 公社](http://www.linuxidc.com/) - Linux 相关的新闻、教程、主题、壁纸都有。
94101
- [Linux Today](http://www.linuxde.net) - Linux 新闻资讯发布,Linux 职业技术学习!。
95-
- 知识相关
102+
- **知识相关**
96103
- [Linux 思维导图整理](http://www.jianshu.com/p/59f759207862)
97104
- [Linux 初学者进阶学习资源整理](http://www.jianshu.com/p/fe2a790b41eb)
98105
- [Linux 基础入门(新版)](https://www.shiyanlou.com/courses/1)
@@ -101,7 +108,7 @@
101108
- [Linux 编程之内存映射](https://www.shiyanlou.com/questions/2992)
102109
- [Linux 知识点小结](https://blog.huachao.me/2016/1/Linux%E7%9F%A5%E8%AF%86%E7%82%B9%E5%B0%8F%E7%BB%93/)
103110
- [10 大白帽黑客专用的 Linux 操作系统](https://linux.cn/article-6971-1.html)
104-
- 软件工具
111+
- **软件工具**
105112
- [超赞的 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)
106113
- [程序员喜欢的 9 款最佳的 Linux 文件比较工具](http://os.51cto.com/art/201607/513796.htm)
107114
- [提高 Linux 开发效率的 5 个工具](http://www.codeceo.com/article/5-linux-productivity-tools.html)
@@ -116,7 +123,7 @@
116123
- [Webflow (Adobe Muse)](https://webflow.com/) 一款可以帮助用户不用编码就可以快速创建网站的谷歌浏览器插件。
117124
- [Tupi (Adobe Animate)](http://www.maefloresta.com/portal/) 一款可以创建 HTML5 动画的工具。
118125
- [Black Magic Fusion (Adobe After Effects)](https://www.blackmagicdesign.com) 一款先进的合成软件,广泛应用于视觉特效、广电影视设计以及 3D 动画设计等领域。
119-
- 中国开源镜像站点
126+
- **中国开源镜像**
120127
- [阿里云开源镜像站](http://mirrors.aliyun.com/)
121128
- [网易开源镜像站](http://mirrors.163.com/)
122129
- [搜狐开源镜像站](http://mirrors.sohu.com/)

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /