Create an iso image from the contents of a directory:
mkisofs -hide-joliet-trans-tbl -l -J -f -T -r . > "../directory_dump_`basename $PWD`.iso"sudo sh -c 'echo install module_name /bin/true >> /etc/modprobe.d/personal_blacklist'Workes with: Ubuntu 8.10 (jaunty)
I don't need to say more then the title, right? You can do this with convert from the ImageMagick package, but doing it with gstreamer was news to me. Here is the code to svg2png with gstreamer:
gst-launch filesrc location=intput.svg ! gdkpixbufdec ! pngenc ! filesink location=output.png%.png: %.svg
gst-launch filesrc location=$< ! gdkpixbufdec ! pngenc ! filesink location=$@ 2>&1Set the time on you OpenMoko phone to the time on your local computer using SSH:
ssh root@192.168.0.202 "date -s `date +'%Y.%m.%d-%H:%M:%S'`; echo `cat /etc/timezone` > /etc/timezone"xset dpms force offWorks with: Ubuntu 8.10 (jaunty)