Posted under » Ubuntu » Raspberry Pi on 01 January 2022
For ubuntu server installation, First thing is to login. It will create a user call ubuntu. The default password is also 'ubuntu' but you will be asked to change it to a more secure password. Login as root and do apt update. Then proceed to
$ apt install openssh-server $ apt install net-tools
The hostname by default is ubuntu and you might want to customise it
$ hostnamectl set-hostname pidua