#Ubuntu for Development and SRE Work
###Upstart Fix Ubuntu has recently made the switch to SystemD. Not a bad thing, but many scripts (like the SSH one coming up next) still use Upstart. Lukcily we have a quick fix to tide us ove in the interim.
sudo apt-get install -y systemd-sysv
###Remove CDROM from Soures
sudo sed -i '/cdrom/d' /etc/apt/sources.list