会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
LeoShi2020
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
30
31
32
33
34
35
36
37
38
···
49
下一页
2020年5月12日
[Zabbix] Zabbix4.4添加ESXi6.7
摘要: 修改ESXi配置 查看UUID 登录 https:///mob/?moid=ha host&doPath=hardware.systemInfo Zabbix 添加主机 添加主机信息 添加模板 添加变量 添加成功 1个小时之后会发现VM虚拟机 END
阅读全文
posted @ 2020-05-12 09:50 LeoShi2020
阅读(1359)
评论(0)
推荐(0)
2020年5月9日
[CentOS7]snmpwalk安装
摘要: OID 数据厂商列表 "传送门" |(enterprises.)ID|厂商| | | | |2|IBM| |4|UNIX| |9|CiscoSystems,Inc.| |11|HewlettPackard(HP)| |20|MIT| |23|Novell| |42|SunMicrosystems|
阅读全文
posted @ 2020-05-09 13:25 LeoShi2020
阅读(3717)
评论(0)
推荐(0)
2020年5月5日
[k8s]介绍
摘要: 概念 什么是k8s 一组服务器集群 管理集群中各个节点的容器(最小单位是pod) 功能 自我修复 弹性伸缩: 根据服务器实际情况增加或减少容器数量 自动部署: 一键部署LAMP 回滚: 服务发现和负载均衡 机密和配置共享管理 k8s集群分为两类节点 Master node: 主节点,不跑服务 Wor
阅读全文
posted @ 2020-05-05 07:36 LeoShi2020
阅读(256)
评论(0)
推荐(0)
2020年5月4日
[CentOS7]chrony 时间同步
摘要: 参考文献 https://docs.fedoraproject.org/en-US/Fedora/18/html/System_Administrators_Guide/sect-Checking_if_chrony_is_synchronized.html 安装 yum install -y ch
阅读全文
posted @ 2020-05-04 10:06 LeoShi2020
阅读(953)
评论(0)
推荐(0)
[CentOS7]VM模板制作
摘要: # 删除网卡UUID # 删除网卡mac地址 # 删除ssh_key rm -rf /etc/ssh/ssh_host_* # 清空machine-id cat /dev/null > /etc/machine-id # 清除历史命令 history -c echo > ~/.bash_histor
阅读全文
posted @ 2020-05-04 09:31 LeoShi2020
阅读(256)
评论(0)
推荐(0)
2020年5月3日
[CentOS7]curl用法
摘要: 直接下载 curl O \ 下载后重命名 curl L \ o \ 直接本地路径下载 下载cfssljson_linux amd64到/usr/local/bin/并重命名cfssljson END
阅读全文
posted @ 2020-05-03 15:32 LeoShi2020
阅读(2032)
评论(0)
推荐(0)
[Docker]compose一键部署nginx
摘要: Docker compose部署nginx 创建配置文件 END
阅读全文
posted @ 2020-05-03 15:04 LeoShi2020
阅读(790)
评论(0)
推荐(0)
2020年5月2日
[k8s]阿里源
摘要: 阿里源 END
阅读全文
posted @ 2020-05-02 06:34 LeoShi2020
阅读(977)
评论(0)
推荐(0)
2020年4月21日
[Docker]一键部署nexus
摘要: Dcoker-compose一键部署Nexus 创建配置文件 mkdir -p /opt/nexus/data chown 200:200 -R /opt/nexus/data cat > /opt/nexus/docker-compose.yml<<'EOF' version: '3.7' ser
阅读全文
posted @ 2020-04-21 16:31 LeoShi2020
阅读(364)
评论(0)
推荐(0)
[Docker]一键部署gitlab中文版
摘要: Docker compose一键部署gitlab 创建配置文件 ` END
阅读全文
posted @ 2020-04-21 14:18 LeoShi2020
阅读(1227)
评论(0)
推荐(0)
上一页
1
···
30
31
32
33
34
35
36
37
38
···
49
下一页
公告