An open API service indexing awesome lists of open source software.

https://github.com/fly-studio/ops


https://github.com/fly-studio/ops

Last synced: 8 months ago
JSON representation

Awesome Lists containing this project

README

          

# 初始化Linux的工具
支持:CentOS 6/7/8、Ubuntu 18/20/22

## Usage

### 初始化操作系统、安装必要的工具

- kernel:更新内核参数
- system:优化系统设置
- time:安装chrony、设置时区Asia/Shanghai
- pkg:安装YUM或APT源仓库及依赖工具
- docker:安装docker
- tools:安装常用工具,列表:https://s3.load.cool:8000/software/linux-software.txt
- all:执行所有指令

1. 执行所有指令
```bash
ops init all
```

2. 执行指定指令

```bash
ops init docker
```

3. 执行所有,但是排除docker

```bash
ops init all -x docker
```