OSX: Linux boot CD auf USB-Stick erstellen

Also,

konvertieren des images

hdiutil convert -format UDRW -o /weg/zum/ziel.img /weg/zur/runtergeladenen.iso

dabei erhält die Ausgabe-Datei automatisch auch die Endung .dmg

dann das Image mit dd aufn Stick schreiben

WICHTIG: sicher sein welche /dev/diskX der USB-Stick ist

sudo dd if=xubuntu.img.dmg of=/dev/disk2 conv=sync,noerror

OpenWRT auf TP-Link WDR4900

das image gibts hier:

http://downloads.openwrt.org/snapshots/trunk/mpc85xx/

Installation von Luci

opkg update
opkg install luci-ssl

dann noch deutsch für luci

opkg install luci-i18n-german

und zum schluss noch den täglichen reboot

unter geplante Aufgaben:
0 4 * * * reboot

also jeden Tag um 4 mal nen Neustart 😉