Created
April 11, 2012 13:42
-
-
Save greggyNapalm/2359365 to your computer and use it in GitHub Desktop.
Ubuntu 10 LTS; postinstall
This file contains 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
# remove apparmor | |
sudo /etc/init.d/apparmor kill | |
sudo update-rc.d -f apparmor remove | |
# add aptitude and upgrade packets | |
sudo apt-get install aptitude | |
sudo aptitude update; aptitude upgrade | |
sudo aptitude install openssh-server | |
# disable motd wellcome msg | |
sudo mv /etc/motd /etc/motd_orig |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment