Siduction Forum

Siduction Forum => Installation - Support => Topic started by: electr0n1ck on 2016/04/18, 12:22:58

Title: Siduction, proxy, laptop...[solved]
Post by: electr0n1ck 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 (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.
Title: Re: Siduction, proxy, laptop...
Post by: towo on 2016/04/18, 12:45:52
export http_proxy=http://xxx.xxx.xxx.xxx:3128


then you can work with apt.
Title: Re: Siduction, proxy, laptop...
Post by: Gabriel_M 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"; 
Title: Re: Siduction, proxy, laptop...
Post by: Gabriel_M 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";