摘要: dns服务器 配置 解决办法: 1、打开文件 /etc/resolv.conf 在其中添加: nameserver 8.8.8.8 nameserver 8.8.4.4 search localdomain 2、然后重启网卡:使用命令: service network restart 阅读全文
posted @ 2024-12-03 19:26 emanlee 阅读(250) 评论(0) 推荐(0)
摘要: yum install graphviz No more mirrors to try. 解决方法: 检查网络连接:确保你的系统可以正常访问互联网。 清除缓存:运行 yum clean all 清除 yum 缓存,然后再尝试安装。 检查仓库配置:检查 /etc/yum.repos.d/ 目录下的仓库 阅读全文
posted @ 2024-12-03 16:17 emanlee 阅读(82) 评论(0) 推荐(0)