WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: proxy server settings in tinycorelinux  (Read 8835 times)

Offline shamurshamur

  • Newbie
  • *
  • Posts: 3
proxy server settings in tinycorelinux
« on: September 14, 2009, 12:02:59 PM »
I am behind  a proxy server and has to enter proxy server address to access internet.
i have read about how to enter proxy server settings  in FAQ , but that was bit obscure.

can somebody tell me how to do it in detail.  Also is there any gui  to enter it?


Offline shamurshamur

  • Newbie
  • *
  • Posts: 3
Re: proxy server settings in tinycorelinux
« Reply #1 on: September 15, 2009, 07:20:39 AM »

OK!!  i got it finally from here

http://forum.tinycorelinux.net/index.php?topic=2653.msg13596#msg13596

But i want to make a request  to developer :

 As  tinycore depend  lot on internet to work , please add a GUI for adding proxy server settings.

Thanks a lot

Offline roberts

  • Retired Admins
  • Hero Member
  • *****
  • Posts: 7361
  • Founder Emeritus
Re: proxy server settings in tinycorelinux
« Reply #2 on: September 15, 2009, 09:05:43 AM »
faq updated.
10+ Years Contributing to Linux Open Source Projects.

Offline shamurshamur

  • Newbie
  • *
  • Posts: 3
Re: proxy server settings in tinycorelinux
« Reply #3 on: September 20, 2009, 01:53:43 AM »
Here's a another method to force tinycore to use proxy server by default for all applications .

Right after you see the desktop :

right click on  the desktop , on menu choose the logout option , a small window will appear , choose the option of "exit to prompt ".

on prompt enter the following commands :

tc@box:~$ export http_proxy="http://proxyserver:port"
tc@box:~$ export ftp_proxy="http://proxyserver:port"
tc@box:~$ export https_proxy="http://proxyserver:port"

this will set the proxies for http , ftp and https web addresses.

Now for logging in your desktop again type :

tc@box:~$ startx

Offline Adam Wrangler

  • Newbie
  • *
  • Posts: 1
Re: proxy server settings in tinycorelinux
« Reply #4 on: September 07, 2025, 09:40:38 AM »
Hey, being behind a proxy just means you need to enter its address and port in your browser or system settings. Both Windows and Mac have simple GUI for that, and browsers like FF also have their own. If you’re new to this, check out some basic guides here.