[root@localhost ~]# vi ~/.bashrc
# Network Config
export http_proxy=http://username:password@proxyserver:port
export https_proxy=http://username:password@proxyserver:port
export ftp_proxy=http://username:password@proxyserver:port

## 刷新一下
[root@localhost ~]# source ~/.bashrc

相关文章:

  • 2021-07-18
  • 2022-02-07
  • 2022-12-23
  • 2022-12-23
  • 2021-11-30
  • 2021-11-20
猜你喜欢
  • 2021-08-10
  • 2022-12-23
  • 2021-06-10
  • 2022-02-07
  • 2022-01-10
  • 2022-12-23
  • 2021-11-20
相关资源
相似解决方案