命令行使用代理
2023年10月11日
没有评论
sudo apt-get -o Acquire::https::proxy="http://127.0.0.1:8899/" install
在.bashrc中加入两行:
export http_proxy='http://127.0.0.1:8899' export https_proxy='http://127.0.0.1:8899'
然后在命令行中测试是否访问
wget www.google.com
分类: 科技