Einige Arbeiten, die beim synchronisieren von GPS Tracks und EXIF Daten in Fotos anfallen

Filed under: history repeating — jj at 1:40 am on Sunday, September 7, 2008

Exif Datum anzeigen:

506 exiftool -d ‘%d.%M.%Y’ -DateTimeOriginal -S -s *.JPG
507 exiftool -d ‘%Y-%m-%d’ -DateTimeOriginal -S -s *.JPG

Ggf. korrigieren
512 exiftool -DateTime +=’0:1:0 0:0:0′ 2008-08-08-exifcorrection/

519 exiftool -AllDates+=718:30 -if ‘$make eq “Canon”‘ test
520 exiftool -AllDates+=24 -if ‘$make eq “Canon”‘ test

Timestamps in Tracklogs korrigieren
gpsbabel -t -i gpx -f in.gpx -x track,move=+1h -o gpx -F out.gpx

Keyboard Layout switching with alt-shift.

Filed under: history repeating, logging — jj at 5:37 pm on Sunday, May 25, 2008

Can be set using setxkbmap – no need to restart X.

setxkbmap -rules xfree86 -layout “us,ch” -option “grp:alt_shift_toggle”

wenn viel memory da ist

Filed under: history repeating — jj at 1:22 pm on Monday, May 12, 2008

502 sysctl -q vm.swappiness
503 man sysctl
504 sysctl -A
505 sysctl vm.swappiness=10
506 sysctl -q vm.swappiness