Changes between Version 1 and Version 2 of UpgradeNotes
- Timestamp:
- Aug 1, 2012 4:59:25 PM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
UpgradeNotes
v1 v2 25 25 26 26 After this {{{sudo apt-get update}}} succeeds. 27 28 Ubuntu doesn't enable sshd by default. Be sure to: 29 30 {{{ 31 $ apt-get install openssh-server 32 }}} 33 34 Shut down teh VM and store the image on scratch 35 36 {{{ 37 $ scp pangolin.img scratch:/var/www/benito 38 }}} 39