linux-tutorial/README.md

98 lines
5.0 KiB
Markdown
Raw Normal View History

2018-07-15 17:25:36 +08:00
# OS
2018-02-01 09:30:12 +08:00
2019-01-29 17:47:44 +08:00
> 作为研发工程师,谁还没干过点运维的活?:joy:
>
> 搞运维,怎么着也得懂点操作系统相关。
>
> 本项目,就是本人在日常学习工作中,对于操作系统、运维部署等相关知识的整理。
## :books: 内容
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`
2018-10-09 15:13:17 +08:00
- [Linux 文件内容查看命令](docs/linux/03.Linux文件内容查看编辑.md) - 关键词:`cat`, `head`, `tail`, `more`, `less`, `sed`, `vi`, `grep`
- [Linux 文件压缩和解压](docs/linux/04.Linux文件压缩和解压.md) - 关键词:`tar`, `gzip`, `zip`, `unzip`
- [Linux 用户管理](docs/linux/05.Linux用户管理.md) - 关键词:`groupadd`, `groupdel`, `groupmod`, `useradd`, `userdel`, `usermod`, `passwd`, `su`, `sudo`
- [Linux 系统管理](docs/linux/06.Linux系统管理.md) - 关键词:`reboot`, `exit`, `shutdown`, `date`, `mount`, `umount`, `ps`, `kill`, `systemctl`, `service`, `crontab`
2018-10-11 13:37:08 +08:00
- [Linux 网络管理](docs/linux/07.Linux网络管理.md) - 关键词:关键词:`curl`, `wget`, `telnet`, `ip`, `hostname`, `ifconfig`, `route`, `ssh`, `ssh-keygen`, `firewalld`, `iptables`, `host`, `nslookup`, `nc`/`netcat`, `ping`, `traceroute`, `netstat`
- [Linux 硬件管理](docs/linux/08.Linux硬件管理.md) - 关键词:`df`, `du`, `top`, `free`, `iotop`
- [Linux 软件管理](docs/linux/09.Linux软件管理.md) - 关键词:`rpm`, `yum`, `apt-get`
2018-09-30 18:05:21 +08:00
- [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-10-09 15:13:17 +08:00
### [Vim](docs/vim.md)
2018-09-30 18:05:21 +08:00
### [Docker](docs/docker/README.md)
### Windows
- [Windows 工具](docs/windows/Windows工具.md)
2018-02-13 14:31:52 +08:00
2019-01-29 17:47:44 +08:00
## :hammer_and_pick: 常见软件安装/配置/使用指南
2018-02-23 17:27:21 +08:00
2019-01-29 17:47:44 +08:00
> :bulb: **说明**
>
> 这里总结了多种常用研发软件的安装、配置、使用指南。并提供基本安装、运行的脚本。
2018-02-23 17:27:21 +08:00
>
> [环境部署工具](codes/deploy/README.md) :适合开发、运维人员,在 [CentOS](https://www.centos.org/) 机器上安装常用命令工具或开发软件。
2019-01-29 17:47:44 +08:00
>
> - *`Scripts`:安装配置脚本,按照说明安装使用即可。*
> - *`Docs`: 安装配置文档,说明安装的方法以及一些注意事项。*
> - *`Tutorial`: 教程文档。*
#### 研发环境
- JDK
2019-01-29 18:16:53 +08:00
- | [**`Scripts`**](codes/deploy/tool/jdk) | [**`Docs`**](docs/tool/jdk.md) |
2019-01-29 17:47:44 +08:00
- Maven
2019-01-29 18:16:53 +08:00
- | [**`Scripts`**](codes/deploy/tool/maven) | [**`Tutorial`**](https://github.com/dunwu/javastack/tree/master/docs/javatool/build/maven) |
2019-01-29 17:47:44 +08:00
- Nginx
2019-01-29 18:16:53 +08:00
- | [**`Scripts`**](codes/deploy/tool/nginx) | [**`Tutorial`**](https://github.com/dunwu/nginx-tutorial) |
2019-01-29 17:47:44 +08:00
- Nodejs
2019-01-29 18:16:53 +08:00
- | [**`Scripts`**](codes/deploy/tool/nodejs) | [**`Docs`**](docs/tool/nodejs.md) |
2019-01-29 17:47:44 +08:00
- Tomcat
2019-01-29 18:16:53 +08:00
- | [**`Scripts`**](codes/deploy/tool/tomcat) | [**`Docs`**](docs/tool/tomcat.md) |
2019-01-29 17:47:44 +08:00
- Zookeeper
2019-01-29 18:16:53 +08:00
- | [**`Scripts`**](codes/deploy/tool/zookeeper) | [**`Docs`**](docs/tool/zookeeper.md) |
2019-01-29 17:47:44 +08:00
#### 研发工具
- Nexus - Maven 私服。
2019-01-29 18:16:53 +08:00
- | [**`Docs`**](docs/tool/nexus.md) |
2019-01-29 17:47:44 +08:00
- Gitlab - Git 代码管理平台。
- Jenkins - 持续集成和持续交付平台。
2019-01-29 18:16:53 +08:00
- | [**`Scripts`**](codes/deploy/tool/jenkins) | [**`Docs`**](docs/tool/jenkins.md) |
2019-01-29 17:47:44 +08:00
- Elastic - 常被称为 `ELK` ,是 Java 世界最流行的分布式日志解决方案 。 `ELK` 是 Elastic 公司旗下三款产品 [ElasticSearch](https://www.elastic.co/products/elasticsearch) 、[Logstash](https://www.elastic.co/products/logstash) 、[Kibana](https://www.elastic.co/products/kibana) 的首字母组合。
- | [**`Tutorial`**](docs/tool/elastic/README.md) |
#### 版本控制
- Git
- | [**`Tutorial`**](docs/git/README.md) |
2019-01-29 18:16:53 +08:00
- Svn - Svn 是 Subversion 的简称,是一个开放源代码的版本控制系统,它采用了分支管理系统。
- | [**`Docs`**](docs/tool/svn.md) |
2019-01-29 17:47:44 +08:00
#### 消息中间件
- Kafka - 应该是 Java 世界最流行的消息中间件了吧。
2019-01-29 18:16:53 +08:00
- | [**`Scripts`**](codes/deploy/tool/kafka) | [**`Docs`**](docs/tool/kafka.md) |
2019-01-29 17:47:44 +08:00
- RocketMQ - 阿里巴巴开源的消息中间件。
2019-01-29 18:16:53 +08:00
- | [**`Scripts`**](codes/deploy/tool/rocketmq) | [**`Docs`**](docs/tool/rocketmq.md) |
2019-01-29 17:47:44 +08:00
#### 数据库
- Mysql - 关系型数据库
- | [**`Docs`**](https://github.com/dunwu/database/blob/master/docs/mysql/install-mysql.md) |
- PostgreSQL - 关系型数据库
- | [**`Docs`**](https://github.com/dunwu/database/blob/master/docs/postgresql.md#安装) |
- Mongodb - Nosql
- | [**`Scripts`**](codes/deploy/tool/mongodb) | [**`Docs`**](https://github.com/dunwu/database/blob/master/docs/mongodb/install-mongodb.md) |
- Redis - Nosql
- | [**`Scripts`**](codes/deploy/tool/redis) | [**`Docs`**](https://github.com/dunwu/database/blob/master/docs/redis/install-redis.md) |