首页
人工智能
工作实战
个人认知
科学上网
日常技术
kubernetes
CI/CD
已删除用户
该用户已被删除。
累计撰写
44
篇文章
累计创建
7
个分类
累计收到
0
条评论
导航
首页
人工智能
工作实战
个人认知
科学上网
日常技术
kubernetes
CI/CD
目录
Zorn运维之路
这是1个知识分享平台
Kubekey通过OpenEuler 22.03部署K8s集群(测试环境)
2024-12-05 10:47
166
0
0
40.6℃
kubernetes
1、系统优化: cat > /etc/sysctl.d/k8s_better.conf << EOF net.bridge.bridge-nf-call-iptables=1 net.bridge.bridge-nf-call-ip6tables=1 net.ipv4.ip_forward=1 vm
虚拟机安装OpenEuler系统,K8s前置环境准备
2024-12-04 16:20
38
0
1
29.8℃
kubernetes
1、下载OpenEuler系统: 1.1、进入华为云下载OpenEuler系统: https://mirrors.huaweicloud.com/mirrorDetail/5ebe3408c8ac54047fe607f0?mirrorName=openeuler&catalog=os
Linux服务器部署NTP,实现时间同步
2024-12-04 14:27
11
0
0
25.1℃
工作实战
1、安装ntpd同步网络时间: yum install -y ntpd 2、编辑 ntp.conf 文件: vim /etc/ntp.conf server ntp1.aliyun.com iburst server ntp2.aliyun.com iburst server ntp3.aliyun
CentOS7升级内核版本:
2024-12-04 14:16
24
0
0
26.4℃
工作实战
1、下载新的 rpm内核包: wget http://mirrors.coreix.net/elrepo-archive-archive/kernel/el7/x86_64/RPMS/kernel-lt-devel-5.4.226-1.el7.elrepo.x86_64.rpm wget http:
CentOS7替换yum源为阿里源
2024-12-04 14:09
21
0
0
26.1℃
工作实战
1、清除原来的yum源: cd /etc/yum.repos.d rm -rf ./* 2、下载阿里yum的reop源: wget -O /etc/yum.repos.d/CentOS-Base.repo https://mirrors.aliyun.com/repo/Centos-7.repo 或
docker-compose部署CoreDNS,实现解析企业内部域名效果
2024-12-04 13:47
44
0
0
28.4℃
工作实战
1、下载CoreDNS镜像: docker pull coredns/coredns:1.12.0 2、查看镜像是否下载下来: docker images 3、创建 CoreDNS目录:
Git提交代码
2024-09-10 15:42
32
0
0
27.2℃
工作实战
1、克隆Gitlab仓库: git clone http://192.168.248.131:30080/root/test.git 2、克隆GitHub仓库: git clone https://github.com/huanzi-qch/springBoot.git
ssh免密
2024-09-10 10:34
23
0
0
26.3℃
工作实战
1、在本地客户端生成公私钥: 1、创建公私钥: ssh-keygen 一直回车 直至生成公私钥
部署私有文档平台showdoc
2024-09-10 10:16
91
0
0
33.1℃
日常技术
1、docker compose 方式部署showdoc: 1、创建目录: mkdir -p /home/showdoc/showdoc_data/html cd /home/showdoc/showdoc_data/ chmod -R 777 html
部署uptime-kuma 监控网站
2024-09-09 23:03
67
0
0
30.7℃
日常技术
1、1panel应用商店部署 uptime-kuma 监控网站: 1、名称:uptime-kuma 2、版本:1.23.13 3、端口:3001 4、勾选 端口外部访问
上一页
下一页
1
2
3
4
5
弹