On a new system, in no particular order.
- Install Preferred package list
- If you do not have a user account (this is common on some cloud hosting services), create yourself a new non-root account:
sudo adduser <you>& fill in the details when promptedsudo usermod -a -G sudo <you>to grant yourself sudo privileges
- Harden the system as necessary