Tip - Can I convert Ubuntu Desktop 14.04 to Server?
I've found several solutions to convert Ubuntu 12.04 Desktop to Server, with the following commands:
sudo apt-get install tasksel
sudo tasksel remove ubuntu-desktop
sudo tasksel install server
apt...