标签:des style blog color io os 使用 ar for
127.0.0.1 localhost
# The following lines are desirable for IPv6 capable hosts
::1 localhost ip6-localhost ip6-loopback ip6-loopback
fe00::0 ip6-localnet
ff00::0 ip6-mcastprefix
ff02::1 ip6-allnodes
ff02::2 ip6-allrouters
ff02::3 ip6-allhosts
127.0.0.1 localhost dev
# 或改成下面这两行
#127.0.0.1 localhost
#127.0.0.1 dev
#或改成下面这两行(这种方式某些应用程序可能运行出现问题,如hadoop)
#127.0.0.1 localhost
#127.0.1.1 dev
这样设完后, 使用sudo 就不会再有那个错误讯息啰~ :)
标签:des style blog color io os 使用 ar for
原文地址:http://www.cnblogs.com/zmlctt/p/4008173.html