|
I have been using Sun VirtualBox to build virtual machines for the past couple years. To this point, I rarely had any interest in using USB devices through my host machine. I picked up a Lexmark X4580 multi-function printer for free, plugged it in, and found that it was not immediately supported by my Ubuntu 9.10 box. I searched around for about 30 minutes without success and moved on to some other projects. I tried one of my Windows XP VMs with the expectation that I could simply download the drivers and plug-n-play my way to a simple solution. Unfortunately, VirtualBox didn't recognize my USB device. I updated my repositories and upgraded all applications, rebooted, and still had the same issue. Upon visiting VirtualBox.org, I noticed that the current version advertised on the site was newer than the one installed through the Ubuntu repositories.
|
|
Read more...
|
|
|
I've been running the latest development build of Ubuntu 9.10 since July, and through several issues (including a few that required me to build a new clean image), I have developed a good set of notes that I use to rebuild.
First, I build a new clean image from the Ubuntu.com website.
The Ubuntu 9.10 Beta is currently available:
http://www.ubuntu.com/testing/karmic/beta
The Daily Build is available here:
http://cdimage.ubuntu.com/daily/current/
|
|
Read more...
|
|
To create an exact disk image of one drive to a flat file, the most efficient (and scriptable) way is to use the dd command. From my experience, the block size doesn't matter much, but I'd recommend using either 32768 or 1M as noted in examples below: |
|
Read more...
|
|
|
I purchased a Drobo 4-bay array, the network companion device, and 4 1TB drives. This gives me 2.71TB effective storage with the redundancy of RAID 5. Now that I can start consolidating data, I'm free to rebuild this machine (Windows XP), my test machine (Ubuntu 8.10), and one of my laptops (Ubuntu 8.10). I downloaded Ubuntu 9.04 and built a clean Ubuntu box to aid in disk imaging. In an attempt to try a few alternate methods of imaging, decided to try the following: |
|
Read more...
|
|
Here's the easiest way to get the latest version of wine (currently 1.1.5): Open a terminal window and type the following: wget -q http://wine.budgetdedicated.com/apt/387EE263.gpg -O- | sudo apt-key add - |
|
Read more...
|
|
|