2015-09-09

Linux Mint の各種プロキシ設定 (Ubuntuも同じ?)

以前も書いたかもしれないが..間違っていたらご指摘よろしく願います

システム共通(というかユーザーごと?)

Menu から「設定」の「ネットワークプロキシ」を開く。

もしくはこちらの方のページ http://forums.linuxmint-jp.net/viewtopic.php?f=6&t=859

「端末」からコマンドでいけるかも。

gsettings org.gnome.system.proxy.https host 'http://....'

gsettings org.gnome.system.proxy.https port 8080

gsettings org.gnome.system.proxy.http host 'http://....'

gsettings org.gnome.system.proxy.http port 8080

gsettings org.gnome.system.proxy.ftp host 'http://....'

gsettings org.gnome.system.proxy.ftp port 8080

apt-get

/etc/apt/apt.conf (ソフトウエアマネージャなんかも利用している)

こちらの方のページ(若干間違い) http://d.hatena.ne.jp/mrgoofy33/20100726/1280154695

プロトコル関係なく Acquire::(proto)::proxy "http://...:8080" 。

wget

/etc/wgetrc

こちらの方のページ http://www.geocities.jp/gronlijus/skill/linux/linux-wget-proxy.html

または http://qiita.com/HirofumiYashima/items/1015874766bd4afb5e2d

アドレスを見分けての自動除外指定はできるのかな...

記事への反応(ブックマークコメント)

ログイン ユーザー登録
ようこそ ゲスト さん