摘要: 在 vi ~/.bashrc source ~/.bashrc 添加 export HOSTIP=$(cat /etc/resolv.conf | grep "nameserver" | cut -f 2 -d " ") export http_proxy="http://$HOSTIP:7890" 阅读全文
posted @ 2023-05-09 22:02 漓川 阅读(14) 评论(0) 推荐(0)