使用 export http_proxy / https_proxy 的方式代理
全域變數 http_proxy / https_proxy
# 暫時生效,重開機proxy就會失效
$ export http_proxy=http://proxy.example.com
# https用https_proxy
$ $ export https_proxy=https://proxy.example.com
文章目前都已轉入WordPress囉,請連這裡 https://shazi.info,若有連結失效請到新站台查詢!並告知站長,這裡僅提供第一次發文的同步更新,文章有編修將不再修正。
# 暫時生效,重開機proxy就會失效
$ export http_proxy=http://proxy.example.com
# https用https_proxy
$ $ export https_proxy=https://proxy.example.com