摘要: 问题根源 你的域名被百度云墙(domainwall.cloud.baidu.com)拦截了 Let's Encrypt 的 HTTP 验证请求,导致标准的 HTTP 验证方式全部失败。 尝试过的方案(都失败了) 1. HTTP 验证 + Nginx 插件 ❌ - 被百度云墙拦截,返回 403 2. 阅读全文
posted @ 2026-03-03 09:55 Fmaj-7 阅读(2) 评论(0) 推荐(0)
摘要: 转自:https://blog.csdn.net/shangjg03/article/details/133172403 阅读全文
posted @ 2024-02-06 10:18 Fmaj-7 阅读(80) 评论(0) 推荐(0)
摘要: 转自:https://www.jianshu.com/p/9f5fa59e16e7 阅读全文
posted @ 2024-01-31 17:24 Fmaj-7 阅读(15) 评论(0) 推荐(0)
摘要: 官网解决方案: 下载:https://www.oracle.com/database/technologies/instant-client/linux-x86-64-downloads.html mkdir -p /opt/oracle cd /opt/oracle unzip instantcl 阅读全文
posted @ 2024-01-22 10:53 Fmaj-7 阅读(419) 评论(0) 推荐(0)
摘要: netstat -ano | findstr 8080 taskkill /f /pid 8080 阅读全文
posted @ 2023-09-12 15:22 Fmaj-7 阅读(9) 评论(0) 推荐(0)
摘要: https://www.python.org/ftp/python/ 阅读全文
posted @ 2022-10-12 09:20 Fmaj-7 阅读(7) 评论(0) 推荐(0)
摘要: 更新所有节点的 cgroup 驱动 对于集群中的每一个节点: 执行命令 kubectl drain <node-name> --ignore-daemonsets,以 腾空节点 执行命令 systemctl stop kubelet,以停止 kubelet 停止容器运行时 修改容器运行时 cgrou 阅读全文
posted @ 2022-02-25 09:34 Fmaj-7 阅读(82) 评论(0) 推荐(0)
摘要: yum list kubeadm --showduplicates|sort -r 阅读全文
posted @ 2022-02-21 11:35 Fmaj-7 阅读(278) 评论(0) 推荐(0)
摘要: view dev-a { match-clients {key dev-a-key; dev-a;}; recursion yes; zone "." IN { type hint; file "named.ca"; }; include "/etc/named.dev-a"; include "/ 阅读全文
posted @ 2022-02-16 18:00 Fmaj-7 阅读(86) 评论(0) 推荐(0)
摘要: alias会丢弃掉匹配的部分,root不会 阅读全文
posted @ 2022-02-10 16:23 Fmaj-7 阅读(28) 评论(0) 推荐(0)