Archive for May, 2008
You are currently browsing the Michael Hartog blog archives for May, 2008.
You are currently browsing the Michael Hartog blog archives for May, 2008.
I had to do this repeatedly manually at work so it took me like 2 minutes to make my first script to do it for me. It was horribly messy and looked something this:
for x in $(ls -1 .); do
mount -t iso9660 -o loop $x temp/;
cp -r temp/* .;
umount temp/;
done;
Which did the job but was horribly messing on doing it more than once with tons of errors and stuff.
When I came home I decided to make it much better. I even included how long it takes to do the whole process, which was harder than the process itself.
Read the rest of this entry »
Earplugs are the best investment you can have when going to a concert. Makes the music sound normal and when you leave your ears aren’t bleeding. Especially when listening to metal.
Read the rest of this entry »
Damn it’s tiring waking up at 6:30 all week!
Read the rest of this entry »