Tuesday, December 30, 2008
VirtualBox and Seamless Integration and Other Stuff
Right now I'm going to take a moment to applaud Sun. Their program VirtualBox is extremely cool in a nerdy-me way. With it, I was able to get my mother's printer working without having to jump through partitioning hoops. The only downside is that the machine itself can be sluggish when running apps in both the virtual machine and the Linux machine itself. Basically one shouldn't get their hopes up for running Firefox in the original Linux machine while the virtual machine is running.

Admittedly, I had to do a little song-and-dance to get the finalized setup. First I had to get the printer working. I had to follow the steps found in this post to get the usb device to actually work within the virtual machine. Basically this remounts the usb filesystem with specific permissions so that VirtualBox can access it. The details are a little foggy to me, but those are the basics. Then, as usual, the wiki came in handy with sharing a folder between the two machines.

I've also make a new PKGBUILD for webcamstudio. This nifty little program will create a fake webcam and allow you to use images, video, or even you desktop as the feed. This comes in handy if you wish to show your desktop over skype or some other webcam sharing software or website.

Before I messed with the PKGBUILD for webcamstudio, I made one for vloopback, but it had already been created. Always be sure to check that something hasn't already been done before you dump too much time into doing it. However, I must admit I learned quite a bit, in particular about depmod. Interested reading material.