摘要: yum -y update 1 yum -y update View Code yum -y update yum -y update yum -y update 1 yum -y update 阅读全文
posted @ 2022-11-04 15:54 刘大郎 阅读(9) 评论(0) 推荐(0)
摘要: 一、基础环境搭建 2.1 配置yum 1、添加yum源 #一定注意版本 #curl 下载阿里镜像源 curl -o /etc/yum.repos.d/CentOS-Base.repo http://mirrors.aliyun.com/repo/Centos-7.repo #rpm 安装官方-EPE 阅读全文
posted @ 2022-11-03 16:51 刘大郎 阅读(62) 评论(0) 推荐(0)
摘要: rem 批处理防火墙规则 @echo off rem 设置需要启动的端口 set OTHERPORT=28000,7000,1052,7777,2333,902 rem 启用防火墙常规端口 netsh advfirewall firewall add rule name="_Ping" dir=in 阅读全文
posted @ 2020-09-24 11:04 刘大郎 阅读(406) 评论(0) 推荐(0)