1.虚拟机中的"CD/DVD(IDE)"配置好Linux映像文件后,打开虚拟机,点击"开启此虚拟机" 2.进入光盘启动界面,选择第一项,表示安装升级Linux系统 Install or upgrade an existing system:安装或升级系统 Install system with basic video driver:使用基本(本地)显卡安装系统 Rescue Installed system:进入系统修复模式 Boot from local driv…
1.新建虚拟机 2.安装centos6.5 3.centos设置 查看网络 4.vmware设置网络连接 关闭selinux [root@china ~]# vim /etc/selinux/config 关闭防火墙 关闭命令: service iptables stop 永久关闭防火墙:chkconfig iptables off 两个命令同时运行,运行完成后查看防火墙关闭状态 service iptables status 永久改变IP地址 [root@china ~]# vi /etc/s…