linux-tutorial/README.md

77 lines
4.3 KiB
Markdown
Raw Normal View History

2018-07-15 17:25:36 +08:00
# OS
2018-02-01 09:30:12 +08:00
2018-09-30 18:05:21 +08:00
## 内容
2018-02-06 14:46:12 +08:00
2018-09-30 18:05:21 +08:00
### [Linux](docs/linux/README.md)
2018-03-28 09:42:14 +08:00
2018-09-30 18:05:21 +08:00
- [查看 Linux 命令帮助信息](docs/linux/01.查看Linux命令帮助信息.md) - 关键词:`help`, `whatis`, `info`, `which`, `whereis`, `man`
- [Linux 文件目录管理](docs/linux/02.Linux文件目录管理.md) - 关键词:`cd`, `ls`, `pwd`, `mkdir`, `rmdir`, `tree`, `touch`, `ln`, `rename`, `stat`, `file`, `chmod`, `chown`, `locate`, `find`, `cp`, `mv`, `rm`
- [Linux 文件内容查看命令](docs/linux/03.Linux文件内容查看编辑.md) - 关键词:`cat`, `head`, `tail`, `more`, `less`
- [Linux 文件压缩与解压命令](docs/linux/Linux文件压缩与解压命令.md) - 关键词:`tar`, `gzip`, `zip`, `unzip`
- [Linux 用户管理命令](docs/linux/Linux用户管理命令.md) - 关键词:`groupadd`, `groupdel`, `groupmod`, `useradd`, `userdel`, `usermod`, `passwd`, `su`, `sudo`
- [Linux 系统管理命令](docs/linux/Linux系统管理命令.md) - 关键词:`reboot`, `exit`, `shutdown`, `date`, `mount`, `umount`
- [Linux 性能管理命令](docs/linux/Linux性能管理命令.md) - 关键词:`df`, `du`, `top`, `free`, `iotop`
- [Linux 进程管理命令](docs/linux/Linux进程管理命令.md) - 关键词:`ps`, `kill`, `systemctl`, `service`, `crontab`
- [Linux 网络应用命令](docs/linux/Linux网络应用命令.md) - 关键词:`curl`, `wget`, `telnet`, `ip`, `hostname`, `ifconfig`, `route`, `ssh`, `ssh-keygen`, `iptables`
- [Linux 网络测试命令](docs/linux/Linux网络测试命令.md) - 关键词:`host`, `nslookup`, `nc`/`netcat`, `dig`, `ping`, `traceroute`, `netstat`
- [yum 命令](docs/linux/yum.md)
- [linux 监控](docs/linux/linux监控.md)
- [samba 使用详解](docs/linux/samba使用详解.md)
- [命令行的艺术(转载)](docs/linux/命令行的艺术.md)
2018-06-28 16:52:01 +08:00
2018-09-30 18:05:21 +08:00
### [Shell](docs/shell.md)
2018-03-28 09:42:14 +08:00
2018-09-30 18:05:21 +08:00
### [Python](docs/python.md)
2018-02-06 14:46:12 +08:00
2018-09-30 18:05:21 +08:00
### [Vim](docs/vim/README.md)
### [Git](docs/git/README.md)
- [快速指南quickstart](docs/git/git-quickstart.md)
#### git 基础篇basics
- [安装installation](docs/git/basics/git-installation.md)
- [配置configuration](docs/git/basics/git-configuration.md)
#### git 进阶篇advanced
- [git-flow 工作流](docs/git/advanced/git-flow.md)
#### git 附录appendix
- [常见问题faq](docs/git/appendix/git-faq.md)
- [命令command](docs/git/appendix/git-command.md)
- [资源resource](docs/git/appendix/git-resource.md)
### [Docker](docs/docker/README.md)
### Windows
- [Windows 工具](docs/windows/Windows工具.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/) 机器上安装常用命令工具或开发软件。
### 常见软件安装配置详述
2018-09-30 18:05:21 +08:00
> _`CODES`安装配置脚本按照说明安装使用即可。_
2018-02-23 17:27:21 +08:00
>
2018-09-30 18:05:21 +08:00
> _`DOCS`: 安装配置文档说明安装的方法以及一些注意事项。_
- JDK 安装和配置:| [CODES](codes/deploy/tool/jdk) | [DOCS](docs/deploy/tool/jdk/install-jdk.md) |
- Jenkins 安装和配置:| [CODES](codes/deploy/tool/jenkins) | [DOCS](docs/deploy/tool/mongodb/install-jenkins.md) |
- Kafka 安装和配置:| [CODES](codes/deploy/tool/kafka) | [DOCS](docs/deploy/tool/kafka/install-kafka.md) |
- Maven 安装和配置:| [CODES](codes/deploy/tool/maven) | [DOCS](docs/deploy/tool/maven/install-maven.md) |
- Mongodb 安装和配置:| [CODES](codes/deploy/tool/mongodb) | [DOCS](docs/deploy/tool/mongodb/install-mongodb.md) |
- Nginx 安装和配置:| [CODES](codes/deploy/tool/nginx) | [DOCS](docs/deploy/tool/nginx/install-nginx.md) |
- Nodejs 安装和配置:| [CODES](codes/deploy/tool/nodejs) | [DOCS](docs/deploy/tool/nodejs/install-nodejs.md) |
- Redis 安装和配置:| [CODES](codes/deploy/tool/redis) | [DOCS](docs/deploy/tool/redis/install-redis.md) |
- RocketMQ 安装和配置:| [CODES](codes/deploy/tool/rocketmq) | [DOCS](docs/deploy/tool/rocketmq/install-rocketmq.md) |
- Tomcat 安装和配置:| [CODES](codes/deploy/tool/tomcat) | [DOCS](docs/deploy/tool/tomcat/install-tomcat.md) |
- Zookeeper 安装和配置:| [CODES](codes/deploy/tool/zookeeper) | [DOCS](docs/deploy/tool/zookeeper/install-zookeeper.md) |
- Svn 安装和配置:| [DOCS](docs/deploy/tool/svn/install-svn.md) |