TABLE OF CONTENTS
- ansible
- 时间同步
- JDK
Linux系统常用开发工具包整理。
ansible
1 2 3 4 5 6 7 8 9 10 11 12
| yum -y install https://releases.ansible.com/ansible/rpm/release/epel-7-x86_64/ansible-2.9.27-1.el7.ans.noarch.rpm
# yum安装docker失败 yum update yum install -y yum-utils yum-config-manager --add-repo https://mirrors.aliyun.com/docker-ce/linux/centos/docker-ce.repo # /etc/yum.repos.d位置记载了软件的源 # yum-config-manager --add-repo http://mirrors.aliyun.com/docker-ce/linux/centos/docker-ce.repo yum makecache fast
# 解决问题后继续安装 yum -y install docker-ce-20.10.17
|
时间同步
JDK
声明:本站所有文章均为原创或翻译,遵循署名 - 非商业性使用 - 禁止演绎 4.0 国际许可协议,如需转载请确保您对该协议有足够了解,并附上作者名 (Tsukasa) 及原文地址