Linux虚拟机 sudo yum update 报错:Could not resolve host
linux-dash
A beautiful web dashboard for Linux
项目地址:https://gitcode.com/gh_mirrors/li/linux-dash
免费下载资源
·
转载自:https://blog.csdn.net/jasonhector/article/details/78657532
没有配置DNS会引起的问题
yum命令
ssh命令等不能进行
错误:
Could not resolve host: centos.ustc.edu.cn;
本文例子: CentOS7 下DNS配置
网络适配器设置
1.root权限登录终端 输入
$ ip add
ens33 为我的名字 记下
2.查找配置文件
$ cd /etc/sysconfig/network-scripts/
$ ls
找到刚才对应的名字
$ vi ifcfg-ens33
最底下
ONBOOT = yes
3.关机重启,然后ping 一下网站看看是否能通
$ shutdown -r now
百度为例
$ping www.baidu.com
4.重新查看
$ ip add
记录下ip地址
5.进行配置文件添加配置
$ cd /etc/sysconfig/network-scripts/
修改原先文件
$ vi ifcfg-ens33
后两行最后都为1就可以
6.保存退出 重启
$ shutdown -r now
执行yum 操作
$ yum install perl*
GitHub 加速计划 / li / linux-dash
10.39 K
1.2 K
下载
A beautiful web dashboard for Linux
最近提交(Master分支:2 个月前 )
186a802e
added ecosystem file for PM2 4 年前
5def40a3
Add host customization support for the NodeJS version 4 年前
更多推荐
已为社区贡献6条内容
所有评论(0)