Tiny Core Linux

Tiny Core Base => TCB Q&A Forum => Topic started by: shamurshamur on September 14, 2009, 12:02:59 PM

Title: proxy server settings in tinycorelinux
Post by: shamurshamur 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?

Title: Re: proxy server settings in tinycorelinux
Post by: shamurshamur 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
Title: Re: proxy server settings in tinycorelinux
Post by: roberts on September 15, 2009, 09:05:43 AM
faq updated.
Title: Re: proxy server settings in tinycorelinux
Post by: shamurshamur 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
Title: Re: proxy server settings in tinycorelinux
Post by: Adam Wrangler 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 (https://proxy-man.com/blog).