fixed: GPG for Apple Mail (4.2) under Snow Leopard (32 and 64bit)

(Important) Update: If you’re already using gpgmail, and are now experiencing Problems after the Update to Mac OS 10.6.3 (issued March, 30, 2010), use this fix: Download this file and copy it to ~/Library/Mail/Bundles – Enjoy.
If you’re new to gpgmail, don’t worry about this, the fix is included in the no-wories-script below.


The following script will install GPG (ver. 1.4.10),
the corresponding plugin (bundle) for Mail.app (ver. 1.2.3 Snow Leopard Fix by Lukas Pitschl (lukele)) and
GPG Keychain access” (ver. 0.7), a key-manager.

You will instantly be able to read and write GPG-encrypted mail without going through any complicated setup-routines.

32 & 64bit-Version: consumer-gpginstall-snow-leopard-32bit-mail4.2.sh
download, chmod +x the file, execute it and you’re done!

For more detailed information on this, answers to the questions “What is GPG and why would I need it?”, and a paranoid (compile-yourself) version of the script, see my brand-new GPG-page.

Currywurst-Kuchen

Heute habe ich zum ersten Mal in meinem Leben Fleisch zubereitet (was tut man nicht alles für gute Freunde…)
Hier das Rezept:

Zutaten:
4-5 Currywürste, vom qualitätsbewussten Phosphatstangenhändler
fertig frittiert, Sauce und Pulver getrennt geben lassen.
Curry-Sauce und -pulver, haben wir ja getrennt bekommen
1 Tortenboden
1 Päcken Gelatine (12 Blatt)
6-10 Pommes-Pieker zur Dekoration

IMG_0955

Die Zubereitung

  1. Die Würste schneiden und gefällig auf dem Tortenboden anordnen
  2. Gelatineblätter ca. 5 Minuten in 700ml Wasser einweichen und leicht ausdrücken.
  3. Die gequollene Gelatine erwärmen und auflösen.
  4. Die Currysauce nach und nach unter ständigem Rühren zur Gelatine hinzugeben, niemals umgekehrt! Vorsicht! Gelatine nicht zum Kochen bringen!
  5. Die Curry-Gelatine abkühlen lassen, währenddessen schon mal ein bisschen gelbes, rotes und Madras-Currypulver über die Wurststückchen streuen.
  6. entnervt die viel zu langsam abkühlende Gelatine in ein Eiswasserbad stellen
  7. Wenn die Curry-Gelatine gerade noch flüssig genug ist, diese sorgfältig über die Wurststückchen gießen.
  8. noch mehr gelbes, rotes und Madras-Currypulver
  9. Pommes-Pieker zur Dekoration in den Kuchen stecken
  10. abkühlen lassen, bis die Gelatine fest ist.
  11. zusammen mit einem preisbewussten Bier hübsch anrichten

Webstyle / Euroweb auf Kundenfang in Friedrichshain

Weil in Friedrichshain momentan der freundliche David T. versucht, Kunden für die Firma Webstyle / Euroweb zu gewinnen, sei daran erinnert, dass man sich über Geschäftspartner eingehend informieren, also zum Beispiel auch mal nachsehen sollte, ob vielleicht gerade irgendwas vorm Bundesgerichtshof läuft… Anfangen könnte man da bei den Berichten im MDR, zum Beispiel hier, dann hier und ganz aktuell hier.

[UPDATE 2.7.10: Warum das Video nicht mehr funktioniert, steht hier]

Natürlich muss man auch sonst immer in Erinnerung behalten, dass mündliche Versprechen bei einem schriftlichen Vertrag ausgeschlossen, und somit nicht mehr als heiße Luft sind. Wem das zu spät auffällt, dem hilft der RA Musiol.

Wer bei diesem Beitrag die gewohnte Schärfe vermisst, der sei hierhin oder hierhin verwiesen, oder hierhin, oder hierhin.

Fixed: Error 150:30 (Adobe CS4 licensing problem) – MAC

The following script will solve the often and randomly occuring problem with Adobe CS4 Mac “licensing for this product has stopped working… Error:150:30

If this solves your problem (it will!) consider leaving a nice comment.
Maybe you even want to

Copy and paste this to Terminal.app, enter your user password when prompted and follow the instructions on the screen. During this process, as ~40MB Liscense recovery file provided by Adobe will be downloaded, executed and deleted afterwards. Make sure to view and agree with the license agreement for this piece of code before you run the script (chances are it will fail otherwise).

if [ "$(grep -o activate.adobe.com /etc/hosts)" = "activate.adobe.com" ];
then echo "/etc/hosts is already modified"
else
echo "127.0.0.1 activate.adobe.com" >> /etc/hosts
echo "/etc/hosts was successfully modified"
fi
sudo rm -rf "/Library/Application Support/adobe/adobe PCD/cache/cache.db"
sudo rm -rf "/Library/Preferences/FLEXnet Publisher"
say "Now, please wait for the download to finish."
curl -o LicenseRecovery111.dmg http://download.macromedia.com/pub/support/tools/LicenseRecovery111.dmg
sudo hdiutil attach LicenseRecovery111.dmg
sudo python '/Volumes/LicenseRecovery 11.6.1/LicenseRecovery/'LicenseRecover.py
sudo rm -rf ~/AdobeLicensingFilesBackup
sudo hdiutil detach "/Volumes/LicenseRecovery 11.6.1"
sudo rm LicenseRecovery111.dmg
say "Done! now start CS4 and enter your serial"
exit 0

This will perfom the steps suggested by Erik’s Brain and Jake’s Computer Blog. After completing these steps, you will need to re-enter your serial number, and CS4 will work again.

Be aware that this is not a crack! You will need a valid serial number.

If this doesn’t work for you:

  • let me know
  • check if Adobe’s Liscense Recovery tool was updated to a version other than 11.6.1 and  if so, modify this script accordingly, then let me know
  • check if you are using a Mac and if not, follow the advice given here.
  • remember that this is not a crack, you will need a valid serial number

fixed: SPSS 17 / Mac OS X Snow Leopard issues

SPSS 17 refuses to run or even install under Snow Leopard, due to incompatibility/neglect of Java 6 JRE. This can easily be fixed:

STEP 1:
run the following commands in Terminal or as a shell script (can be copied and pasted without individualization to your System)

cd ~/
curl -o java.1.5.0-leopard.tar.gz http://www.cs.washington.edu/homes/isdal/snow_leopard_workaround/java.1.5.0-leopard.tar.gz
tar -xvzf java.1.5.0-leopard.tar.gz
sudo rm /System/Library/Frameworks/JavaVM.framework/Versions/1.5
sudo rm /System/Library/Frameworks/JavaVM.framework/Versions/1.5.0
sudo mv 1.5.0 /System/Library/Frameworks/JavaVM.framework/Versions/1.5.0-leopard
sudo ln -s /System/Library/Frameworks/JavaVM.framework/Versions/1.5.0-leopard /System/Library/Frameworks/JavaVM.framework/Versions/1.5
sudo ln -s /System/Library/Frameworks/JavaVM.framework/Versions/1.5.0-leopard /System/Library/Frameworks/JavaVM.framework/Versions/1.5.0
say "Now, in Utilities - java preferences edit the list entailing what your computer should use with programs: drag java1.5 32bit onto the top of the list. Happy analysis."
echo "Now, in Utilities - java preferences edit the list entailing what your computer should use with programs: drag java1.5 32bit onto the top of the list. Happy analysis."

STEP 2:
Please make sure to follow the suggestion this script outputs in the end: “Now, in Utilities -> java preferences edit the list entailing what your computer should use with programs: drag ‘java1.5 32bit’ onto the top of the list.”

What will this do to my machine? This will download and ‘install’ Java Version 5, which comes with OS/X Leopard on your machine bypass the reason for Snow Leopard incompatibility. Don’t worry, as V. 6 remains installed, no incompatibility issues will arise elsewhere.

STEP 2.1:
Install SPSS17 (if not already installed prior to Snow Leopard upgrade).

STEP 3:
edit /Applications/SPSSInc/Statistics17/SPSSStatistics17.0.app/Contents/bin/jvmcfg.ini (make sure to modify this path in case you decided not to install SPSS to the default directory):
nano /Applications/SPSSInc/Statistics17/SPSSStatistics17.0.app/Contents/bin/jvmcfg.ini and change line

jvm_lib_path1=/System/Library/Frameworks/JavaVM.framework/Versions/CurrentJDK/Libraries/

to

jvm_lib_path1=/System/Library/Frameworks/JavaVM.framework/Versions/1.5/Libraries/

STEP 4:
edit /Applications/SPSSInc/Statistics17/SPSSStatistics17.0.app/Contents/Info.plist (make sure to modify this path in case you decided not to install SPSS to the default directory):
nano /Applications/SPSSInc/Statistics17/SPSSStatistics17.0.app/Contents/Info.plist
and change

<key>CFBundleIdentifier</key>
    <string>com.spss.SPSSStatistics.17.0</string>

to

<key>CFBundleIdentifier</key>
    <string>com.spss.SPSSStatistics.17.1</string>

SPSS will now start without errors.
Bildschirmfoto 2009-12-09 um 15.12.36

Credits: This is a summary of tips I found here, here and here, where you will find further assistence in case this fails, which I am sure it won’t.

By the way, IBM! Feel to take this as inspiration for a patch/bugfix other than “purchase SPSS 18”!

Presse-Echo
Seminar im Roten Rathaus

Hier das Presse-Echo zu unserem Ausflug ins Rathaus:

Bericht taz
erschienen in der Print-Version vom 17.06.09, inkl. Photo

Video: Berliner Morgenpost
(leider mit falscher Begründung der Aktion. Na ja, Springerpresse…)

Text: Berliner Morgenpost
hier dann mit richtiger Begründung…

UPDATE 22.06.09: Berliner Zeitung
(…bezeichnet mich netter- aber fälschlicherweise als “Professor”)

Ein Video zu schneiden ist gar nicht so einfach, wie man immer meint. Es kann noch ein bisschen dauern, bis ich damit fertig bin. Im Prinzip sind ja aber alle interessanten Szenen auch im Psychocast enthalten. Was sich nachher bei der Vorlesung abspielte, findet sich im (leider nicht ganz kompletten) Podcast der Vorlesung.

Noch einmal vielen Dank an alle Beteiligten, insbesondere Herrn Schmidt.