April 9th, 2012 | Tags: , ,

You know the Problem? You have a Garmin Oregon GPS, you are premium member on http://www.geocaching.com? In that case, you will probably add caches to your Garmin via “Pocket Query” in the form of GPX file(s). And here arises the challenge: How to remove found caches from your GPS device?
It is not enough to remove the field quotes, because the caches will still be saved in the GPX files and therefore: in the device. But how to remove them? The most cited way is to “just load a new pocket query without your newly found caches”. Great. I don’t want to. How often should I do this? On a daily base? Thank you, but no.

So I decided to build a tool for automatic editing of the GPX files. It will delete the found caches based on your field notes (read all notes marked as “found it” and remove the geocaches with corresponding code from GPX files).

You can find the project here! Feel free and comment, open issues and so on :-)

The software is written in Java and was tested on a Linux machine. It should also work on a Windows PC (and Mac?!) but I did not try it. The only Garmin device it was tested with is the Oregon 450. Therefore it will definitly also work with the 450t. The only requirements should be a “geocache_logs.xml” on the device (generated by tagging a cache as “found” / “dnf” / … on the device) and a folder containing the GPX files.

Comments Off
February 26th, 2012 | Tags:

Klicke HIER!

Comments Off
February 25th, 2012 | Tags:

Problem:

If you are using a Linux 2.4 kernel, please make sure
you either have configured kernel sources matching your
kernel or the correct set of kernel headers installed
on your system.

If you are using a Linux 2.6 kernel, please make sure
you have configured kernel sources matching your kernel
installed on your system. If you specified a separate
output directory using either the “KBUILD_OUTPUT” or
the “O” KBUILD parameter, make sure to specify this
directory with the SYSOUT environment variable or with
the equivalent nvidia-installer command line option.

Depending on where and how the kernel sources (or the
kernel headers) were installed, you may need to specify
their location with the SYSSRC environment variable or
the equivalent nvidia-installer command line option.

Lösung: (schamlos kopiert von hier)

Go in /lib/modules//sources/arch/x86/include/ and do cp generated/asm/unistd*.h ./asm/

Comments Off
January 14th, 2012 | Tags:

Schamlos kopiert:

openssl s_client -connect $host:443 -showcerts > temporary_file
certutil -d sql:$HOME/.pki/nssdb -A -t CP,,C -n “$host” -i temporary_file

von hier.

Comments Off
January 13th, 2011 | Tags: , , ,

Macht ja gerade so die Runde, das es eine tolle neue Sicherheitssoftware geben wird. Das Radiergummi für’s Internet. Wer es glaubt wird selig.

Das Tool nennt sich “X-Pire!” und ich werde NICHT darauf verlinken. Stattdessen auf www.danisch.de wo das ganze schön auseinander genommen wird. Und zur Krönung gibt es auch für die Vorabversion des zu nutzenden Firefox-Plugins schon eine schöne, “freie” Variante, die sich wohl mit diesem Patch schnell erzeugen lässt:

Wie man sehen kann, sind wohl nicht wirklich viele Änderungen notwendig um das System zu umgehen. Der Piratenserver wird fein von allen Nutzern des modifizierten Plugins gefüttert und auch einem Normalo-User wird das sicherlich gefallen: Wenn man das Ding nutzt, dann braucht man auch keine Captchas mehr angeben (wenn denn der Schlüssel schon auf dem Piratenserver liegt). Wenn der Schlüssel nicht gefunden wurde, dann ändert sich für den Endnutzer nichts. Man darf davon ausgehen, dass der Piratenserver dann die Schlüssel auch unabhängig von einem Ablaufdatum herausgeben wird ^^

Naja, schöne neue Welt und: da hätte sich jemand mal mehr Gedanken drum machen sollen :-)

Comments Off
October 25th, 2010 | Tags:

Wen nervt es nicht auch… Thunderbird hat neue Mails, aber so wirklich mitbekommen hat man es nicht. Da hilft auch keine Popup Notification, wenn man gerade nicht am Rechner war.
Ubuntu bringt zwar die Notification Area mit in der auch das Emailsymbol drin ist, aber das bringt einem nichts, denn da wird nur Evolution unterstützt. Bis jetzt. Denn jetzt gibt es ein experimentelles Add-On für Thunderbird, welches das Notification Icon von Ubuntu nutzt um neue Mails anzuzeugen (das Ding wird dann grün und beim Klick darauf sieht man, welches Konto eine neue Mail beinhaltet).

Hier der Link zum Add-On: KLICK

Und wenn man Thunderbird auch gerne über das Icon starten können möchte und dann vielleicht auch noch den “Neue Email” Dialog über das Icon erreichen können möchte, der solle folgenden Befehl also Superuser ausführen:

# echo "/usr/share/applications/thunderbird.desktop" > /usr/share/indicators/messages/applications/thunderbird
Comments Off