Neue News

Die Spezialisten von Heise haben ihre RDF-Datei von ISO-8859-1 auf UTF-8 umgestellt, darauf war meine News-Seite nicht eingestellt. So klappt das dann wieder:

/usr/bin/iconv --from-code=UTF-8 --to-code=ISO-8859-1 $NEWSDIR/download/heise.rdf > $NEWSDIR/rdfs/heise.rdf

Die News-Seite hab ich dann auch gleich noch an den Rest der Seite angepasst – das Auge isst ja bekannlich mit.

Sync iTunes Library

Problem: 2 macs, 2 times itunes, backup itunes music library from one mac to the other:

  • first,quit iTunes on the slave machine and delete library files:
    rm -rf Previous iTunes Libraries rm iTunes Library rm iTunes Music Library.xml
  • second, rsync the MP3s:
    christian@master rsync -ravz --delete "/Users/christian/Music/iTunes/iTunes Music" christian@slave:/Path/to/Library/Music/iTunes/
  • finally, copy iTunes Music Library.xml from master to slave:
    scp "iTunes Music Library.xml" christian@slave:~/Music/iTunes/ scp "iTunes Music Library" christian@slave:~/Music/iTunes/
  • alternatively, if you don´t use the same directory on master and slave for storing the MP3s, do these steps:


    scp „iTunes Music Library.xml“ christian@slave:~/Music/iTunes/tmp.xml slave:~/Music/iTunes cat tmp.xml | sed ’s/\/Users/christian/\/New\/Path/‘ > „import.xml“

    open iTunes at slave and import import.xml

Java 1.5 on OS X 10.4.5

After installing Java 1.5 on OS X with one has to activate it. This can be done by doing the following tasks:
cd /System/Library/Frameworks/JavaVM.framework/Versions
sudo rm Current
sudo rm CurrentJDK
sudo ln -s 1.5 Current
sudo ln -s 1.5 CurrentJDK

Catched by the snake und voll in der Fränkischen‘

Des, des und des sind echt eine prima Kombi.
Gestern waren wir in Braadn, der Flo hat dort gespielt, war schön. Fränkische Tanzschuppen haben mich schon lang nicht mehr gesehen. Ich war der Fahrer, großer Fehler, ganz großer Fehler!
Und dann heute nochmal Fränkische Schweiz, heute war nämlich Familienfeier, emm nein Familienbrunch. Danach hab ich beim DKausO(jetzt B) Windows XP dazu überredet mit T-Online zusammenzuarbeiten. Ist doch kein Thema, eigentlich nicht. Der DKausO hat vorsichtshalber mal alles an Treibern installiert was ihm der T-Punkt mitgegeben hat. Das war auch das Problem.

Use printer on OS X box with windows

Here is the Link, this is the importand part:
First make sure that the printer works ok on the Mac and make sure that it’s shared as a windows printer.
Now add the printer on the XP PC by add network printer then browse. Once you have seen your printer select it but use the Apple Colour Laserwriter driver, I’m using the 12/600 one. I did see you post on not being able to browse if that is still the case then type the path in (start, run \\Mac\PrintQueueName) and set it up that way. Should work ok.

Darauf muss man ja auch erst mal kommen. Am PC einen Apple-Drucker zu installieren, damit alles brav HP-Drucker am Mac rauskommt. Komisch. Der Grund ist der, dass der Mac Postscript erwartet. Wer kann das schon wissen? CUPS wir mir immer suspekter…