First steps

sudo raspi-config

adjusts the important settings

quit raspi-config and work in the console

To run commands as root: sudo <command>

sudo su - changes to the root console and after this entering sudo is no more required. This is convenient when use it with tab completion as for commands like cat /etc/wireguard/publickey but it has a disaster potential, so use it with care.


Linurs startpage