Wednesday, April 21st, 2010
Add the following kernel boot option to the kernel line in grub’s menu.lst and reboot ( I’m not sure which one does the trick ):
loop.max_part=63 max_part=63
Create a sparse disk image file ( 40 GB reserved, 0 bytes on disk )
dd if=/dev/zero of=fs.image bs=1024 seek=40000000 count=0
Initialize a new loop device ( /dev/loop0 )
losetup -f fs.image
Create a [...]
Continue reading about Partitions on a loop device ( /dev/loop0p0, /dev/loop0p1, … ) »
Posted in Ubuntu | No comments yet, be the first » |
In Gnome it is possible to have a gnome-panel for each monitor. This is very useful. One can create a new gnome-panel by pressing right-click on a existing gnome-panel ( make sure that when the entire gnome-panel space is filled with applets and programs you temporarily remove some applets or close some programs ). Click [...]
Continue reading about Auto enable a gnome-panel for each connected monitor »
Posted in Ubuntu | 2 Comments, add your own » |
Saturday, October 3rd, 2009
Posted in Ubuntu | 1 Comment, join in » |
Tuesday, March 24th, 2009
Posted in OpenWrt | 1 Comment, join in » |
Tuesday, March 24th, 2009
Finally, it’s working. Mounting the iPhone in Linux over USB. No stupid (ADHOC) wireless connection is required. It also works on non-jailbrroken iPhones. Though, the developers still say that only “developers” should use it. Of course there is still a problem accessing the Media iTunes library on the iPhone – the key Apple uses on [...]
Continue reading about Mount iPhone in Linux using USB (ifuse, libiphone) »
Posted in iPhone | 12 Comments, add your own » |