Skip to content

Commit 595ce49

Browse files
committed
📝 Writing docs.
1 parent 602d251 commit 595ce49

8 files changed

Lines changed: 32 additions & 15 deletions

File tree

docs/README.md

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1-
# linux-notes
1+
# linux
22

3-
:book: Linux 学习笔记。
3+
<p align="center">
4+
:penguin: 后端程序员的 linux/shell 工具箱、经验总结。
5+
</p>
6+
7+
<p align="center">
8+
<img src="http://oyz7npk35.bkt.clouddn.com//image/linux/linux.jpg" alt="linux" width="640">
9+
</p>
10+
11+
<p align="center">
12+
<a href="https://dunwu.gitbooks.io/linux/" target="_blank">:point_right: 电子书</a>
13+
</p>

docs/SUMMARY.md

Lines changed: 12 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,23 @@
11
# Summary
22

3-
* [简介](README.md)
4-
5-
## Linux
3+
## 教程
64

7-
* [Linux 常用命令](linux/commands/README.md)
5+
* [简介](README.md)
6+
* [Linux](linux/README.md)
7+
* [Linux 常用命令](linux/commands/README.md)
88
* [Linux 常用命令-系统设置](linux/commands/linux-cmd-system.md)
99
* [Linux 常用命令-文件目录](linux/commands/linux-cmd-file-and-folder.md)
1010
* [Linux 常用命令-磁盘管理](linux/commands/linux-cmd-disk.md)
1111
* [Linux 常用命令-网络管理](linux/commands/linux-cmd-network.md)
1212
* [Linux 常用命令-压缩](linux/commands/linux-cmd-compress.md)
13-
14-
## Shell
15-
16-
* [Shell 快速指南](shell/shell.md)
17-
18-
## Vim
19-
20-
* [Vim 学习笔记](vim/vim.md)
21-
* [Vim 快捷键图](vim/vim-keyboards.md)
13+
* [Shell](shell/README.md)
14+
* [Shell 快速指南](shell/shell-quickstart.md)
15+
* [Vim](vim/README.md)
16+
* [Vim 学习笔记](vim/vim.md)
17+
* [Vim 快捷键图](vim/vim-keyboards.md)
18+
* [Git](git/README.md)
19+
* [git 快速指南](git/git-quickstart.md)
20+
* [git-flow 工作流](git/git-flow.md)
2221

2322
## 附录
2423

docs/git/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# git
File renamed without changes.

docs/linux/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# linux

docs/shell/README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# shell
2+
3+
Shell 是一个用 C 语言编写的程序,它是用户使用 Linux 的桥梁。Shell 既是一种命令语言,又是一种程序设计语言。
4+
5+
Shell 是指一种应用程序,这个应用程序提供了一个界面,用户通过这个界面访问操作系统内核的服务。
File renamed without changes.

docs/vim/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# vim

0 commit comments

Comments
 (0)