Before you can start to develop Java applications or webapps you have to install the JDK (the Java SE Development Kit).
The JDK is a development environm...
October 30, 2013 · Read more ·
5 min read
Create default home directory for existing user
$ sudo mkdir /home/testinguser
$ sudo chown testinguser:testinguser /home/testinguser
$ sudo usermod -d /hom...
September 30, 2011 · Read more ·
1 min read
Get encoding of a text file
$ file -i fieldnames_de.properties
fieldnames_de.properties: text/plain; charset=iso-8859-1
September 30, 2011 · Read more ·
1 min read
Installation
ImageMagick
$ sudo apt install imagemagick
Djvu
$ sudo apt install djvulibre-bin
PDF to JPG/PNG
Use convert from ImageMagick:
$ convert...
September 30, 2011 · Read more ·
1 min read
Did you ever want a more fine grained configuration for webservice interceptors of Spring WS PayloadRootAnnotationMethodEndpointMapping?
You like the featur...
December 17, 2010 · Read more ·
4 min read