linux-tutorial/README.md

50 lines
1.9 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
2018-02-23 17:27:21 +08:00
## 部署
> 这里总结了各种软件的安装、配置。并提供基本安装、运行的脚本。
>
> [环境部署工具](codes/deploy/README.md) :适合开发、运维人员,在 [CentOS](https://www.centos.org/) 机器上安装常用命令工具或开发软件。
### 常见软件安装配置详述
> CODES安装配置脚本按照说明即可安装使用。
>
> DOCS: 安装配置文档,说明安装的方法以及一些注意事项。
* JDK 安装和配置:| [CODES](codes/deploy/tool/jdk) | [DOCS](docs/deploy/tool/jdk/install-jdk.md) |
2018-02-23 17:33:12 +08:00
* Maven 安装和配置:| [CODES](codes/deploy/tool/maven) | [DOCS](docs/deploy/tool/maven/install-maven.md) |
2018-02-13 14:31:52 +08:00