|
2010-07-13
, 14:31
|
Posts: 1,425 |
Thanked: 983 times |
Joined on May 2010
@ Hong Kong
|
#12
|
export http_proxy="http://foo:bar@192.168.1.254:3128/"
sudo leafpad /etc/profile
|
2010-07-14
, 04:56
|
Posts: 85 |
Thanked: 7 times |
Joined on Feb 2010
@ Saudi Arabia
|
#13
|
I were in a rush last time so I could only give you a brief. Let's go into detail:
1) Install rootsh (if you haven't done so)
2) username is the user name you use to login to your proxy
2) password is the password you use to login to your proxy with given username
3) addressofproxy is the address of the proxy in your LAN
E.g., username=foo, password=bar, and the addressofproxy=192.168.1.254:3128
i.e. the required commands is:
Add the above line to the end of your /etc/profile with any text editor in root shell. For example, if you've leafpad installed, use the following command to edit the /etc/profile:Code:export http_proxy="http://foo:bar@192.168.1.254:3128/"
I don't think reboot is required, but if it doesn't work the first time you may reboot before try again.Code:sudo leafpad /etc/profile
|
2010-07-14
, 05:48
|
Posts: 1,425 |
Thanked: 983 times |
Joined on May 2010
@ Hong Kong
|
#14
|
|
2010-07-14
, 06:32
|
Posts: 85 |
Thanked: 7 times |
Joined on Feb 2010
@ Saudi Arabia
|
#15
|
Ok, give me the IP address and port of your proxy so that I can give you the complete script in one go.
|
2010-07-14
, 06:55
|
Posts: 1,425 |
Thanked: 983 times |
Joined on May 2010
@ Hong Kong
|
#16
|
The Following User Says Thank You to 9000 For This Useful Post: | ||
|
2010-07-14
, 08:13
|
|
Posts: 96 |
Thanked: 35 times |
Joined on May 2010
|
#17
|
The Following User Says Thank You to breakd0wn For This Useful Post: | ||
|
2010-07-14
, 08:29
|
Posts: 85 |
Thanked: 7 times |
Joined on Feb 2010
@ Saudi Arabia
|
#18
|
I cannot send PM to you: edcarsky has chosen not to receive private messages or may not be allowed to receive private messages. Therefore you may not send your message to him/her.
|
2010-07-14
, 08:31
|
Posts: 85 |
Thanked: 7 times |
Joined on Feb 2010
@ Saudi Arabia
|
#19
|
In general, you aren't going to have much luck with this.
99% of 3rd party apps won't respect the proxy. I do know gpodder will work after exporting, but that's about it. Microb, firefox, and email will work with the regular proxy settings. Just about anything else, you won't have much luck with.
If you search around this forum you will find another member that has extensive experience using a proxy and will be able to tell you exactly what does and what doesn't work.
|
2010-07-14
, 09:57
|
Posts: 1,425 |
Thanked: 983 times |
Joined on May 2010
@ Hong Kong
|
#20
|
Thanks for your responds, don't know why cannot send DM to me, please try to send me via email edcarsky@yahoo.com. i really need to hear your feedback on this, maybe this time you have luck. Thanks
YOu mean i should try this adding this syntax to xterminal? if so, please give us clearly advise, i am not much good in linux language so your basic instructions will much help. Thanks.