Ubuntu16解决无法解析域名问题
-
配置/etc/resolv.conf
# vim /etc/resolv.conf 插入如下两行 nameserver 8.8.8.8 nameserver 8.8.4.4
-
使用apt-get update验证
# apt-get update 命中:1 http://download.zerotier.com/debian/xenial xenial InRelease 命中:2 http://mirrors.aliyun.com/ubuntu xenial InRelease 命中:3 http://linux.teamviewer.com/deb stable InRelease 命中:4 http://ppa.launchpad.net/maarten-baert/simplescreenrecorder/ubuntu xenial InRelease 命中:5 http://archive.ubuntu.com/ubuntu xenial InRelease 命中:6 http://archive.canonical.com/ubuntu xenial InRelease 命中:7 http://dl.google.com/linux/chrome/deb stable InRelease 忽略:8 http://mirrors.aliyun.com/docker-ce/linux/ubuntu xenial InRelease 命中:9 http://mirrors.aliyun.com/docker-ce/linux/ubuntu xenial Release 获取:10 http://mirrors.aliyun.com/docker-ce/linux/ubuntu xenial Release.gpg [819 B] 忽略:10 http://mirrors.aliyun.com/docker-ce/linux/ubuntu xenial Release.gpg 已下载 819 B,耗时 2分 2秒 (6 B/s) 正在读取软件包列表... 完成 W: GPG 错误:http://mirrors.aliyun.com/docker-ce/linux/ubuntu xenial Release: 由于没有公钥,无法验证下列签名: NO_PUBKEY 7EA0A9C3F273FCD8 W: 仓库 “http://mirrors.aliyun.com/docker-ce/linux/ubuntu xenial Release” 没有数字签名。 N: 无法认证来自该源的数据,所以使用它会带来潜在风险。 N: 参见 apt-secure(8) 手册以了解仓库创建和用户配置方面的细节。
-
解决公钥问题,下载公钥
#apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 7EA0A9C3F273FCD8 Executing: /tmp/tmp.4JYU5WMbWn/gpg.1.sh --keyserver keyserver.ubuntu.com --recv-keys 7EA0A9C3F273FCD8 gpg: 下载密钥‘F273FCD8’,从 hkp 服务器 keyserver.ubuntu.com gpg: 密钥 0EBFCD88:公钥“Docker Release (CE deb) <docker@docker.com>”已导入 gpg: 合计被处理的数量:1 gpg: 已导入:1 (RSA: 1)
-
进行验证
#apt-get update