|
14 | 14 |
|
15 | 15 | ## 教程 |
16 | 16 |
|
17 | | -* [简介](docs/README.md) |
18 | | -* [Linux](docs/linux/README.md) |
19 | | - * [命令行的艺术(转载)](docs/linux/the-art-of-command-line.md) |
20 | | - * [Linux 常用命令](docs/linux/commands/README.md) |
21 | | - * [Linux 常用命令-系统设置](docs/linux/commands/linux-cmd-system.md) |
22 | | - * [Linux 常用命令-文件目录](docs/linux/commands/linux-cmd-file-and-folder.md) |
23 | | - * [Linux 常用命令-磁盘管理](docs/linux/commands/linux-cmd-disk.md) |
24 | | - * [Linux 常用命令-网络管理](docs/linux/commands/linux-cmd-network.md) |
25 | | - * [Linux 常用命令-压缩](docs/linux/commands/linux-cmd-compress.md) |
26 | | -* [Shell](docs/shell/README.md) |
27 | | - * [Shell 快速指南](docs/shell/shell-quickstart.md) |
28 | | -* [Vim](docs/vim/README.md) |
29 | | - * [Vim 学习笔记](docs/vim/vim.md) |
30 | | - * [Vim 快捷键图](docs/vim/vim-keyboards.md) |
31 | | -* [Git](docs/git/README.md) |
32 | | - * [git 快速指南](docs/git/git-quickstart.md) |
33 | | - * [git-flow 工作流](docs/git/git-flow.md) |
| 17 | +## [linux](docs/linux/README.md) |
| 18 | + |
| 19 | +* [linux 系统目录结构](docs/linux/linux系统目录结构.md) |
| 20 | +* [linux 文件基本属性](docs/linux/linux文件基本属性.md) |
| 21 | +* [linux 监控](docs/linux/linux监控.md) |
| 22 | +* [yum 命令](docs/linux/yum.md) |
| 23 | +* [linux 常用命令](docs/linux/commands/README.md) |
| 24 | + * [命令行的艺术(转载)](docs/linux/commands/命令行的艺术.md) |
| 25 | + * [linux 常用命令-文件目录管理](docs/linux/commands/文件目录管理/README.md) |
| 26 | + * [linux 常用命令-文件内容查看](docs/linux/commands/文件目录管理/文件内容查看.md) |
| 27 | + * [linux 常用命令-文件压缩与解压](docs/linux/commands/文件目录管理/文件压缩与解压.md) |
| 28 | + * [linux 常用命令-文件处理](docs/linux/commands/文件目录管理/文件处理.md) |
| 29 | + * [linux 常用命令-文件编辑](docs/linux/commands/文件目录管理/文件编辑.md) |
| 30 | + * [linux 常用命令-文件权限属性设置](docs/linux/commands/文件目录管理/文件权限属性设置.md) |
| 31 | + * [linux 常用命令-文件查找和比较](docs/linux/commands/文件目录管理/文件查找和比较.md) |
| 32 | + * [linux 常用命令-目录基本操作](docs/linux/commands/文件目录管理/目录基本操作.md) |
| 33 | + * [linux 常用命令-系统管理](docs/linux/commands/系统管理/README.md) |
| 34 | + * [linux 常用命令-系统操作](docs/linux/commands/系统管理/系统操作.md) |
| 35 | + * [linux 常用命令-系统设置](docs/linux/commands/系统管理/系统设置.md) |
| 36 | + * [linux 常用命令-用户和工作组管理](docs/linux/commands/系统管理/用户和工作组管理.md) |
| 37 | + * [linux 常用命令-进程和作业管理](docs/linux/commands/系统管理/进程和作业管理.md) |
| 38 | + * [linux 常用命令-系统性能管理](docs/linux/commands/系统管理/系统性能管理.md) |
| 39 | + * [linux 常用命令-网络管理](docs/linux/commands/网络管理/README.md) |
| 40 | + * [linux 常用命令-网络应用](docs/linux/commands/网络管理/网络应用.md) |
| 41 | + |
| 42 | +## [shell](docs/shell/README.md) |
| 43 | + |
| 44 | +* [shell 快速指南](docs/shell/shell-quickstart.md) |
| 45 | + |
| 46 | +## [vim](docs/vim/README.md) |
| 47 | + |
| 48 | +* [vim 学习笔记](docs/vim/vim.md) |
| 49 | +* [vim 快捷键图](docs/vim/vim-keyboards.md) |
| 50 | + |
| 51 | +## [git](docs/git/README.md) |
| 52 | + |
| 53 | +* [git 快速指南](docs/git/git-quickstart.md) |
| 54 | +* [git-flow 工作流](docs/git/git-flow.md) |
34 | 55 |
|
35 | 56 | ## 部署 |
36 | 57 |
|
|
0 commit comments