上一页 1 2 3 4 5 6 7 8 9 ··· 36 下一页
摘要: 转载自:https://blog.csdn.net/u012149181/article/details/119644062 1、安装软件的命令格式 rpm -ivh filename.rpm[root@CENTOS100 z08784]# rpm -ivh hdparm-9.43-5.el7.x8 阅读全文
posted @ 2023-04-06 19:19 larybird 阅读(140) 评论(0) 推荐(0) 编辑
摘要: 转载自:https://www.cnblogs.com/chong-zuo3322/p/14133439.html 换算 1 Byte = 8 Bits(即 1B=8b)1 KB = 1024 Bytes1 MB = 1024 KB 1 GB = 1024 MB 1 TB = 1024 GB 基本概 阅读全文
posted @ 2023-04-04 15:59 larybird 阅读(711) 评论(0) 推荐(0) 编辑
摘要: 压缩命令: tar czvf 压缩文件名.tar.gz 被压缩文件夹 解压命令: tar zvxf 压缩文件名.tar.gz 阅读全文
posted @ 2023-04-03 19:09 larybird 阅读(15) 评论(0) 推荐(0) 编辑
摘要: 所需镜像汇总: quay.io/brancz/kube-rbac-proxy:v0.12.0 3b63df468a30 quay.io/prometheus/node-exporter:v1.3.1 1dbe0e931976 k8s.gcr.io/kube-state-metrics/kube-st 阅读全文
posted @ 2023-04-03 16:40 larybird 阅读(321) 评论(0) 推荐(0) 编辑
摘要: 转载自:http://www.ppmy.cn/news/29981.html 查看是否开启 experimental 功能 --platform 参数需要 experimental 为 true,通过下面的命令可以验证是否开启 docker info | grep -i 'experimental' 阅读全文
posted @ 2023-04-03 14:25 larybird 阅读(531) 评论(0) 推荐(0) 编辑
摘要: with open("/Users/lucy/Downloads/final.txt") as file: for line in file: l = line.split() if l[1][0:3] == "Use" and l[1][len(l[1]) - 2:] == "GC": print 阅读全文
posted @ 2023-04-03 12:33 larybird 阅读(32) 评论(0) 推荐(0) 编辑
摘要: 转载自:https://blog.csdn.net/HXNLYW/article/details/88127414 docker exec -it 793d8 /bin/sh 进入容器内, 使用 ps -ef | grep java 报了错: 问题出在docker 容器linux没有安装procps 阅读全文
posted @ 2023-04-03 10:03 larybird 阅读(458) 评论(0) 推荐(0) 编辑
摘要: git地址:https://github.com/huangdan92/springbootDruid/blob/main/README.md 项目测试: 阅读全文
posted @ 2023-03-29 16:12 larybird 阅读(20) 评论(0) 推荐(0) 编辑
摘要: 安装git yum install git -y 登录github,查看kube-prometheus项目 https://github.com/prometheus-operator/kube-prometheus 查看kubenetes对应版本 拉取对应的kube-prometheus版本 gi 阅读全文
posted @ 2023-03-29 09:25 larybird 阅读(219) 评论(0) 推荐(0) 编辑
摘要: 转载自:https://blog.csdn.net/mikewuhao/article/details/106666109 Demo实现的功能项目启动生产者和消费者2个服务后, 生产者端执行用户查询, 从数据库查出用户数据后, 发送给消息中间件rocketMq, 消费者监听到mq消息后获取到用户数据 阅读全文
posted @ 2023-03-28 16:52 larybird 阅读(165) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 9 ··· 36 下一页