Tiny Core Linux

Tiny Core Base => TCB Talk => Topic started by: yong on April 29, 2009, 02:05:08 PM

Title: How to access internet via proxy?
Post by: yong on April 29, 2009, 02:05:08 PM
Hi,
     our company internet access need to setup proxy IP? how can I set it in TCL? Thanks in advance.
Title: Re: How to access internet via proxy?
Post by: ^thehatsrule^ on April 29, 2009, 05:54:38 PM
If this has to do with wget (and others?), try setting the http_proxy and ftp_proxy environmental variables.  See http://forum.tinycorelinux.net/index.php?topic=894.0
Title: Re: How to access internet via proxy?
Post by: yong on April 29, 2009, 10:28:45 PM
Thanks for your information. I got it.
Title: Re: How to access internet via proxy?
Post by: yong on April 30, 2009, 04:33:00 PM
Hi,
    I did as your way. then I can saw the tce/tcl file list from appbrowser. but when i try to install or download, it pop up information. "Error trying to connection. Try later". Then I try to direct use wget to download in console window like following:
#wget http://distro.ibiblio.org/pub/linux/distributions/tinycorelinux/aalib.tcel.
   but the information show as: error:HTTP/1.1 404 Not Found.
   How should I do?
Title: Re: How to access internet via proxy?
Post by: curaga on April 30, 2009, 04:42:05 PM
The url you tested was slightly wrong, instead of

http://distro.ibiblio.org/pub/linux/distributions/tinycorelinux/aalib.tcel

it should have been

http://distro.ibiblio.org/pub/linux/distributions/tinycorelinux/tce/aalib.tcel
Title: Re: How to access internet via proxy?
Post by: yong on April 30, 2009, 05:30:21 PM
Thanks for your quickly response.  :)
I downloaded .tce file through wget command. thanks.
next step, I want to install the *.tce file according to appbrowser.
I first open appbowser, then click File->Install Local, then I choose I downloaded *.tce( for example, cfdisk.tce), but it pop up "Unable to load extension" dialog. How should I do?
Title: Re: How to access internet via proxy?
Post by: yong on April 30, 2009, 05:39:55 PM
I resolved the issue.
I have to open another appbrowser, then it can install tce files.
If I open appbrowser in same console window which I download codes. then it have "Unable to load extension" problem. Maybe here is a little bug. Anyway, now it works. I can go on.
    Thanks curaga.