Results 1 to 3 of 3
I am stuck behind a proxy. I know how to set and export the proxy, but I have to do that everytime I am in command line. I know there ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 07-22-2004 #1Just Joined!
- Join Date
- Jul 2004
- Location
- Berea College
- Posts
- 22
Proxy problems
I am stuck behind a proxy. I know how to set and export the proxy, but I have to do that everytime I am in command line. I know there is a .conf file somewhere that I can edit but I can't find it. Please help!
- 07-22-2004 #2Linux Engineer
- Join Date
- May 2003
- Location
- Greece / Athens
- Posts
- 1,169
for configuration files search in /etc.take a look at /etc/xinetd.d or /etc/xinetd.conf. to check all the .conf files on your pc use :
Code:find / -name *.conf
Linux For Ever!
- 12-10-2004 #3Just Joined!
- Join Date
- Jun 2004
- Posts
- 1
Create one shell script in "/etc/profile.d"Code:I am stuck behind a proxy. I know how to set and export the proxy, but I have to do that everytime I am in command line. I know there is a .conf file somewhere that I can edit but I can't find it. Please help! _________________ Bad things happen to the best of us, luckily I'm not in that catagory. ~Luke Short~
Take a look here
"pico script.sh" OR Any Of Your Favorite Text Editor Instead Of Pico
#!/bin/sh
export http_proxy=http://hostname
ort
FOR FTP
#!/bin/sh
export http_proxy=http://hostname
ort
export ftp_proxy=http://hostname
ort
Save And Re-Login!


Reply With Quote
