Weblogs

Hudson Vortrag bei der JUGHH

Am Mittwoch habe ich es endlich mal wieder zu einem Vortrag bei der Hamburger Java User Group geschafft - und es hat sich mal wieder gelohnt.

Christian Betz ( http://vizmind.blogspot.com/) hat einige interessante Dinge über das Continuous Integration System Hudson erzählt.

Neue FritzBox eingetroffen

Dank des Ablebens des DSL-Modems von Alice/Hansenet und der Ansage einer grandios kurzen Wartezeit von 2-3 Werktagen, die nicht unbedingt akzeptabel sind, wenn man mit und im Netz arbeitet(und es auch dringend zum erfolgreichen Prokratisinieren braucht), habe ich mir gestern Abend spontan eine Fritzbox Fon Wlan per Overnight Express bestellt.

Heute morgen nach dem Joggen war Sie dann auch in der Packstation, und kurz darauf angeschlossen und konfiguriert.

Ich bin ziemlich beeindruckt, was Ding auch sonst so alles kann, klasse.

checking signed md5sums of software downloads

I never used that a lot, but in the course of my (small ) participation in the GRML Bug Squashing party, I realized that, yes, it's a good security feature to give people a signed md5 sum to check if a downloaded iso - or any other type of file, is really originating from a person who owns a key you trust, and this person asserted the file is built from him.

But, how many steps do you need, and which commands, to check that?

Here's a one-liner to do it, assuming you have the file with the name FILE , and the signed mdsum in a file name FILE.md5.asc:

echo iso name?; read iso; gpg --verify $iso.md5.asc; md5sum -c $iso.md5.asc

Grails with intelliJ IDEA on Ubuntu

So, I struggled for a while to get idea to create a grails project - when tryin to create my first project, I've been told I have no grails sdk configured yet, but could add a new one. But the "ok" button on the file selector for the grails SDK location kept being gray and could not be pressed when I was on /usr/share/grails - the location where the debian package of grails places the whole software into.

Inhalt abgleichen