Useful shortcuts for vi editor

Showing posts with label proxy. Show all posts
Showing posts with label proxy. Show all posts

Tuesday 22 March 2016

How to set HTTP_PROXY and HTTPS_PROXY via CMD?

CMD> set http_proxy=http://username:password@proxy.com:8080
CMD> set https_proxy=https://username:password@proxy.com:8080

Tuesday 17 February 2015

How to always see authentication pop-up window in Firefox?

Open Firefox -> Enter "about:config" in url bar -> Search "network.automatic-ntlm-auth.allow-proxies" -> Change value to "false" -> Restart Firefox -> That's all.