linux-tutorial/docs/SUMMARY.md

28 lines
611 B
Markdown
Raw Normal View History

2017-11-15 17:36:26 +08:00
# Summary
* [简介](README.md)
## Linux
* [Linux 常用命令](commands/README.md)
* [Linux 常用命令-系统设置](commands/linux-cmd-system.md)
2017-11-23 18:33:46 +08:00
* [Linux 常用命令-文件目录](commands/linux-cmd-file-and-folder.md)
* [Linux 常用命令-磁盘管理](commands/linux-cmd-disk.md)
* [Linux 常用命令-网络管理](commands/linux-cmd-network.md)
* [Linux 常用命令-压缩](commands/linux-cmd-compress.md)
2017-11-15 17:36:26 +08:00
## Shell
2017-12-07 09:45:11 +08:00
* [Shell 快速指南](shell/shell.md)
2017-11-20 15:40:36 +08:00
2017-11-15 17:36:26 +08:00
## Vim
2017-12-07 09:45:11 +08:00
* [Vim 学习笔记](vim/vim.md)
* [Vim 快捷键图](vim/vim-keyboards.md)
2017-11-17 11:00:06 +08:00
2017-11-15 17:36:26 +08:00
## 附录
* [资源](resources.md)
------