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