Welcome, Guest. Please login or register.
Did you miss your activation email?

Author Topic:  Siduction, proxy, laptop...[solved]  (Read 3498 times)

electr0n1ck

  • Guest
Siduction, proxy, laptop...[solved]
« on: 2016/04/18, 12:22:58 »
Hello.

0. I have an old laptop (amilo a1667g, fujitsu-siemens).
I had gentoo for years there, but too less RAM (1Gb) and i'm tired of compiltion.
I'm thinking about installing binary distr there.
I'm thinking of installing siduction on it.

1. Today i've installed siduction on my working pc (win7, vmware, siduction-lxqt).
I connect to the web using proxy (xxx.xxx.xxx.xxx:3128).
In web browser i've just filled proxy.
What to do with console i don't know (apt-get and so on).
Ping is ok, but network is unreachable...
---------------------fixed
/etc/apt/apt.conf
Acquire::http::Proxy "http://login:pass123@10.1.1.1.:8080";
Acquire::::Proxy "true";
fixed------------------------------------

export doesn't help me


I beg my pardon for my inperfect english.

Any ideas about proxy?
May be some ideas/tutorials about installing/deploying to laptop.

Thanks.

With the best wishes, Vladislav.
« Last Edit: 2016/04/20, 12:21:14 by electr0n1ck »

Online towo

  • Administrator
  • User
  • *****
  • Posts: 2.920
Re: Siduction, proxy, laptop...
« Reply #1 on: 2016/04/18, 12:45:52 »
export http_proxy=http://xxx.xxx.xxx.xxx:3128


then you can work with apt.
Ich gehe nicht zum Karneval, ich verleihe nur manchmal mein Gesicht.

Gabriel_M

  • Guest
Re: Siduction, proxy, laptop...
« Reply #2 on: 2016/04/20, 02:31:31 »
Try this:
In etc/apt/apt.conf:
Acquire::http::Proxy "http://xxx.xxx.xxx.xxx:3128"; Acquire::https::Proxy "http://xxx.xxx.xxx.xxx:3128"; Acquire::ftp::Proxy "http://xxx.xxx.xxx.xxx:3128"; 

Gabriel_M

  • Guest
Re: Siduction, proxy, laptop...
« Reply #3 on: 2016/04/20, 02:32:41 »
Try this:
In etc/apt/apt.conf:

Acquire::http::Proxy "http://xxx.xxx.xxx.xxx:3128";

Acquire::https::Proxy "http://xxx.xxx.xxx.xxx:3128";

Acquire::ftp::Proxy "http://xxx.xxx.xxx.xxx:3128";