CentOS系统
1 yum 简单用法
1 | yum search 名称包含的关键字 |
2 软件
2.1 安装 docker 环境
1 | yum install -y yum-utils device-mapper-persistent-data lvm2 |
3 安装 pgsql
1 | sudo yum install -y https://download.postgresql.org/pub/repos/yum/reporpms/EL-7-x86_64/pgdg-redhat-repo-latest.noarch.rpm |
All articles in this blog are licensed under CC BY-NC-SA 4.0 unless stating additionally.