Windows XP Add New Hardware USB

Recently ran into a problem where an XP Machine was always popping up asking to install drivers for every little thing including USB Mouse and USB Mass Storage Device which shouldn’t ever happen. To fix it where it automatically installs the driver and assigns a...

Ubuntu 9.10 Wubi Install Grub2 Problems

Apparently there are still some bugs to work out with Ubuntu 9.10 RC. If you install with Wubi and update grub2 automatically rewrites the MBR which disables bootup to Windows but Ubuntu keeps working. Here is a temporary solution. We need to fix the MBR for Windows....

Ubuntu Customization Script

I’m in the process of upgrading all my computers to the latest Ubuntu 9.10 (Karmic Koala) and I really wanted a way to quickly customize my interface. I wrote this quick script that I plan on running immediately after installing. This script downloads and sets...

Zero Write Hard Drive

I have always used third party tools to zero write hard disks when I’m done using them or when some body requests it done. However, I have started using a external hard drive enclosure and I wanted to do it within my Ubuntu. dd if=/dev/zero of=/dev/sdb Since I...

Reset Gnome Panels to Default

Recently I’ve some problems with the panels in Gnome getting all messed up. It can be difficult to get everything back exactly where you want it. Easy solution is just do delete your config and let gnome rebuild it back to the defaults. At the terminal type: rm...