Skip to content

Instantly share code, notes, and snippets.

@greggyNapalm
Created April 11, 2012 13:42
Show Gist options
  • Save greggyNapalm/2359365 to your computer and use it in GitHub Desktop.
Save greggyNapalm/2359365 to your computer and use it in GitHub Desktop.
Ubuntu 10 LTS; postinstall
# 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