Print service provided by iDogiCat: http://www.idogicat.com/
home logo





Home > IT > System Administration > Use proxy in command line

Use proxy in command line

Windows

Set proxy:

C:\>proxycfg -p the_proxy.idogicat.com:8080

Remove proxy (direct access):

C:\>proxycfg -d

Check proxy settings:

C:\>proxycfg

Linux

Supposing that w get is used. Open ~/.wgetrc file and add following lines:

http_proxy = http://the_proxy.idogicat.com:8080
use_proxy = on