Skip to content

Instantly share code, notes, and snippets.

@miebach
Created April 8, 2012 22:39
Show Gist options
  • Save miebach/2340153 to your computer and use it in GitHub Desktop.
Save miebach/2340153 to your computer and use it in GitHub Desktop.
ubuntu 10.04 first steps for a new rackspace instance
locale-gen en_US.UTF-8
locale-gen de_DE.UTF-8
/usr/sbin/update-locale LANG=en_US.UTF-8
dpkg-reconfigure tzdata
# (select timezone)
sudo aptitude update
sudo aptitude safe-upgrade
tasksel
# (select "basic server")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment