Technical notes, my online memory
Tuesday, December 23, 2008
Sandisk MP3 player problems on hardy
›
My Sandisk mp3 player isn't mounting properly under hardy: [ 3063.523223] usb 5-5: new high speed USB device using ehci_hcd and address ...
Thursday, December 18, 2008
GDB tips
›
gdb --args ./binary arg1 arg2 You can do make and make install from inside gdb! list - see where you are in the code set follow-fork-mode c...
Wednesday, December 17, 2008
Why darcs is better than bzr
›
I am all in favour of distributed revision control. Recently I tried bazaar (bzr) because it has superior windows support compared to any o...
Saturday, December 13, 2008
Google SPF checking FAIL
›
Google inbound SPF checking is shit. Even for hardfail specifications, it delivers the email to the user's inbox with no visual indicat...
Sunday, November 23, 2008
Howto rotate avi movie files
›
mencoder -vf rotate=2 -o OUTPUT.AVI -oac copy -ovc lavc INPUT.AVI
Friday, November 7, 2008
Adding a second luks passphrase to a luks encrypted root on hardy
›
Add the new passphrase for the key slot to the physical device, which if you built the crypt root using the ubuntu alternate CD is /dev/sda5...
Saturday, October 25, 2008
To get kernel modules to load automatically on boot
›
Put them in /etc/modules.
‹
›
Home
View web version