Changes between Version 73 and Version 74 of InstallationGuidelinesVirtualMachine


Ignore:
Timestamp:
01/04/11 16:25:52 (14 years ago)
Author:
rik goldman
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • InstallationGuidelinesVirtualMachine

    v73 v74  
    101101exit # Exit using root's account and shell
    102102}}}
    103 ==== Dev User ====
    104 Username: dev
     103==== Secure the System ====
     104Change the default passwords to secure the system.
     105Log in as ''dev'', start LXTerminal, and enter the following commands to change passwords:
     106{{{
     107sudo passwd root #interactive change ''root'' password
     108passwd #Interactive change ''dev'' password
     109}}}
     110It's also important to keep get security updates from online; login as ''dev'' and execute the following:
     111{{{
     112sudo apt-get update
     113sudo apt-get upgrade
     114}}}
    105115
    106 Password: eden
     116
    107117
    108118=== Filesystem ===