How To Configure Chroot Environments for Testing on an Ubuntu 12.04 VPS
Often, you may need to set up an environment that is isolated and slightly different than your normal operating system in order to test some software or configuration details. A common strategy in this situation is to configure a chroot environment, which provides a decent amount of isolation and basically provides a bare-bones guest operating system inside of the current one. In this guide, we’ll discuss how to set one up on an Ubuntu VPS instance.