http://www.cnblogs.com/zakun/p/5840073.html
http://www.server110.com/apache/201404/8681.html
http://www.linuxidc.com/Linux/2014-07/104563.htm
在VMWare上安装好centos后,使用yum安装nodejs报错:can not resolve host ‘mirritlist.centos.org’,
百度上很多都说在/etc/resolv.conf文件末尾添加nameserver 8.8.8.8 nameserver 8.8.4.4 serchdomain localdomain,然并卵。
其实只要重启一下eth0网络适配器就可以了,它会自动连接网络的。
ifdown eth0
ifup eth0