Cannot I connect to the Internet after the minimum installation? Find the network configuration method: Under the command line
Ifconfig eth0 192.168.137.117 netmask 255.255.255.0route add default GW 192.168.137.1echo "nameserver 218.104.111.114">/etc/resolv. conf
The above method is too stupid to directly change
VI/etc/sysconfig/network-scrip/ifcfg-eth0
Change onboot to yes.
Install wget
Yum install wget
Change to 163 Source
CD/etc/yum. Repos. DMV CentOS-Base.repo CentOS-Base.repo.backupwget http://mirrors.163.com/.help/CentOS6-Base-163.repoyum clean allyum install makecache
If a makecache error occurs, try again or twice ......
I just timed out again, angry ...... Then I found that my roommate had disconnected the network.
Install SSH ......
Has been installed ......
Install the development tool
Yum groupinstall "development libraries" "development tools"