Skip to content

Instantly share code, notes, and snippets.

@kamilsj
Created March 7, 2015 17:47
Show Gist options
  • Save kamilsj/42eb5661ff9b21479440 to your computer and use it in GitHub Desktop.
Save kamilsj/42eb5661ff9b21479440 to your computer and use it in GitHub Desktop.
Changing Ubuntu Desktop into Ubuntu Server
sudo apt-get install tasksel
sudo tasksel remove ubuntu-desktop
sudo tasksel install server
sudo apt-get update
sudo apt-get install linux-server linux-image-server
sudo apt-get purge lightdm
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment