上一页 1 ··· 4 5 6 7 8 9 10 11 12 ··· 17 下一页
  2023年5月27日
摘要: 1、环境 服务器名称 IP地址 备注 db-161-131 10.32.161.131 主 db-161-132 10.32.161.132 从 2、MySQL安装 参考:https://www.cnblogs.com/a120608yby/p/17164694.html 3、修改配置并重启服务 # 阅读全文
posted @ 2023-05-27 22:22 a120608yby 阅读(101) 评论(0) 推荐(0)
  2023年5月26日
摘要: 1、添加Minio服务地址 # 查看Minio服务地址情况 mcli config host ls 或者 cat ~/.mcli/config.json # 配置迁移源服务地址 mcli alias set minio1 http://10.32.161.131:9000/ admin Admin- 阅读全文
posted @ 2023-05-26 17:09 a120608yby 阅读(72) 评论(0) 推荐(0)
  2023年5月6日
摘要: 1、环境 8核/16G内存/500G硬盘 2、安装依赖 # 安装依赖 dnf install -y curl policycoreutils openssh-server perl postfix # 启动邮件服务 systemctl enable --now postfix 3、安装源配置(或者离 阅读全文
posted @ 2023-05-06 15:01 a120608yby 阅读(684) 评论(0) 推荐(0)
  2023年4月26日
摘要: 1、Docker安装 参考:https://www.cnblogs.com/a120608yby/p/9883175.html 2、Docker Compose安装 https://www.cnblogs.com/a120608yby/p/14582853.html 3、服务配置文件 # vim d 阅读全文
posted @ 2023-04-26 11:42 a120608yby 阅读(530) 评论(0) 推荐(0)
摘要: 1、离线安装包下载 https://dev.mysql.com/downloads/mysql/5.5.html?os=31&version=5.1 2、解压并安装 # 解压 tar xf mysql-8.0.33-1.el9.x86_64.rpm-bundle.tar # 安装MySQL dnf 阅读全文
posted @ 2023-04-26 11:42 a120608yby 阅读(591) 评论(0) 推荐(0)
  2023年4月24日
摘要: 1、环境 服务器配置:4核/8G内存/100G硬盘 2、在线安装 # 中国地区 curl -sSL https://resource.fit2cloud.com/jumpserver/jumpserver/releases/latest/download/quick_start.sh | bash 阅读全文
posted @ 2023-04-24 16:32 a120608yby 阅读(0) 评论(0) 推荐(0)
  2023年4月23日
摘要: 1、系统参数配置 # vim /etc/sysctl.conf net.ipv4.ip_forward = 1 net.bridge.bridge-nf-call-arptables = 1 net.bridge.bridge-nf-call-ip6tables = 1 net.bridge.bri 阅读全文
posted @ 2023-04-23 13:09 a120608yby 阅读(117) 评论(0) 推荐(0)
  2023年4月20日
摘要: 1、安装 dnf -y install dnsmasq 2、配置文件修改 # vim /etc/dnsmasq.conf ... resolv-file=/etc/resolv.dnsmasq.conf strict-order user=dnsmasq group=dnsmasq listen-a 阅读全文
posted @ 2023-04-20 09:05 a120608yby 阅读(255) 评论(0) 推荐(0)
  2023年4月17日
摘要: 1、环境 服务器名称 IP地址 备注 stack-161-131 10.32.161.131 stack-161-132 10.32.161.132 stack-161-133 10.32.161.133 2、安装源配置 # cat > /etc/yum.repos.d/elasticsearch. 阅读全文
posted @ 2023-04-17 16:32 a120608yby 阅读(411) 评论(0) 推荐(0)
摘要: 1、安装服务端和客户端 # 服务端 dnf install https://dl.minio.org.cn/server/minio/release/linux-amd64/minio-20230518000536.0.0.x86_64.rpm -y # 客户端 dnf install https: 阅读全文
posted @ 2023-04-17 15:18 a120608yby 阅读(410) 评论(0) 推荐(0)
上一页 1 ··· 4 5 6 7 8 9 10 11 12 ··· 17 下一页