I started using VMWare workstation few weeks back before I started fiddling with Vagrant. Due to some stupid reason I messed up VMware's Virtual Network configurations and removed all other virtual network connections except virtual network - Bridged (Auto-bridging). In my mind - "I don't need NAT or Host-only virtual network, duh" This worked well till the day I started using Vagrant for automation of my developement environment. On my first run of vagrant and I get a red error sayin » Read more

 Jsinh        

Using a virtulization platform is a common thing these days, unless you still build things on your grandma's machine. Cloud computing is application of this feature to bring unlimited options, power, scalability and flexibility to your business. But we use virtulization for developement too, a lot I say. Few big guns that makes their way in your environment are: * Virtual Box * Hyper-V * Vmware I have been using Virtual Box since last 3 years now, everyday and it is open source and to » Read more

 Jsinh