Christopher Juckins

SysAdmin Tips, Tricks and other Software Tools

User Tools

Site Tools


ubuntu_22_notes

This is an old revision of the document!


VirtualBox running Ubuntu 22 Notes

New install May 2022

apt install net-tools

Fix SSH

apt install openssh-server
systemctl start ssh
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

  • Add these to top panel: Firefox, xterm, pluma

Customize grub to show boot options and keep messages on screen during boot:

su - root
cd /etc/default
cp grub grub.YYYYMMDD
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"
update-grub
  • Reboot to test

Move Unifi Controller to new host

ubuntu_22_notes.1653143690.txt.gz · Last modified: 2022/05/21 10:34 by juckins