您现在的位置是:网站首页> 编程资料编程资料
Ubuntu中使用命令设置DNS图文教程_Ubuntu/Debian_操作系统_
2023-03-27
1150人已围观
简介 Ubuntu中使用命令设置DNS图文教程_Ubuntu/Debian_操作系统_
第一步:点击应用程序-附件-终端(如图)

第二步:打开命令终端,分别运行(如图)
复制代码
代码如下:echo nameserver 114.114.114.114 > /etc/resolv.conf
echo nameserver 114.114.115.115 > /etc/resolv.conf

PS:推荐使用114DNS,速度更快!
相关内容
- Ubuntu 15.04 开发计划确定 2015年4月23日发布_Ubuntu/Debian_操作系统_
- Ubuntu修改命令提示符PS1教程(非常详细)_Ubuntu/Debian_操作系统_
- 怎么在ubuntu12.04安装nexus-2.10.0-02-maven私有仓库?_Ubuntu/Debian_操作系统_
- Ubuntu14.04不支持U盘exfat格式该如何解决_Ubuntu/Debian_操作系统_
- Ubuntu 14.04 LTS 升级到Ubuntu 14.10的步骤_Ubuntu/Debian_操作系统_
- Ubuntu Unity在线搜索如何只显示终端应用_Ubuntu/Debian_操作系统_
- Ubuntu 14.10系统中IBUS 中文输入法安装的图文教程_Ubuntu/Debian_操作系统_
- 在Ubuntu中如何安装Mapnik工具包以便开发Gis应用程序_Ubuntu/Debian_操作系统_
- Ubuntu 32/64位安装音乐标签编辑器Kid3的方法_Ubuntu/Debian_操作系统_
- Ubuntu sudo报错command not found的解决方法_Ubuntu/Debian_操作系统_
