Debootstrap gives us a simple and consistent way to cleanly setup machines by installing packages directly into a file system directly from the repos. These have the flexibility of being used across many different kind of machines. Create Directory Structure Here we are just creating the directories into which we…
Create a Bridged Interface in Ubuntu
Linux-KVM and Linux Containers both require a bridged interface so that it can be shared with the guests. This can also be useful if you want to share a network configuration between a wireless card and a wired card (though I will not be going into this particular configuration). Configuring…