WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: How to access internet via proxy?  (Read 8167 times)

Offline yong

  • Newbie
  • *
  • Posts: 10
How to access internet via proxy?
« on: April 29, 2009, 11:05:08 AM »
Hi,
     our company internet access need to setup proxy IP? how can I set it in TCL? Thanks in advance.

Offline ^thehatsrule^

  • Administrator
  • Hero Member
  • *****
  • Posts: 1726
Re: How to access internet via proxy?
« Reply #1 on: April 29, 2009, 02: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

Offline yong

  • Newbie
  • *
  • Posts: 10
Re: How to access internet via proxy?
« Reply #2 on: April 29, 2009, 07:28:45 PM »
Thanks for your information. I got it.

Offline yong

  • Newbie
  • *
  • Posts: 10
Re: How to access internet via proxy?
« Reply #3 on: April 30, 2009, 01: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?

Offline curaga

  • Administrator
  • Hero Member
  • *****
  • Posts: 10960
The only barriers that can stop you are the ones you create yourself.

Offline yong

  • Newbie
  • *
  • Posts: 10
Re: How to access internet via proxy?
« Reply #5 on: April 30, 2009, 02: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?

Offline yong

  • Newbie
  • *
  • Posts: 10
Re: How to access internet via proxy?
« Reply #6 on: April 30, 2009, 02: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.