VirtualBox running Ubuntu 22 Notes

Install and run linux-purge

linux-purge -s
linux-purge
linux-purge -m

New install May 2022

Set root password

sudo passwd root

Turn off screensaver

Add my .bashrc and my alias for apt updates:

alias au='apt update; apt -y upgrade'

Install network stuff to run ifconfig, etc:

sudo apt install net-tools

Change hostname

For Guest Additions:

sudo apt install gcc make perl

Fix SSH:

sudo apt install openssh-server
sudo systemctl start ssh
sudo systemctl enable ssh

Disable Firewall

Fix bash locale error "-bash: warning: setlocale: LC_ALL: cannot change locale (en_US)":

sudo locale-gen en_US
locale -a

Install MATE:

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