上一页 1 2 3 4 5 6 7 8 9 ··· 14 下一页
  2023年8月14日
摘要: 1、修改docker服务启动配置文件 # vim /usr/lib/systemd/system/docker.service ... [Service] ... ExecStart=/usr/bin/dockerd -H fd:// --containerd=/run/containerd/con 阅读全文
posted @ 2023-08-14 16:20 a120608yby 阅读(1370) 评论(0) 推荐(0) 编辑
  2023年7月6日
摘要: 1、Docker CE安装 参考:https://www.cnblogs.com/a120608yby/p/9883175.html 2、Docker Compose安装 参考:https://www.cnblogs.com/a120608yby/p/14582853.html 3、Minio部署 阅读全文
posted @ 2023-07-06 13:50 a120608yby 阅读(150) 评论(0) 推荐(0) 编辑
  2023年6月15日
摘要: 1、Docker安装 参考:https://www.cnblogs.com/a120608yby/p/9883175.html 2、Docker Compose安装 参考:https://www.cnblogs.com/a120608yby/p/14582853.html 3、服务配置 # vim 阅读全文
posted @ 2023-06-15 17:52 a120608yby 阅读(541) 评论(0) 推荐(0) 编辑
  2023年6月14日
摘要: 1、安装依赖 dnf install libmaxminddb libmaxminddb-devel -y 2、编译安装 wget https://tar.goaccess.io/goaccess-1.7.2.tar.gz tar xf goaccess-1.7.2.tar.gz cd goacce 阅读全文
posted @ 2023-06-14 16:13 a120608yby 阅读(78) 评论(0) 推荐(0) 编辑
  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 阅读(82) 评论(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 阅读(46) 评论(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 阅读(341) 评论(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 阅读(293) 评论(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 阅读(278) 评论(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 阅读(148) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 9 ··· 14 下一页