Also, you can put the following in /etc/apt/apt.conf
Accquire::http::Proxy "http://username:[EMAIL PROTECTED]:portnumber";
The quotes and semicolon at the end are necessary or apt will say that there
is junk at the end of the config file.
I don't think anyone has suggested this one yet.
On Thu
Or
$cd
$pico .bashrc
and add these lines:
http_proxy=http://some.ip.number:port
export http_proxy
logout from konsole and open it. apt-get update will work.
Cum 24 Şub 2006 01:13 tarihinde, Christoph Nenning şunları yazmıştı:
> Am Donnerstag, 23. Februar 2006 14:24 schrieb Deephay:
> > Greet
Am Donnerstag, 23. Februar 2006 14:24 schrieb Deephay:
> Greetings all,
>
> I want to know that if I can set a proxy for the APT utilities such as
> apt-get? thx!
>
> Deephay
Hi,
you may have a look at apt-proxy
regards
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubs
Juergen Fiedler wrote:
> On Thu, Feb 23, 2006 at 09:24:53PM +0800, Deephay wrote:
>
>>Greetings all,
>>
>> I want to know that if I can set a proxy for the APT utilities such as
>> apt-get?
>>thx!
>>
>>Deephay
>
>
> You could try apt-cacher, which is basically a caching proxy.
>
> HTH,
> --j
thx for all you guys!
- Original Message -
From: "Nic" <[EMAIL PROTECTED]>
To:
Sent: Friday, February 24, 2006 12:02 AM
Subject: Re: proxy for APT
> "Deephay" <[EMAIL PROTECTED]> writes:
>
>> Greetings all,
>>
>> I want to k
"Deephay" <[EMAIL PROTECTED]> writes:
> Greetings all,
>
> I want to know that if I can set a proxy for the APT utilities such as
> apt-get?
> thx!
> Deephay
http_proxy=http://someproxyserver: apt-get install something
or check apt conf like everyone else said.
http_proxy is good becaus
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
man 5 apt.conf
Deephay escreveu:
> Greetings all,
>
> I want to know that if I can set a proxy for the APT utilities such
> as apt-get? thx!
>
> Deephay
- --
Felipe Neuwald
[EMAIL PROTECTED]
PGP Public Key:
http://pgp.mit.edu:11371/pks/lookup?op=
On Thu, Feb 23, 2006 at 09:24:53PM +0800, Deephay wrote:
> Greetings all,
>
> I want to know that if I can set a proxy for the APT utilities such as
> apt-get?
> thx!
>
> Deephay
You could try apt-cacher, which is basically a caching proxy.
HTH,
--j
signature.asc
Description: Digital signa
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
man 5 apt.conf
Deephay escreveu:
> Greetings all,
>
> I want to know that if I can set a proxy for the APT utilities such
> as apt-get? thx!
>
> Deephay
- --
Felipe Neuwald
[EMAIL PROTECTED]
PGP Public Key:
http://pgp.mit.edu:11371/pks/lookup?op=
Greetings all,
I want to know that if I can set a proxy for the APT utilities such as
apt-get?
thx!
Deephay
Hi Greg,
> >From man page:
> ...
> ies. The http_proxy environment variable will override all settings.
> ...
> SO, "unset http_proxy" you will now need:-)
Thanks, but funny enough it ONLY works like this:
export ftp_proxy=http://peluche:9877/
but NOT like this:
ftp
{
Proxy "http://
Hi Greg,
> Why not try a script like this:
Ui, pretty complicated, I prefer apt-get --just-print dist-ugrade :-)
> export http_proxy=http://192.168.2.64:8080/
> export ftp_proxy=http://192.168.2.64:8080/
But this really worked! Thanks!
So I understand even less why the same option in apt.conf.d
Hi Sander,
> > > But the cache _does_ work. Proof:
> > > hamster:~>telnet proxy 3128
> > > Trying 192.168.96.3...
> > > Connected to proxy.int.radiomaranon.org.pe.
> > > Escape character is '^]'.
>
> This only proofs the proxy takes connections,
Correct. But I assure you that it does work,
Quoting Andy Spiegl ([EMAIL PROTECTED]):
> > Proxy "ftp://proxy:3128/";;
> > Err ftp://ftp.de.debian.org woody/main libcupsys2 1.1.12-4
> > Server closed the connection
> >
> > But the cache _does_ work. Proof:
> > hamster:~>telnet proxy 3128
> > Trying 192.168.96.3...
> > Connected to
> I don't know what may be going on with your setup but I have squid and
> ipchains setup to do transparent proxying and I don't have any
> problems.
>
> Also have export http_proxy=http://192.168.1.1:3128 in /etc/profile.
Thanks a lot, guys, but I think there was a misunderstanding.
I'm talking
Andy Spiegl wrote:
>
> Pretty sad to respond to my own posting, but I'm desperate. :-)
> Is there noone who can help me with that? I'm on a satellite uplink and
> _have_ to use the proxy.
> Thanks,
> Andy.
this is my apt.conf proxy line:
Acquire::http::Proxy "http://proxy.mycompany.com:8080";;
Hi Andy!
On Fri, 11 Jan 2002, Andy Spiegl wrote:
> Pretty sad to respond to my own posting, but I'm desperate. :-)
> Is there noone who can help me with that? I'm on a satellite uplink and
> _have_ to use the proxy.
> Thanks,
> Andy.
>
I don't know what may be going on with your setup but I h
Pretty sad to respond to my own posting, but I'm desperate. :-)
Is there noone who can help me with that? I'm on a satellite uplink and
_have_ to use the proxy.
Thanks,
Andy.
> I am trying to tune apt-get to use my proxy (squid) when downloading files
> via ftp, but it doesn't connect anymore wh
I am trying to tune apt-get to use my proxy (squid) when downloading files
via ftp, but it doesn't connect anymore when I write this file:
/etc/apt/apt.conf.d/20proxy
with this content:
--
Acquire
{
ftp
{
Proxy "ftp://proxy:3128/";;
};
};
-
On Wed, Nov 22, 2000 at 11:45:40AM +1100, Kenrick, Chris wrote:
:>This begs the question: what other apps respect http-proxy?
:
:The one that comes to mind is wget, others might know some more...
Done some little bit 'o testing, lynx also does, so I'm guessing it's
fairly ubiquitous
-Jon
Title: RE: Slow mirrors & howto proxy for apt...
>>On Wed, Nov 22, 2000 at 11:15:18AM +1100, Kenrick, Chris wrote:
>>:eg export http_proxy=http://myproxyname:80/
>R'ing TFM verifies this, some day I'll learn to read first and write
>later...
>This
On Wed, Nov 22, 2000 at 11:15:18AM +1100, Kenrick, Chris wrote:
:eg export http_proxy=http://myproxyname:80/
R'ing TFM verifies this, some day I'll learn to read first and write
later...
This begs the question: what other apps respect this variable?
thanks,
-Jon
Title: RE: Slow mirrors & howto proxy for apt...
>>I've got a couple of net installs that are going very slowly, is 3Kbps
>>what others are getting these days? Seems typical for me over the
>>past two weeks or so...
>>Where can I find info on seting u
Hi,
I've got a couple of net installs that are going very slowly, is 3Kbps
what others are getting these days? Seems typical for me over the
past two weeks or so...
Where can I find info on seting up apt-get with a proxy?
-Jon
24 matches
Mail list logo