global proxy
in file /etc/profile
set
1 | export proxy="http://user:pwd1@192.168.3.1:8848" |
unset command
1 | unset http_proxy |
load variablessource /etc/profile
yum proxy
in file /etc/yum.conf
set
1 | proxy=http://192.168.3.1:8848 |
npm proxy
set command
1 | npm config set proxy http://user:pwd@192.168.3.1:8848 |
unset command
1 | npm config delete proxy |
npm setting
https://segmentfault.com/a/1190000002589144
maven proxy
1 | <proxy> |
https://www.cnblogs.com/EasonJim/p/9826681.html
https://blog.csdn.net/yanzi1225627/article/details/80247758