首页 > 其他 > 详细

Error prompt:“wget: unable to resolve host address”---Solution

时间:2014-07-11 22:30:54      阅读:374      评论:0      收藏:0      [点我收藏+]

//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" should be  modified as follow steps:
             1. Get the root permission:      su -i
             2. Open the file with vi editor:      vi /etc/resolv.conf
             3. Press "i" into edit mode, and modify the content by:
                   nameserver 8.8.8.8 #google‘s DNS
                   nameserver 8.8.4.4 #google‘s DNS(backup)

 

Error prompt:“wget: unable to resolve host address”---Solution,布布扣,bubuko.com

Error prompt:“wget: unable to resolve host address”---Solution

原文:http://www.cnblogs.com/tyingk/p/3833024.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!