Vagrant, Chef, and the last 72 Hours

At the suggestion of someone in the office that I look into using Vagrant in conjunction with a project, I started digging… and digging. Here are some links: http://docs.vagrantup.com/v1/docs/provisioners/shell.html http://docs.vagrantup.com/v1/docs/multivm.html http://docs.vagrantup.com/v1/docs/getting-started/ports.html http://blog.codenut.org/?p=91 http://www.bluebox.net/about/blog/2013/01/provisioning-with-razor-and-chef-an-interactive-demo/ Now, those links, and likely a number I’ve closed and lost, along with some of these for Chef: http://www.opscode.com/chef/install/ http://docs.opscode.com/knife.html http://docs.opscode.com/config_rb_client.html https://github.com/rcbops/chef-cookbooks
-> Continue reading Vagrant, Chef, and the last 72 Hours

Ubuntu 12.04, DNS, and Static IPs

Having stumbled on the new /etc/resolv.conf methods of Ubuntu 12.04 a number of times, I hope this is useful for you as well. The contents of /etc/resolv.conf in Ubuntu are now controlled by “dns-nameservers #.#.#.#” in your /etc/network/interfaces file, like this: # The primary network interfaceauto eth0iface eth0 inet static    address 10.0.191.100    netmask 255.255.255.0    network
-> Continue reading Ubuntu 12.04, DNS, and Static IPs