New install May 2022
Install network stuff to run ifconfig, etc:
sudo apt install net-tools
sudo apt install openssh-server sudo systemctl start ssh sudo systemctl enable ssh
Fix bash locale error "-bash: warning: setlocale: LC_ALL: cannot change locale (en_US)":
sudo locale-gen en_US locale -a
Customize grub to show boot options and keep messages on screen during boot:
cd /etc/default sudo cp grub grub.YYYYMMDD sudo vi grub
sudo update-grub
Set up GMail as a Relay, crontab, vi/vim and .vimrc
Move Unifi Controller using steps below