摘要: 1、开放端口 firewall-cmd --zone=public --add-port=5672/tcp --permanent # 开放5672端口 firewall-cmd --zone=public --remove-port=5672/tcp --permanent #关闭5672端口 f 阅读全文
posted @ 2020-04-05 20:45 Arbitrary233 阅读(242) 评论(0) 推荐(0)
摘要: ************************更换yum源需要root权限 1、更换之前确保自己安装wget yum list wget 若没有安装wget则先安装上: yum -y install wget 2、备份一下当前的源(/etc/yum.repos.d/CentOS-Base.repo 阅读全文
posted @ 2020-04-05 17:05 Arbitrary233 阅读(6545) 评论(0) 推荐(0)
摘要: CentOS7下安装JDK1.8详细过程 在https://www.cnblogs.com/sxdcgaq8080/p/7492426.html 的基础上去除了一些不必要的讲解内容,内容看起来更精炼些 1. 卸载系统自带的OpenJDK以及相关的java文件 1.1 查看系统是否自带JDK 键入命令 阅读全文
posted @ 2020-04-05 16:44 Arbitrary233 阅读(243) 评论(0) 推荐(0)