Archive for October, 2008

fm4 auf dem iphone - mms streams

28Oct08

garnicht so einfach eine gratis app zu finden, mit der man beliebige internetradios hören kann. mein stammradio fm4 gibt’s auch als webstream (mms). mein iphone hat internet. es hat kopfhörer. also muss das doch machbar sein.
die meisten apps bieten nur vorgefertigte listen mit irgendwelche webradios an. damit fallen aber die ganzen “echten” radios die eben [...]

rgallery security advisor

20Oct08

rgallery version 1.2.0 corrects a security problem with sql injections. there is an exploit out there (hey, the first exploit for one of my scripts!), so please make sure to update! more information can be found on the wcom board.

linux howto: youtube to mp3

19Oct08

i do not use youtube often. but when i use it, i want to keep the stuff i heard. keepvid.com offers a very cool service for this.
you simply download youtube videos by copy&pasting the url to keepvid. then select download as flv or mp4. i would recommend mp4 for this next simple steps.
there are tons [...]

viele png in ein pdf umwandeln

19Oct08

einige lehrveranstaltungen bieten bei uns proseminare in form eines onlinekurses an. d.h. man bekommt eine powerpoint präsentation mit audiokommentar. leider ist das zum lernen nur bedingt geeignet, besonders nicht wenn man das ganze nochmal schnell im zug durchgehen will.
ich hab’ mir dazu schon während des videos einfach alle folien per screenshot gesichert. nun sind das [...]

iphone 3g benutzerhandbuch/manual

14Oct08

wer auf der suche nach dem iphone 3g benutzerhandbuch auf deutsch ist: http://support.apple.com/de_DE/manuals/

iphone ringtones/ruftöne

13Oct08

ich bin gerade auf der suche nach ein paar weiteren ruftönen fürs iphone. sonst bin ich ja immer glücklich mit den paar ruftönen die auf dem handy sind, aber beim iphone war es doch irgendwie eine seltsame auswahl.
hier kurz die stellen die ich gefunden habe (wird aktualisiert, solange bis ich was halbwegs brauchbares gefunden habe):
etwas [...]

3g for me - iphone tipps und tricks

12Oct08

seit drei tagen ist es jetzt schon bei mir. seit drei tagen auch noch total kastriert und ohne 3g. orange braucht ne gute woche um ein bestelltes iphone “zum laufen” zu bringen. also: an den kunden auszuliefern und zwar so, dass er damit auch telefonieren kann.
ich kann damit zwar via wifi surfen, ins orange netz [...]

linux server backup using rsync and hardlinks

07Oct08

this is a small script i use to backup my servers. it takes an array of directories and makes incremental backups, keeping any number of old backups. it uses rsync and ext3’s hardlink functions, so the directory you store your backups must support this (ext3 will do). using this feature, you get backup directories with [...]

burning mds files with k3b

07Oct08

just for those guys wondering what to to with *.mds files: just merge all of them to one big *.iso file and burn them with any tool (like k3b: select burn iso image to dvd/cd).

cat FILE001.mds FILE002.mds FILE002.mds >> oneBigFile.iso