赵走x博客
网站访问量:151475
首页
书籍
软件
工具
古诗词
搜索
登录
6、SCP不会覆盖已有文件
5、linux中查找程序运行路径
4、ping: www.baidu.com: Temporary failure in name resolution
3、/etc/resolv.conf" E166: Can't open linked file for writing
2、Linux查看用户列表
1、脚本生成所有登录用户的操作历史
Linux sed 命令
Linux定时任务
4、ping: www.baidu.com: Temporary failure in name resolution
资源编号:76553
linux
Linux小技巧
热度:579
百度ping不通
``` vim /etc/resolv.conf ``` 添加解析服务器即可 ``` nameserver 8.8.8.8 nameserver 114.114.114.114 ```