Posts

Es werden Posts vom August, 2013 angezeigt.

Bilder auf google maps.

http://www.panoramio.com

GPS Dateien (gpx) ansehen und merken

http://www.gpsies.com

TrueCrypt GUI unter ubuntu startet nicht "already running"

Die Datei ~/.TrueCrypt-lock-$USER löschen

gps tracking android+ubuntu

my simple and free tool-chain for my (basic) gps tracking with android. oruxmaps on android free offline maps  tracking record heart rates via ant+ (e.g. with garmin chest strap) (direct upload to gpsies and others) viking on linux (or windows I guess) create, view and edit gpx files on ubuntu  gpsies.com as web portal upload gpx files search and comment on tracks has own android app (not tested yet) used phone: a xperia arc s.

Argh, bitten by the bug ... (grails)

http://jira.grails.org/browse/GRAILS-10183 wollte doch nur kurz spielen. Vertagt.

gradle ... nette Abwechslung nach ant und maven

... für viele Sachen *viel* freundlicher als maven. ... für exotische Sachen muss man mehr suchen (wsdl2java z.B. für cfx ... einfach weniger plugins) www.gradle.org subprojects {         apply plugin: 'java'         apply plugin: 'eclipse'         repositories {                 mavenCentral()         }         dependencies {                 testCompile 'junit:junit:4.7'         }         group = 'org.regele.ws'         version = '1.0' } project(':regclient') {     dependencies {         compile project(':regapi')     } } project(':regserv') {     dependencies {         compile project(':regapi')     } }

JAVA_HOME currently on my machine

export JAVA_HOME=usr/lib/jvm/default-java