Set via two procedures as below.
Use dpkg-reconfigure as an alternative
# sudo dpkg-reconfigure tzdata
https://linuxize.com/post/how-to-set-or-change-timezone-on-ubuntu-18-04/
--30--
https://linuxize.com/post/how-to-set-or-change-timezone-on-ubuntu-18-04/
--30--
hostnamectlsudo hostnamectl set-hostname <newname>https://linuxize.com/post/how-to-change-hostname-on-ubuntu-18-04/
--30--
auto upgrade can be configured on or off by reconfiguring the package
sudo dpkg-reconfigure unattended-upgrades

Specify NO and save, the python program will be reconfigured off.
https://askubuntu.com/questions/851444/configuring-unattended-upgrades-which-option-to-select
--30--