//Situation System prompts that:"wget: unable to resolve host address". //Analysis Unable to resolve host address means the problem of DNS(Domain Name System). //Solution To fix the problem, the configuration file "resolv.conf"…
[root@one ~]# wget www.baidu.com --2017-09-24 10:20:23-- http://www.baidu.com/ Resolving http... failed: Temporary failure in name resolution. wget: unable to resolve host address “http” 解决方案: [root@one ~]# vim /etc/resolv.conf The DNS server seems o…