会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
望山远而力行
博客园
首页
新随笔
联系
订阅
管理
上一页
1
2
3
4
5
6
7
8
9
···
36
下一页
2024年2月21日
docker Warning: Stopping docker.service, but it can still be activated by: docker.socket
摘要: 停止docker报错,是因为docker在关闭状态下被访问会触发自动唤醒机制: Warning: Stopping docker.service, but it can still be activated by: docker.socket 解决: systemctl stop docker sy
阅读全文
posted @ 2024-02-21 20:39 lucky_tomato
阅读(968)
评论(0)
推荐(0)
2024年2月19日
节点HeapMemory使用率(%)
摘要: 监控期间该阿里云ES集群中存在大量索引或总分片数量非常多。由于阿里云ES会监控集群中的索引并写入日志,因此当总索引或总分片个数过多时,容易引起CPU或HeapMemory或load_1m负载过高。 当节点HeapMemory使用率告警时,需要检查一下是否没有清理索引或者脚本里面没有加入新的索引
阅读全文
posted @ 2024-02-19 23:24 lucky_tomato
阅读(127)
评论(0)
推荐(0)
grep "XXXXX" test.file 返回Binary file matches
摘要: 解决办法加-a grep -a "XXXXX" xxxx.file
阅读全文
posted @ 2024-02-19 23:20 lucky_tomato
阅读(13)
评论(0)
推荐(0)
nginx的HTTP 自动跳转 HTTPS 的安全配置
摘要: server { #SSL 默认访问端口号为 443 listen 443 ssl; #请填写绑定证书的域名 server_name xxxx; #请填写证书文件的相对路径或绝对路径 ssl_certificate xxx.pem; #请填写私钥文件的相对路径或绝对路径 ssl_certificat
阅读全文
posted @ 2024-02-19 23:15 lucky_tomato
阅读(322)
评论(0)
推荐(0)
使用dockerfile构建镜像时失败,显示拉取某个镜像失败,但是正常使用命令拉取是可以
摘要: 解决:可以直接先使用docker pull 惊像名 这种方式先拉取,再使用dockerfile方式构建
阅读全文
posted @ 2024-02-19 23:06 lucky_tomato
阅读(318)
评论(0)
推荐(0)
rocky9安装postfix
摘要: dnf install postfix s-nail systemctl start postfix systemctl stop postfix 需要修改 vim /etc/postfix/main.cf inet_interfaces = 127.0.0.1
阅读全文
posted @ 2024-02-19 22:56 lucky_tomato
阅读(58)
评论(0)
推荐(0)
2024年1月8日
Redis测试连接是否正常
摘要: [root@node02 22:47:39~]# redis-cli 127.0.0.1:6379> ping (error) NOAUTH Authentication required. #没验证 127.0.0.1:6379> 127.0.0.1:6379> AUTH 1234 OK 127.
阅读全文
posted @ 2024-01-08 22:51 lucky_tomato
阅读(62)
评论(0)
推荐(0)
记一次docker执行kill进程卡住问题
摘要: 背景:收到报警信息,一台运行docker的32G内存机器突然爆内存80%警告,上去观察也没发现特别占用内存的进程,只是发现有几个docker容器运行8天多,是异常卡住,正常是运行几秒就关闭的于是我就打算docker kill 容器ID,结果一直卡住,等了好久。 解决: 通过ps -ef | grep
阅读全文
posted @ 2024-01-08 22:24 lucky_tomato
阅读(387)
评论(0)
推荐(0)
2023年8月11日
获取出口IP,公网IP
摘要: curl cip.cc
阅读全文
posted @ 2023-08-11 11:43 lucky_tomato
阅读(40)
评论(0)
推荐(0)
2023年5月7日
虚拟机16激活码,亲测有效
摘要: ZF3R0-FHED2-M80TY-8QYGC-NPKYF
阅读全文
posted @ 2023-05-07 15:26 lucky_tomato
阅读(183)
评论(0)
推荐(0)
上一页
1
2
3
4
5
6
7
8
9
···
36
下一页
公告