Siduction, proxy, laptop...[solved]

Begonnen von electr0n1ck, 2016/04/18, 12:22:58

Vorheriges Thema - Nächstes Thema

electr0n1ck

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.

towo

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

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

Zitat von: Gabriel_M in 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";