Seit mir mal jemang gezeigt hat, wie ich mein Handy als Wecker benutzen kann, verwende ich ja das Handy zum Wecken. Aber gut zu wissen dass ich auch den Mac dazu verwenden könnte:
iTaf is a simple and easy to use alarm clock working with iTunes
Mac
weils besser ist
VI/VIM Cheat Sheet
Tolle Sache, ausrucken!
http://www.viemu.com/vi-vim-cheat-sheet.gif
MyTunesRSS2
Wollte mal erwähnen dass es das hier gibt: MyTunesRss2, tolle Sache!
Ich habs runtergeladen, gestartet und es funktioniert, einfach so. Jetzt hab ichs wieder ausgeschalten, weiß nicht genau wofür ichs gebrauchen kann…
Aber die Tatsache allein dass es so etwas gibt finde ich toll.
Das war mir neu
Das Teil war mir neu, kannte ich definitv noch nicht. Finde ich aber extrem geil, ein Radio für den iPod. Super!
So etwas könnte ich echt gebrauchen. Obwohl, ich mit „Random“ auch ganz gut leben kann. Schade dass man es nur an neuere iPods anschließen kann.
[UPDATE] Alternative gefunden!
Aus der Reihe: „Raider heißt jetz Twix“
Meine Lieblings-Firefox-Extension heißt jetzt Foxmarks Bookmark Synchronizer, auch gut. Funktionieren tut sie noch genauso wie früher.
Neu ist, dass für Leute, die selbst keinen eigenen WebDAV-Account (trotz GMX) haben, ein Account auf deren Server drin ist!
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
Install Jython 2.2a1 on OS X 10.4.5
Download Jython from http://sourceforge.net/projects/jython/ and do the following:
cd download-dir
java -jar jythonRelease_2_2alpha1.jar
Follow instructions of the install programm, after finishing do these steps:
cd /path/to/inst-dir
chmod 755 jython
chmod 755 jythonc
cd ~/bin
ln -s /path/to/inst-dir/jython jython
ln -s /path/to/inst-dir/jythonc jythonc
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