Question for you!

What are the first few commands you immediately do after setting up a new Linux/BSD machine? I don't care if you do it manually or automated with Ansible. I am just curious about what you deem to be the critical first thing :)

Me:
- feed my ssh keys to /root/.ssh/authorized_keys
- immediately change /etc/ssh/sshd_config to set
PermitRootLogin Yes,
* PubKeyAuthentication Yes,
* PasswordAuthentication No.
- reboot

Curious what you do first :)

#SelfHost#Admin