| 103 | | ==== Dev User ==== |
| 104 | | Username: dev |
| | 103 | ==== Secure the System ==== |
| | 104 | Change the default passwords to secure the system. |
| | 105 | Log in as ''dev'', start LXTerminal, and enter the following commands to change passwords: |
| | 106 | {{{ |
| | 107 | sudo passwd root #interactive change ''root'' password |
| | 108 | passwd #Interactive change ''dev'' password |
| | 109 | }}} |
| | 110 | It's also important to keep get security updates from online; login as ''dev'' and execute the following: |
| | 111 | {{{ |
| | 112 | sudo apt-get update |
| | 113 | sudo apt-get upgrade |
| | 114 | }}} |