Posts

Showing posts from January, 2012

Saving git credentials

While not fully secure, you can store git credential in ~/.netrc (ou ~/_netrc on windows) machine my_git_server (exemple bitbucket.org) login my_login password my_password

Make google (GWT/AppEngine) available on local network

Debug > Debug configurations... > Select your launch config on the left > Arguments tab. Just add "-bindAddress 0.0.0.0" in the beginning before all the other arguments. This makes it listen on all network adapters, so another machine on your network could connect to you. Open port TCP 9997 on firewalls. Allow remote address in Chrome GWT Extension settings Sometimes I had remove read the address in the settings