上一页 1 2 3 4 5 6 ··· 66 下一页
摘要: 代理后端服务-上传文件 代理配置 location ^~ /out/dev/ { proxy_pass https://xxxx:443/; proxy_set_header Host $Host; #proxy_set_header X-Real-IP $remote_addr; #proxy_s 阅读全文
posted @ 2026-01-08 17:56 小吉猫 阅读(16) 评论(0) 推荐(0)
摘要: 告警通知 HostRaidDiskFailure 告警级别: warning 开始时间: 2025-11-28T22:24:22.663Z 故障主机IP: xxxx:9100 告警描述: At least one device in RAID array on xxxx:9100 failed. A 阅读全文
posted @ 2026-01-08 17:44 小吉猫 阅读(25) 评论(0) 推荐(0)
摘要: 桌面环境适配配置 GNOME 环境 # 安装完整的 GNOME 桌面环境 sudo apt install ubuntu-desktop -y # 安装 GNOME 显示管理器 sudo apt install gdm3 -y # 设置 GDM3 为默认显示管理器 sudo dpkg-reconfi 阅读全文
posted @ 2025-10-14 16:22 小吉猫 阅读(358) 评论(0) 推荐(0)
摘要: 问题说明 主从节点失联。 查看现象 info replication 127.0.0.1:16379> info replication # Replication role:master connected_slaves:0 master_failover_state:no-failover ma 阅读全文
posted @ 2025-09-26 00:56 小吉猫 阅读(40) 评论(0) 推荐(0)
摘要: 场景一 需求说明 将本机 (IP: 192.168.174.193) 发往 192.168.174.165:443 的流量转发到 另一节点 192.168.174.149:20037(nginx 4层代理到192.168.174.165:443) 启用 IP 转发 # 节点IP: 192.168.1 阅读全文
posted @ 2025-09-23 18:27 小吉猫 阅读(49) 评论(0) 推荐(0)
摘要: 安装 buildx repository 安装 sudo dnf install docker-ce docker-ce-cli containerd.io docker-buildx-plugin docker-compose-plugin 二进制安装 wget https://github.co 阅读全文
posted @ 2025-08-25 18:07 小吉猫 阅读(612) 评论(0) 推荐(0)
摘要: 连接服务器 mc alias set <别名> <端点> <访问密钥> <秘密密钥> /usr/local/minio/mc --insecure alias set myminio https://minio:19000 minioadmin 05XFqJZek01T mc: Configurat 阅读全文
posted @ 2025-07-18 18:48 小吉猫 阅读(188) 评论(0) 推荐(0)
摘要: 扩容 tiflash 节点 添加节点信息到 scale-out.yml 文件 tiflash_servers: - host: 192.168.174.147 运行扩容命令 tiup cluster scale-out tidb-test scale-out.yml + Detect CPU Arc 阅读全文
posted @ 2025-05-21 08:54 小吉猫 阅读(73) 评论(0) 推荐(0)
摘要: 集群说明 组件说明 组件 节点 实例数量(最低要求) TiDB 192.168.174.145-146 2 PD 192.168.174.145-147 3 TiKV 192.168.174.145-147 3 TiFlash 192.168.174.145-146 2 TiCDC 192.168. 阅读全文
posted @ 2025-05-20 16:19 小吉猫 阅读(178) 评论(0) 推荐(0)
摘要: tidb 简介 TiDB 是 PingCAP 公司自主设计、研发的开源分布式关系型数据库,是一款同时支持在线事务处理与在线分析处理 (Hybrid Transactional and Analytical Processing, HTAP) 的融合型分布式数据库产品,具备水平扩容或者缩容、金融级高可 阅读全文
posted @ 2025-05-14 17:44 小吉猫 阅读(70) 评论(0) 推荐(0)
上一页 1 2 3 4 5 6 ··· 66 下一页