Cloud Foundry is a great offering from VMWare - Platform as a Service (PaaS). It allows you to host applications (your code) in certain technologies (ruby, perl) without any hosting or administration. As a "lazy developer" this is heaven, since all you need to worry about is your code working, you do not need to maintain environments...
However, even to gear for such a test, you need an environment, which was my trigger to go with Linux. So...
Download VMWare Workstation and install
Download Fedora iso
Create new VM and install Fedora
so far so good...then there are fun troubleshooting exercises, like:
how to update the sudoers with my account
setting up the linux display options etc .. yawn ..
sudo yum install gcc make git
...
Comments