由于公司几乎都是centos的系统,所以有必要搭建一个内网的私有repo源,每日同步一下公共源保证源的可用性.
下面两个是比较好的国内源站,并且开放了rsync接口
#科技大学 mirrors.ustc.edu.cn #清华大学 mirrors.tuna.tsinghua.edu.[......]
由于公司几乎都是centos的系统,所以有必要搭建一个内网的私有repo源,每日同步一下公共源保证源的可用性.
下面两个是比较好的国内源站,并且开放了rsync接口
#科技大学 mirrors.ustc.edu.cn #清华大学 mirrors.tuna.tsinghua.edu.[......]
最近装了一匹CentOS 6.5的系统,出现以下报错
Unsupported Hardware Detected This hardware (or a combination thereof) is not supported by Red Hat. For more information[......]
CentOS Linux release 7.4.1708 (Core)
Linux 3.10.0-693.el7.x86_64
3台linux服务器
172.16.10.100
172.16.10.101
172.16.10.102
软件版本:
etcd-v3.3.[……]
使用openssl生成一段加密密码
openssl passwd -1 123
$1$SeDgQgFX$QpKs2kIy7BO7EGk8ipoVM1
配置ansible-playbook
vi public.yml
– hosts: ‘{{ hosts }}’
gat[……]
环境简介
CentOS Linux release 7.2.1511 (Core) X64
zabbix-web-mysql-3.4.3-1.el7.noarch
zabbix-get-3.4.3-1.el7.x86_64
zabbix-web-3.4.3-1.el7.noarch[……]