Ubuntu 26.04 new install May 2026.
Used Default selection for apps. Skip additional software.
Install XFCE with these notes
Set root password
sudo passwd root
Using GUI settings, 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
For Guest Additions:
sudo apt install gcc make perl
Installed Guest Additions CD, ran Linux script. Said there was an error but upon VM reboot the guest additions were installed.
Other packages to install:
sudo apt install vim gnome-terminal
sudo apt install openssh-server sudo systemctl start ssh sudo systemctl enable ssh
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 and then reboot to testSet up GMail as a Relay
Install and test crontab
Set alias vim to vi and copy over .vimrc from another machine. Include set mouse=
Enable ESM Apps to receive additional future security updates - see https://ubuntu.com/esm or run: sudo pro status
apt purge light-locker and reboot (disable screensaver / blanking)
Move Unifi Controller using steps below