29Mar/140
Centos – Tips & Tricks 04 – Proxy Configuration
# vi /etc/profile
http_proxy=http://192.168.20.10:8080
https_proxy=http://192.168.20.10:8080
export http_proxy https_proxy
# vi /etc/profile
http_proxy=http://192.168.20.10:8080
https_proxy=http://192.168.20.10:8080
export http_proxy https_proxy
Leave a comment