Install Ubuntu
Insert the SD card to Raspberry Pi and turn on the switch.
After while, the installation will finish automatically.
Initial account
Initial account of Ubuntu on Raspberry Pi is
- user name: ubuntu
- password: ubuntu
Change the password
For security issue, you should change the password as soon as possible.
$ sudo password <secret-password>
Update the system
Update the system for security issue.
$ sudo apt update
$ sudo apt upgrade
In shortly.
$sudo apt update && sudo apt upgrade -y
Last Updated on June 30, 2021 by lama-admin
Leave a Reply