Monthly Archives: June 2010

Exclude .git or .svn directories in Eclipse (Helios)

If  you are using Ctrl+Shift+T in Eclipse and have .git or .svn directory showing up it is easy to fix it without having to use another plugin for eclipse like subeclipse or egit. Open the Properties of your project go … Continue reading

Posted in Eclipse, Java | Leave a comment

Upload to Rackspace Cloud Files in a shell script

I don’t really use much the GUI and always the command line so I don’t really use the Cloud File plugin I created for nautilus. So here is a shell script to upload to Rackspace Cloud Files and give you … Continue reading

Posted in Rackspace, Scripts | 4 Comments

Unit conversion from zsh

Quick conversion from shell :

Posted in Scripts | 3 Comments

connecting to self signed SSL certificate from Java on Debian/Ubuntu

You want to connect to self signed SSL certificate from Java using the standard HttpsURLConnection and you are getting this error, because the self signed certificate is obviously not recognized by Java : SEVERE: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: … Continue reading

Posted in Java, Programming | Leave a comment