Skip to content

Instantly share code, notes, and snippets.

@nutti
Last active August 29, 2015 14:10
Show Gist options
  • Save nutti/b583d4b89cbc17cd94a8 to your computer and use it in GitHub Desktop.
Save nutti/b583d4b89cbc17cd94a8 to your computer and use it in GitHub Desktop.
[Linux] wgetをプロキシ経由で実行する方法 ref: http://qiita.com/nutti/items/4ed09d3d61ccad49069b
http_proxy=http://${xxx.xxx.xxx.xxx}:${pp}/
proxy_user=${user}
proxy_password=${pass}
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