From: Anton Vinogradov <vinogradov.mail@gmail.com> To: hsvhome@mail.ru, ALT Linux Community general discussions <community@lists.altlinux.org> Subject: Re: [Comm] apt-get за прокси с авторизацией Date: Mon, 18 Aug 2008 19:04:53 +0400 Message-ID: <48A98F95.3050705@gmail.com> (raw) In-Reply-To: <200808181712.09206.hsvhome@mail.ru> А если погуглить? PS: У меня для апт работал второй вариант, правда авторизацю теперь выставляю себе по IP, ибо полномочия имею :) =============================== 1) in /etc/profile: Code: export http_proxy="http://user:pass@xxx.xxx.xxx.xxx:port/" export ftp_proxy="http://user:pass@xxx.xxx.xxx.xxx:port/" 2) in /etc/apt/apt.conf Code: Acquire::http::Proxy "http://user:pass@xxx.xxx.xxx.xxx:port/"; Acquire::ftp::Proxy "http://user:pass@xxx.xxx.xxx.xxx:port/"; 3) in /etc/wgetrc Code: http_proxy = http://user:pass@xxx.xxx.xxx.xxx:port/ ftp_proxy = http://user:pass@xxx.xxx.xxx.xxx.port/ use_proxy = on
next prev parent reply other threads:[~2008-08-18 15:04 UTC|newest] Thread overview: 46+ messages / expand[flat|nested] mbox.gz Atom feed top 2008-08-18 11:02 Михаил Шувалов 2008-08-18 11:06 ` Timur Batyrshin 2008-08-18 12:56 ` Михаил Шувалов 2008-08-18 11:45 ` Michael Shigorin 2008-08-18 12:08 ` Смирнов Андрей 2008-08-18 13:12 ` Михаил Шувалов 2008-08-18 12:49 ` Андрей Черепанов 2008-08-18 13:48 ` Michael Shigorin 2008-08-18 13:07 ` Михаил Шувалов 2008-08-18 13:34 ` Michael Shigorin 2008-08-18 13:38 ` Михаил Шувалов 2008-08-18 13:49 ` Michael Shigorin 2008-08-18 14:12 ` Sergey Shilov 2008-08-18 15:04 ` Anton Vinogradov [this message] 2008-08-18 15:40 ` Sergey Shilov 2008-08-18 15:49 ` Anton Vinogradov 2008-08-18 16:55 ` Michael Shigorin 2008-08-18 17:03 ` Mike Shuvalov 2008-08-18 21:11 ` Sergey Shilov 2008-08-18 14:58 ` Anton Vinogradov 2008-08-18 16:54 ` Michael Shigorin 2008-08-18 17:08 ` Mike Shuvalov 2008-08-18 21:05 ` Sergey Shilov 2008-08-19 4:19 ` Mike Shuvalov 2008-08-19 9:08 ` Sergey Shilov 2008-08-19 9:30 ` Sergey Shilov 2008-08-19 10:21 ` [Comm] [JT] " Michael Shigorin 2008-08-19 10:31 ` [Comm] " Sergey Shilov 2008-08-19 10:53 ` Sergey Shilov 2008-08-19 11:00 ` Michael Shigorin 2008-08-19 11:16 ` Alexey I. Froloff 2008-08-19 16:00 ` Andrey Rahmatullin 2008-08-19 20:03 ` Alexey I. Froloff 2008-08-19 20:06 ` Andrey Rahmatullin 2008-08-19 20:14 ` Alexey I. Froloff 2008-08-19 20:24 ` Andrey Rahmatullin 2008-08-19 22:26 ` Michael Shigorin 2008-08-20 5:00 ` Andrey Rahmatullin 2008-08-20 5:45 ` Alex Gorbachenko 2008-08-20 5:54 ` Andrey Rahmatullin 2008-08-18 13:36 ` Михаил Шувалов 2008-08-18 17:15 ` Mike Shuvalov 2008-08-18 17:38 ` Michael Shigorin 2008-08-18 18:05 ` Mike Shuvalov 2008-08-18 18:13 ` Michael Shigorin 2008-08-18 18:26 ` Mike Shuvalov
Reply instructions: You may reply publicly to this message via plain-text email using any one of the following methods: * Save the following mbox file, import it into your mail client, and reply-to-all from there: mbox Avoid top-posting and favor interleaved quoting: https://en.wikipedia.org/wiki/Posting_style#Interleaved_style * Reply using the --to, --cc, and --in-reply-to switches of git-send-email(1): git send-email \ --in-reply-to=48A98F95.3050705@gmail.com \ --to=vinogradov.mail@gmail.com \ --cc=community@lists.altlinux.org \ --cc=hsvhome@mail.ru \ /path/to/YOUR_REPLY https://kernel.org/pub/software/scm/git/docs/git-send-email.html * If your mail client supports setting the In-Reply-To header via mailto: links, try the mailto: link
ALT Linux Community general discussions This inbox may be cloned and mirrored by anyone: git clone --mirror http://lore.altlinux.org/community/0 community/git/0.git # If you have public-inbox 1.1+ installed, you may # initialize and index your mirror using the following commands: public-inbox-init -V2 community community/ http://lore.altlinux.org/community \ mandrake-russian@linuxteam.iplabs.ru community@lists.altlinux.org community@lists.altlinux.ru community@lists.altlinux.com public-inbox-index community Example config snippet for mirrors. Newsgroup available over NNTP: nntp://lore.altlinux.org/org.altlinux.lists.community AGPL code for this site: git clone https://public-inbox.org/public-inbox.git