Nice Vagrant Script for setting up a LDAP VM for Testing
I found a nice Setup Script at https://github.com/gschueler/vagrant-rundeck-ldap for creating a working LDAP VM with a basic vagrant up You just need to do...
my personal Site of Things
I found a nice Setup Script at https://github.com/gschueler/vagrant-rundeck-ldap for creating a working LDAP VM with a basic vagrant up You just need to do...
This Module provides support for converting Play! i18n Files into an Excel Sheet and from an Excel Sheet to i18n Files. Usage You need...
Hello there. After the Stats showed me, that the ancient Post about a Web based ZFS Interfaces produces a lot attention, i decided to...
ls -R | grep “:$” | sed -e ‘s/:$//’ -e ‘s/[^-][^\/]*\//–/g’ -e ‘s/^/ /’ -e ‘s/-/|/’ Found here
Some Time ago, Java and MacOS were friends. You could just open XCode choose “Java Application” and start coding your app. But since the...
After the latest iPhoto update to Version 9.3 i experienced a reproducable crash of iPhoto. This was the error i found in the Crah-Report....
So you just finished your first Play! App. You want to run that thing behind an Apache2 as a HTTPS Proxy, because you do...
So there are a handful of webtools using Bookmarklets for their services. The first i know was del.icio.us for saving a Webpage to your...
I have the feeling, that i might need this someday :-). Collecting Mails from an IMAP Server with Java is pretty easy: package de.javastream.imapcollector;...
I was just curious how easy it might be to write a RAID5 compatible Outputstream in Java? Just a few Lines. For sure it...