摘要: linux centos 下代理http、https、ftp、all_proxy全局使用代理: export http_proxy=http://host:port/ export https_proxy=$http_proxy export ftp_proxy=$http_proxy export... 阅读全文
posted @ 2014-05-22 11:50 yantze 阅读(1727) 评论(0) 推荐(0) 编辑