KMail + GnuPG

Posted in Ubuntu

Als ich letztens KMail eingerichtet habe, ist folgendes Problem beim Entschlüsseln von Nachrichten über GnuPG aufgetreten:

Encrypted message (decryption not possible)
Reason: Crypto plug-in "openpgp" could not decrypt the data.
Error: Bad passphrase

Das ist komisch, da ich überhaupt nicht die Möglichkeit hatte, meine Passphrase einzugeben. Durch Nachforschen im ubuntuusers.de Wiki, habe ich die Lösung gefunden:
Als erstes muss man (unter Ubuntu) folgende Pakete installieren: (Sie werden nicht automatisch als Abhängigkeit von KMail installiert.)

  • gnupg-agent
  • gnupg2
  • pinentry-qt

sudo apt-get install gnupg-agent gnupg2 pinentry-qt

Jetzt muss man nur noch use-agent in die Datei ~/.gnupg/gpg.conf schreiben:
echo 'use-agent' >> ~/.gnupg/gpg.conf

Nach Neuanmeldung sollte das Problem gelöst sein.

No Comments »

Ubuntu 5-A-Day

Posted in Ubuntu, english

Spread the word! :)
For Germans: Bug-Reporting Aktion “5-A-Day”

No Comments »

Perl 5.10.0

Posted in Perl, english

I updated my Perl distribution from 5.8.8 to Perl 5.10.0:

[foo@bar] [~] [22:08]
$ perl -v

This is perl, v5.10.0 built for i686-linux

Copyright 1987-2007, Larry Wall

Perl may be copied only under the terms of either the Artistic License or the
GNU General Public License, which may be found in the Perl 5 source kit.

Complete documentation for Perl, including FAQ lists, should be found on
this system using “man perl” or “perldoc perl”.  If you have access to the
Internet, point your browser at http://www.perl.org/, the Perl Home Page.

:-)

No Comments »

$foo Nr. 5

Posted in Perl

Die 5. Ausgabe des Perl-Magazins $foo wurde veröffentlicht, und hat somit sein einjähriges Jubiläum. Grund genug sich das Heft einmal anzuschauen, eine Leseprobe gibt es auf der offiziellen Webseite.

Interessant fande ich u.a. diese Artikel:

  • Größere Datenmengen in Bilder gepresst zeigt wie man CSV Tabellen mittels Modulen aus dem CPAN wie z.B. Chart::Pie grafisch auswerten kann.
  • Der 2. Teil des Perl 6 Tutorials geht auf die neuen Operatoren in Perl 6 ein.
  • Ein Highlight ist natürlich der Artikel vom Autor des Buches Mastering Perl brian d foy: Er zeigt dem Leser die Neuen RegEx-Features in Perl 5.10.
No Comments »

WordPress sicherer machen

Posted in Blogosphäre, CMS, Links

Frank Bueltge hat in seinem Blog zum Wordpressbuch einen interessanten Artikel zum sichern eines Wordpress-Blogs geschrieben:

No Comments »

« Previous Entries