Last active
August 29, 2015 14:10
-
-
Save nutti/b583d4b89cbc17cd94a8 to your computer and use it in GitHub Desktop.
[Linux] wgetをプロキシ経由で実行する方法 ref: http://qiita.com/nutti/items/4ed09d3d61ccad49069b
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
http_proxy=http://${xxx.xxx.xxx.xxx}:${pp}/ | |
proxy_user=${user} | |
proxy_password=${pass} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
http_proxy=http://${xxx.xxx.xxx.xxx}:${pp}/ | |
https_proxy=http://${xxx.xxx.xxx.xxx}:${ss}/ | |
ftp_proxy=http://${xxx.xxx.xxx.xxx}:${qq}/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment