if you’re unable to install the broadcom sta driver on ubuntu 11.04, fire up synaptic and reinstall bcmwl-kernel-source
2011-04-29 18:29:50,089 WARNING: /sys/module/wl/drivers does not exist, cannot rebind wl driver
it should work now
if you’re unable to install the broadcom sta driver on ubuntu 11.04, fire up synaptic and reinstall bcmwl-kernel-source
2011-04-29 18:29:50,089 WARNING: /sys/module/wl/drivers does not exist, cannot rebind wl driver
it should work now
Very easy, just add a repository and run apt-get install postresql-9.0

Dctr Watson explains how:
Run multiple versions of Perl from your home directory using Perlbrew!![]()
The recommended way to install perlbrew is to run these statements in your shell:
curl -LO http://xrl.us/perlbrew
chmod +x perlbrew
./perlbrew installAfter that,
perlbrewinstalls itself to~/perl5/perlbrew/bin, and you should follow the instruction on screen to setup your.bashrcor.cshrcto put it in your PATH.
I installed Ubuntu Eucalyptus cloud (#UEC) on a couple of servers at home. I was naively expecting it to be similar to VMware. Oh I was wrong.
UEC is the Eucalyptus ‘cloud’ software running on Ubuntu servers. The instances would run under the KVM or Xen hypervisors. Ubuntu’s defaulted to running KVM but isn’t restricted by it.
“Eucalyptus is a software available under GPL that helps in creating and managing a private or even a publicly accessible cloud. It provides an EC2 compatible cloud computing platform and S3 compatible cloud storage platform…” Eucalyptus Beginner’s Guide
This is how a vm works in UEC:
You publish an image that you previously installed all the software you need (or you can download such an image). There can be as many instances of this image running as the hardware supports (spread across N number of backend Node Servers).
All instances are transient. As long as an image is running, it will have a physical presence.. but when it is shutdown, the instance is removed including any work performed in the instance.
“static” storage is available via a Storage Server. After you create an image but before you start it, you have the opportunity to attach storage to the instance.
While the management tools for UEC, and therefore Amazon EC2/EM, are primitive compared to VMware, it should be able to scale much higher with far less focus on which ‘virtual machine’ goes where.
I’ve been trying to get VMware ESXi 4 on my old MSI MS-7388 motherboard for a long time. No matter what I tried, neither the SATA controller on the motherboard or the add on SATA controller would be recognized.
At this point VMware ESXi 4.0 will be installed but it won’t start when you reboot. This is because VMware won’t load the AHCI driver by default. So… we will have to tell it to load it automatically. You will need a Linux Live CD such as Ubuntu.
You should have a fully working VMware ESXi server installed and ready for you to setup virtual machines!