A Cloud PSA: Cloud Needs BCP Too

Everyone is looking to the cloud for solutions to many problems. This could be for centralizing applications and data, ensuring availability regardless of location, enabling scale-out application infrastructure, or many other reasons. One of the reasons is to use the cloud as a BCP/DR (Business Continuity Planning/Disaster Recovery) target, which is also a great use-case … Read more

C.R.E.A.M. – Cache Rules Everything Around Me – with vagrant-cachier

One of the challenges with using Vagrant and VirtualBox for my labs is that I run download processes over and over again. This is good for testing, but not very good for time and bandwidth usage. When we have really aggressive downloading needs like apt repository files and such, there is something that can really … Read more

Adding a Shell Script to Vagrant

Recently we were working with our simple Vagrant and VirtualBox configuration to create a new Ubuntu 14.04 server which will be the baseline for some more blogs I’m building. This is where we start to add a little more to the build process to illustrate some concepts that we are going to work on going … Read more