From: Peter Palfrader Date: Fri, 10 Oct 2014 09:22:53 +0000 (+0200) Subject: Add apt-get upgrade to new-machine howto X-Git-Url: https://git.adam-barratt.org.uk/?p=mirror%2Fdsa-wiki.git;a=commitdiff_plain;h=d143bdf2b77ab676758474631ccb02127f150320 Add apt-get upgrade to new-machine howto --- diff --git a/input/howto/new-machine.creole b/input/howto/new-machine.creole index 8264df1..e03d1a2 100644 --- a/input/howto/new-machine.creole +++ b/input/howto/new-machine.creole @@ -44,6 +44,11 @@ Note: this has recently been changed to rely more on [[puppet|howto/puppet-setup puppet agent -t; puppet agent -t; puppet agent -t; puppet agent -t }}} +* install security updates etc. +{{{ + apt-get update && apt-get dist-upgrade && apt-get clean +}}} + * try to login using your user and ssh key. you should get a homedir. * try to become root using sudo.