background picture of the home page

MySQL备份

[root@db01 scripts]#cat 01-mysql-bak.sh #!/bin/bash . /etc/init.d/functions DATE=$(date +%F) DB_DIR=/backup/mysql/${DATE} for database in $(mysq

thumbnail of the cover of the post

Chrony时间同步

Chrony服务端 服务安装 yum install -y chrony 主配置文件: /etc/chrony.conf 客户端程序: /usr/bin/chronyc 服务端程序: /usr/sbin/chronyd [root@chrony ~]#rpm -qc chrony /etc/ch

thumbnail of the cover of the post

yum仓库

create yum repo 服务端配置: #安装软件 [root@repo ~]# yum install vsftpd createrepo #修改vsftp配置匿名访问 [root@repo ~]# grep "anonymous_enable" /etc/vsftpd/vsftpd.con

thumbnail of the cover of the post

Rockylinux9.6部署K8S

1- Docker 2- cri-dockerd 3- 如何将Docker切换到Containerd 4- 全新安装Containerd接入集群 5- 如何将Kubernetes扩展为多Master的高可用集群 (1)主机名解析 [root@master01 ~]# cat >> /etc/host

thumbnail of the cover of the post

kylin-v10部署k8s

# 关闭防火墙 [root@master ~]# sed -i 's#enable#disable#g' /etc/selinux/config [root@master ~]# systemctl disable --now firewalld # 添加网桥过滤及内核转发配置文件 [root@m

thumbnail of the cover of the post

kubernetes部署

01- 集群系统初始化 关闭防火墙 # systemctl disable --now firewalld 禁用selinux # sed -i 's/^SELINUX=enforcing$/SELINUX=disabled/' /etc/selinux/config # grep ^SELINU

thumbnail of the cover of the post

Hello Halo

如果你看到了这一篇文章,那么证明你已经安装成功了,感谢使用 Halo 进行创作,希望能够使用愉快。

thumbnail of the cover of the post