Mar
17
2009
0

Google Chrome Offline Installer (From Google)

Having issues downloading/updating google chrome due to corporate proxies. Try the offline installer from Google it-self.

Download the offline installer from Google http://www.google.com/chrome/thankyou.html?standalone=1&hl=en

Google Chrome Proxy Issues

Written by Kishore in: browsers | Tags: ,
Mar
10
2009
0

Subversion proxy connection issues with Eclipse (In windows)

If you are having issues connecting to your subversion repositories from Eclipse (May be with Subversive/Subclipse). Try the following.

Enter proxy details into Subversion configuration:

Open servers file in the following location

Window XP
C:\Documents and Settings\MyUserId\Application Data\Subversion\servers
Windows Vista
C:\Users\Clientside\AppData\Roaming\Subversion\servers

Update following lines at the end of file

[global]
http-proxy-exceptions = yourproxy exceptions (e.g. dev.company.com.au)
http-proxy-host = yourproxyhost (e.g. proxy.company.com.au)
http-proxy-port = your proxy port (e.g. 8080)
http-proxy-username = proxyusername
http-proxy-password = proxypassword

This step might not be needed all the time

Update Eclipse Proxy settings

Windows > Preferences

Type ‘proxy‘ in the filter text box. Go to ‘Network Connections’ config page. Choose manual proxy configuration and Update the proxy details.

Written by Kishore in: eclipse, java | Tags: , , , ,

Powered by WordPress. Theme: TheBuckmaker