上一页 1 ··· 20 21 22 23 24
摘要: #环境 linux#一键安装rabitmq,在linux环境中使用脚本运行该文件(sh auto_install_rabbitmq.sh)#!/bin/bash #功能:rabbitmq自动安装。#需要将安装文件put到/opt/tools/ 目录下#然后执行本脚本,安装至/usl/local/目录 阅读全文
posted @ 2021-02-22 17:27 woaibaobei 阅读(409) 评论(0) 推荐(0)
摘要: 在CentOS和RHEL Linux中安装dnsmasq 1. dnsmasq软件包在默认存储库中可用,使用yum安装,如图所示。 # yum install dnsmasq 在CentOS中安装dnsmasq 2. 启动并设置开机自启。 # systemctl start dnsmasq # sy 阅读全文
posted @ 2021-02-22 16:58 woaibaobei 阅读(917) 评论(0) 推荐(1)
上一页 1 ··· 20 21 22 23 24