View Single Post

  #4 (permalink)  
Old 05-09-2008, 06:26 PM
nixcraft's Avatar
nixcraft nixcraft is offline
Never say die
User
 
Join Date: Jan 2005
Location: BIOS
My distro: Any distro with shell
Posts: 879
nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute
Default

Some site down allows to open website via a IP address. So use FQDN i.e. domain name such as google.com

Type following for proxy server
Code:
export  http_proxy=http://proxy_server:port/
export  http_proxy=http://192.168.1.254:3128/
If proxy server uses user and password, try

Code:
wget --proxy-user=USERNAME --proxy-password=PASSWORD http://google.com/
__________________
Vivek | My personal blog
Linux Evangelist
Play hard stay cool
Reply With Quote