setting up new users etc in new ubuntu install to sync with UIDs at TC

logout of gui, drop to shell (ctrl+alt+F1).

sudo adduser <newusername>

then add newusername to group sudo

exit

login to shell in that new name

sudo usermod -u <newUID> <usernametochange>