linux-tutorial/README.md

38 lines
1.4 KiB
Markdown
Raw Normal View History

2018-02-01 09:30:12 +08:00
# linux
2017-11-14 17:39:25 +08:00
2018-02-01 09:30:12 +08:00
<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>
2018-02-06 14:46:12 +08:00
2018-02-13 14:31:52 +08:00
## 教程
2018-02-06 14:46:12 +08:00
* [简介](docs/README.md)
* [Linux](docs/linux/README.md)
* [命令行的艺术(转载)](docs/linux/the-art-of-command-line.md)
* [Linux 常用命令](docs/linux/commands/README.md)
* [Linux 常用命令-系统设置](docs/linux/commands/linux-cmd-system.md)
* [Linux 常用命令-文件目录](docs/linux/commands/linux-cmd-file-and-folder.md)
* [Linux 常用命令-磁盘管理](docs/linux/commands/linux-cmd-disk.md)
* [Linux 常用命令-网络管理](docs/linux/commands/linux-cmd-network.md)
* [Linux 常用命令-压缩](docs/linux/commands/linux-cmd-compress.md)
* [Shell](docs/shell/README.md)
* [Shell 快速指南](docs/shell/shell-quickstart.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/git-flow.md)
2018-02-13 14:31:52 +08:00
## 工具
[环境部署工具](codes/deploy/README.md) :适合开发、运维人员,在 [CentOS](https://www.centos.org/) 机器上安装常用命令工具或开发软件。