资料:
1,vmware
https://my.vmware.com/cn/web/vmware/downloads/#all_products
2,centos
操作系统的镜像文件 http://mirrors.163.com/centos/7.9.2009/isos/x86_64/
vmware vsphere是原生系统,
vmware workstation player是寄生系统 用于windows系统中
注意:系统要求(主机,非虚拟机):64位 Windows 10 1809 或 更高版本。如果主机系统是 64位 Windows 7 ,请使用VM15。
1,下载并安装VMware软件,一个pro是商业用途,收费;一个是player是免费版,用于学习。
1,安装完成后使用ifconfig说没有该命令。
默认无ifconfig命令,yum install ifconfig会提示无此命令;可以使用yum search ifconfig查找,
会给出提示,安装yum install net-tools.x86_64即可;
ifconfig查看ip地址即可。
2,安装yum install -y wget && wget -O install.sh http://download.bt.cn/install/install_6.0.sh && sh install.sh 宝塔时出错
yum install Could not retrieve mirrorlist
centos7默认未启动ifconfig,vi /etc/sysconfig/network-scripts/ifcfg-ens33,改成ONBOOT=yes; systemctl restart network重启网络;