📝 Writing docs.
parent
9442d4c6a2
commit
000451de2a
|
@ -6,7 +6,7 @@
|
|||
|
||||
## [linux 教程](docs/linux/README.md)
|
||||
|
||||
## [shell 教程](docs/shell/README.md)
|
||||
## [shell 教程](docs/shell.md)
|
||||
|
||||
## [vim 教程](docs/vim/README.md)
|
||||
|
||||
|
|
|
@ -0,0 +1,39 @@
|
|||
# Summary
|
||||
|
||||
## 教程
|
||||
|
||||
* [linux](docs/linux/README.md)
|
||||
* [linux 系统目录结构](docs/linux/linux系统目录结构.md)
|
||||
* [linux 文件基本属性](docs/linux/linux文件基本属性.md)
|
||||
* [linux 监控](docs/linux/linux监控.md)
|
||||
* [linux 软件](docs/linux/软件/README.md)
|
||||
* [samba使用详解](docs/linux/软件/samba使用详解.md)
|
||||
* [linux 常用命令](docs/linux/commands/README.md)
|
||||
* [命令行的艺术(转载)](docs/linux/commands/命令行的艺术.md)
|
||||
* [linux 常用命令-文件目录管理](docs/linux/commands/文件目录管理/README.md)
|
||||
* [linux 常用命令-文件内容查看](docs/linux/commands/文件目录管理/文件内容查看.md)
|
||||
* [linux 常用命令-文件压缩与解压](docs/linux/commands/文件目录管理/文件压缩与解压.md)
|
||||
* [linux 常用命令-文件处理](docs/linux/commands/文件目录管理/文件处理.md)
|
||||
* [linux 常用命令-文件编辑](docs/linux/commands/文件目录管理/文件编辑.md)
|
||||
* [linux 常用命令-文件权限属性设置](docs/linux/commands/文件目录管理/文件权限属性设置.md)
|
||||
* [linux 常用命令-文件查找和比较](docs/linux/commands/文件目录管理/文件查找和比较.md)
|
||||
* [linux 常用命令-目录基本操作](docs/linux/commands/文件目录管理/目录基本操作.md)
|
||||
* [linux 常用命令-系统管理](docs/linux/commands/系统管理/README.md)
|
||||
* [linux 常用命令-系统操作](docs/linux/commands/系统管理/系统操作.md)
|
||||
* [linux 常用命令-系统设置](docs/linux/commands/系统管理/系统设置.md)
|
||||
* [linux 常用命令-用户和工作组管理](docs/linux/commands/系统管理/用户和工作组管理.md)
|
||||
* [linux 常用命令-进程和作业管理](docs/linux/commands/系统管理/进程和作业管理.md)
|
||||
* [linux 常用命令-系统性能管理](docs/linux/commands/系统管理/系统性能管理.md)
|
||||
* [linux 常用命令-网络管理](docs/linux/commands/网络管理/README.md)
|
||||
* [linux 常用命令-网络应用](docs/linux/commands/网络管理/网络应用.md)
|
||||
* [yum 命令](docs/linux/yum.md)
|
||||
* [shell](docs/shell.md)
|
||||
* [vim](docs/vim/README.md)
|
||||
* [vim 学习笔记](docs/vim/vim.md)
|
||||
* [vim 快捷键图](docs/vim/vim-keyboards.md)
|
||||
* [git](docs/git/README.md)
|
||||
* [git 快速指南](docs/git/git-quickstart.md)
|
||||
* [git-flow 工作流](docs/git/advanced/git-flow.md)
|
||||
* [docker](docs/docker/README.md)
|
||||
|
||||
------
|
|
@ -4,7 +4,7 @@
|
|||
"description": "linux 教程",
|
||||
"author": "Zhang Peng",
|
||||
"language": "zh-hans",
|
||||
"root": "./docs",
|
||||
"root": ".",
|
||||
"links": {
|
||||
"sidebar": {
|
||||
"linux": "https://github.com/dunwu/linux"
|
||||
|
|
|
@ -1,13 +0,0 @@
|
|||
# linux
|
||||
|
||||
<p align="center">
|
||||
:penguin: 后端程序员的 linux/shell 工具箱、经验总结。
|
||||
</p>
|
||||
|
||||
<p align="center">
|
||||
<img src="http://oyz7npk35.bkt.clouddn.com//image/linux/linux.jpg" alt="linux" width="640">
|
||||
</p>
|
||||
|
||||
<p align="center">
|
||||
<a href="https://dunwu.gitbooks.io/linux/" target="_blank">:point_right: 电子书</a>
|
||||
</p>
|
|
@ -1,40 +0,0 @@
|
|||
# Summary
|
||||
|
||||
## 教程
|
||||
|
||||
* [linux](linux/README.md)
|
||||
* [linux 系统目录结构](linux/linux系统目录结构.md)
|
||||
* [linux 文件基本属性](linux/linux文件基本属性.md)
|
||||
* [linux 监控](linux/linux监控.md)
|
||||
* [linux 软件](linux/软件/README.md)
|
||||
* [samba使用详解](linux/软件/samba使用详解.md)
|
||||
* [linux 常用命令](linux/commands/README.md)
|
||||
* [命令行的艺术(转载)](linux/commands/命令行的艺术.md)
|
||||
* [linux 常用命令-文件目录管理](linux/commands/文件目录管理/README.md)
|
||||
* [linux 常用命令-文件内容查看](linux/commands/文件目录管理/文件内容查看.md)
|
||||
* [linux 常用命令-文件压缩与解压](linux/commands/文件目录管理/文件压缩与解压.md)
|
||||
* [linux 常用命令-文件处理](linux/commands/文件目录管理/文件处理.md)
|
||||
* [linux 常用命令-文件编辑](linux/commands/文件目录管理/文件编辑.md)
|
||||
* [linux 常用命令-文件权限属性设置](linux/commands/文件目录管理/文件权限属性设置.md)
|
||||
* [linux 常用命令-文件查找和比较](linux/commands/文件目录管理/文件查找和比较.md)
|
||||
* [linux 常用命令-目录基本操作](linux/commands/文件目录管理/目录基本操作.md)
|
||||
* [linux 常用命令-系统管理](linux/commands/系统管理/README.md)
|
||||
* [linux 常用命令-系统操作](linux/commands/系统管理/系统操作.md)
|
||||
* [linux 常用命令-系统设置](linux/commands/系统管理/系统设置.md)
|
||||
* [linux 常用命令-用户和工作组管理](linux/commands/系统管理/用户和工作组管理.md)
|
||||
* [linux 常用命令-进程和作业管理](linux/commands/系统管理/进程和作业管理.md)
|
||||
* [linux 常用命令-系统性能管理](linux/commands/系统管理/系统性能管理.md)
|
||||
* [linux 常用命令-网络管理](linux/commands/网络管理/README.md)
|
||||
* [linux 常用命令-网络应用](linux/commands/网络管理/网络应用.md)
|
||||
* [yum 命令](linux/yum.md)
|
||||
* [shell](shell/README.md)
|
||||
* [shell 快速指南](shell/shell-quickstart.md)
|
||||
* [vim](vim/README.md)
|
||||
* [vim 学习笔记](vim/vim.md)
|
||||
* [vim 快捷键图](vim/vim-keyboards.md)
|
||||
* [git](git/README.md)
|
||||
* [git 快速指南](git/git-quickstart.md)
|
||||
* [git-flow 工作流](git/advanced/git-flow.md)
|
||||
* [docker](docker/README.md)
|
||||
|
||||
------
|
Loading…
Reference in New Issue