使用rsync搭建centos repo私有源

由于公司几乎都是centos的系统,所以有必要搭建一个内网的私有repo源,每日同步一下公共源保证源的可用性.

下面两个是比较好的国内源站,并且开放了rsync接口

#科技大学
mirrors.ustc.edu.cn

#清华大学
mirrors.tuna.tsinghua.edu.[......]

Read more

发表在 linux | 留下评论

Cobbler错误Unsupported Hardware Detected

最近装了一匹CentOS 6.5的系统,出现以下报错

Unsupported Hardware Detected
This hardware (or a combination thereof) is not supported by Red Hat.
For more information[......]

Read more

发表在 linux | 留下评论

CentOS7安装etcd和flannel

环境简介:

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.[……]

Read more

发表在 kubernetes | 留下评论

ansible批量创建用户

使用openssl生成一段加密密码

openssl passwd -1 123

$1$SeDgQgFX$QpKs2kIy7BO7EGk8ipoVM1

配置ansible-playbook

vi public.yml

– hosts: ‘{{ hosts }}’
gat[……]

Read more

发表在 linux | 留下评论

Zabbix 3.4.3使用企业微信报警

环境简介

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[……]

Read more

发表在 zabbix | 11条评论