Created
April 18, 2012 22:26
-
-
Save miebach/2417054 to your computer and use it in GitHub Desktop.
some basic steps on a new minimal ubuntu system
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 | |
aptitude update | |
aptitude safe-upgrade | |
aptitude install byobu ack-grep most mc -y |
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
grub - > install package maintainers version |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment