http://blog.chinaunix.net/u3/109488/showart_2138366.html

1.vi ~/.bashrc
http_proxy=http://192.168.0.1:81
export http_proxy
#becare,didn't ""

2.vi /etc/apt/apt.conf
Acquire::http::proxy "http://192.168.0.43:81/";


使用apt-get update或者任何您想用的网络工具测试代理。我使用firestarter查 看活动的网络连接。


3 way set proxy on ubuntu os

相关文章:

  • 2022-12-23
  • 2022-03-05
  • 2022-12-23
  • 2021-07-31
  • 2022-12-23
  • 2021-09-14
  • 2022-12-23
  • 2021-12-22
猜你喜欢
  • 2022-12-23
  • 2021-11-07
  • 2021-08-26
  • 2021-07-22
  • 2021-11-21
  • 2021-09-07
  • 2022-12-23
相关资源
相似解决方案