ユーザ用ツール

サイト用ツール


サイドバー

このページの翻訳:



最近の更新



Tag Cloud

01_linux:01_net:72_wget_with_proxy

72 wgetをプロキシ経由で

ユーザ毎に設定したい場合

~/.wgetrc
http_proxy=http://${xxx.xxx.xxx.xxx}:${pp}/
proxy_user=${user}
proxy_password=${pass}

全ユーザのデフォルト動作として設定したい場合

/etc/wgetrc
http_proxy=http://${xxx.xxx.xxx.xxx}:${pp}/
https_proxy=http://${xxx.xxx.xxx.xxx}:${ss}/
ftp_proxy=http://${xxx.xxx.xxx.xxx}:${qq}/
01_linux/01_net/72_wget_with_proxy.txt · 最終更新: 2015/06/04 15:02 by matsui