vi .profile
export http_prox="http://xxxx:port"
export https_proxy="http://xxxx:port"
alias curl="curl -x http://xxxx:port"
2023-10-09 19:41:28
vi .profile
export http_prox="http://xxxx:port"
export https_proxy="http://xxxx:port"
alias curl="curl -x http://xxxx:port"