ubuntu_22_notes
This is an old revision of the document!
VirtualBox running Ubuntu 22 Notes
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
- Confirm you see en_US now.
- See https://ubuntuforums.org/showthread.php?t=1675347&page=2 for more info.
- Add these to top panel: Firefox, xterm, pluma
Customize grub to show boot options and keep messages on screen during boot:
cd /etc/default sudo cp grub grub.YYYYMMDD sudo vi grub
- Comment out: GRUB_TIMEOUT_STYLE=hidden
- Instead of a value of 0, modify GRUB_TIMEOUT=5
- Comment out: GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
sudo update-grub
- Reboot to test
Move Unifi Controller to new host
Set up GMail as a Relay, crontab, vi/vim and .vimrc
Install UniFi using the Easy Installation Script
ubuntu_22_notes.1653225381.txt.gz · Last modified: 2022/05/22 09:16 by juckins