2011年1月18日 星期二

wget 設定 proxy 連線

因為學網連國外很慢


每次wget 抓東西都很慢


查了一下怎麼用wget 設定proxy


#vim /etc/wgetrc


http_proxy=http://x.x.x.x:3128/

ftp_proxy = http://x.x.x.x:3128/

use_proxy = on


 


沒有留言:

張貼留言

如何在 golang 裡面引用 gitlab private repo

參考文章:https://stackoverflow.com/questions/27500861/whats-the-proper-way-to-go-get-a-private-repository 原文是用 gitlab.company.com 當範例,這邊改成一般帳號...