Tag Archive for 'proxy'

Proxy Setting In Google Chrome

For some reason Google have decided to use the network settings of windows. So when you try to configure proxy you are taken to the internet explorer settings. Now in my case, the company has set a default proxy and I am not priviledged to modify or bypass it. And this proxy had blocked web-mail sites like gmail. And since chrome was using the same proxy settings, I was unable to access gmail on chrome as well.

Mozilla had no problem as I could select the “no proxy” option in its network settings and choose not to use the system proxy. I needed something similar for chrome as well. Some googling around and I found the solution.

Simply append

--proxy-server=

to the Target field, which can be accessed by right clicking the chrome icon and selecting the properties option. Now I can happily access my web-mail from within the office.

Popularity: 2% [?]

Set Proxy For Picasa In Ubuntu

Ubuntu logo

Ubuntu logo

I am behind a proxy server and needed to set the proxy for picasa to work on my Ubuntu Intrepid. The instructions have been recorded below :

  • First you need to start the registry editor of picasa
    • /opt/picasa/bin/wrapper regedit
    • The above should do. However my picasa wrapper was located at a different place, namely
      • /opt/google/picasa/3.0/bin/wrapper regedit
    • Check yours and run the command appropriately
  • Navigate to the following user key
    • HKEY_CURRENT_USERSoftwareMicrosoftWindowsCurrentVersionInternet Settings
  • Now we need to add a few entries. They are
    • ProxyEnable
      • REG_BINARY
      • 01 00 00 00
    • ProxyOverride
      • String value
    • ProxyServer
      • String value
      • Server:Port
        • For example I had to set 144.16.192.247:8080
  • Thats it, done. The change should be immediate.
Reblog this post [with Zemanta]

Popularity: 2% [?]