contos7 设置网络代理

contos7 设置网络代理

全局网络代理设置

vi /etc/profile

http代理设置:
	
	http_proxy=http:// xxx:8080
	export http_proxy

https代理设置:
	https_proxy=http:// xxx:8080
	proxy_username='root'
	proxy_password='123456'
	export https_proxy

猜你喜欢

转载自blog.csdn.net/Bruce_Zhang0828/article/details/102579262