VMvare 安装 Linux CentOS 7视频教程【Java项目教程《尚庭公寓》java项目从开发到部署适合新手其含金量高的Java项目实战】 跳转链接1、Vmvare 创建虚拟机2、安装 CentOS 7https://developer.aliyun.com/mirror/?spma2c6h.25603864.0.0.39273b95mrpC7vhttps://mirrors.aliyun.com/centos/7.9.2009/isos/x86_64/?spma2c6h.25603864.0.0.4a1c18f8why5cb3、设置静态 IP 地址hostnamectl set-hostname server01--static4、关闭防火墙和 SELinuxsystemctl stop firewalld#关闭防火墙systemctl disable firewalld#禁止开机启动vim/etc/selinux/config#编辑这个文件# 修改 SELINUXdisabledreboot# 重启服务