linux ifconfig命令不能使用
1,yum provides ifconfig 来查看那个包提高ifconfig,并安装一下。
编辑
2,yum install net-tools
编辑
3,输入ifconfig测试一下,ok了
解决Failed to download metadata for repo ‘AppStream’
排查/etc/yum.repos.d
目录下这三个文件:
CentOS-Base.repo
CentOS-AppStream.repo
CentOS-Extras.repo
如果上述三个文件中含有 mirrorlist 字段,将这些字段进行注释,并将 baseurl 修改为国内的软件源,阿里云baseurl=https://mirrors.aliyun.com/centos/$releasever/BaseOS/$basearch/os/
或者腾讯云baseurl=https://mirrors.tencentyun.com/centos/$releasever/BaseOS/$basearch/os/
阿里巴巴开源镜像站-OPSX镜像站-阿里云开发者社区
关闭防火墙