摘要:
1. 添加 EPEL 9 仓库 sudo dnf install epel-release -y 2. 安装 Supervisor sudo dnf install supervisor -y sudo systemctl enable supervisor # 设置开机自启 3.创建 Superv 阅读全文
posted @ 2025-07-02 16:39
BlackSnow
阅读(60)
评论(0)
推荐(0)
摘要:
1. 安装 Redis sudo dnf install redis sudo systemctl enable redis # 设置开机自启 2. 替换 Redis 配置文件 sudo mv /etc/redis/redis.conf /etc/redis/redis.conf.bak # 备份原 阅读全文
posted @ 2025-07-02 14:25
BlackSnow
阅读(8)
评论(0)
推荐(0)
摘要:
安装开发套件 sudo dnf groupinstall "Development Tools" 阅读全文
posted @ 2025-07-02 14:06
BlackSnow
阅读(4)
评论(0)
推荐(0)
摘要:
0.建立磁盘阵列并安装操作系统 1.安装开发套件 2.安装Redis 3.安装Supervisor 4.安装Kafka服务 5.安装librdkafka相关依赖库 6.搭建前置机配置器所需环境(cl3803x64平台) 阅读全文
posted @ 2025-07-02 14:02
BlackSnow
阅读(7)
评论(0)
推荐(0)