Wednesday, April 28th, 2010
Posted in Uncategorized | 2 Comments, add your own » |
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 » |
Saturday, April 17th, 2010
Posted in Ubuntu, iPhone | No comments yet, be the first » |
Thursday, March 18th, 2010
Install BlueMon bluetooth manager ( replaces gnome-bluetooth ) and install ipheth from a PPA using the following instructions:
http://www.ubuntugeek.com/iphone-tethering-on-ubuntu-9-10-karmic.html
Make Ethernet-Tethering again available on the iPhone using a patch from Cydia:
http://www.iphoneclub.nl/forum/f59/iphone-help/f60/wiki-handleidingen/46330-tethering-6-stappen-op-firmware-3-1-2-via-cydia-jailbreak.ht
Maybe you need to do this too:
Optional/needed: remove PDANet and like applications
Some reboots
Reinstall of gvfs gvfs-backends gvfs-bin gvfs-fuse
Both Bluetooth and USB tethering work fine!
When USB is connected, [...]
Continue reading about USB tethering in Ubuntu Karmic with iPhone firmware 3.1.2 »
Posted in Ubuntu, iPhone | 1 Comment, join in » |
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, December 26th, 2009
Lucid: http://www.secudb.de/~seuffert/mozilla/
Karmic:
https://launchpad.net/~ubuntu-mozilla-daily/+archive/ppa/+packages ( Will install also firefox 3.5 daily build by default!! )
http://blog.thomas-lauria.de/archives/9-Mozilla-Lightning-1.0b1-for-Thunderbird-3-on-linux-amd64.html
Download Dutch 32 bit tar version from http://download.mozilla.org/?product=thunderbird-3.0&os=linux&lang=nl
Extract tar
cp thunderbird-3.0/dictionaries/nl.* /usr/lib/thunderbird-3.0*/dictionaries/
Update:
https://help.ubuntu.com/community/ThunderbirdLightning
http://themikecam.com/blog/2009/10/05/64-bit-lightning-builds-for-linux/
http://www.secudb.de/~seuffert/mozilla/2010-01-12%20-%20lightning%201.0pre%20×86_64%20linux%20english/
Continue reading about Thunderbird 3.0 ubuntu AMD64 with dutch spell checking and lightning »
Posted in Uncategorized | No comments yet, be the first » |
Friday, December 4th, 2009
On the to-be-woken-up computer make sure to enable ACPI/APM (S3/STR) and Wake-On-Lan(WOL) in the BIOS and add in /etc/network/interfaces:
post-up /usr/sbin/ethtool -s eth0 wol g
post-down /usr/sbin/ethtool -s eth0 wol g
Write down the MAC-ADDRESS. Powerdown the computer. Only when the computer is powered down to S3 or STR(Suspend to ram), the computer can be woken up. A [...]
Continue reading about Wake-on-LAN (wol) »
Posted in Ubuntu, debian | 1 Comment, join in » |
Sunday, November 15th, 2009
Posted in MIPS | No comments yet, be the first » |
Thursday, October 8th, 2009
Posted in Ubuntu | No comments yet, be the first » |
Thursday, October 8th, 2009
I find it not always easy to find the correct theme, with the correct icons and the correct colour scheme. The letters should not be to be big or to small. Menu’s and windows and widgets should look nice, but remain visible and easy to distinct from their surrounding. For now I feel comfortable [...]
Continue reading about A nice Ubuntu Gnome Desktop Theme »
Posted in Ubuntu | No comments yet, be the first » |