Created
April 8, 2012 22:39
-
-
Save miebach/2340153 to your computer and use it in GitHub Desktop.
ubuntu 10.04 first steps for a new rackspace instance
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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