Christopher Juckins

SysAdmin Tips, Tricks and other Software Tools

User Tools

Site Tools


ubuntu_22_notes

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Last revisionBoth sides next revision
ubuntu_22_notes [2022/05/21 18:22] juckinsubuntu_22_notes [2023/01/19 17:26] juckins
Line 1: Line 1:
 ==== VirtualBox running Ubuntu 22 Notes ==== ==== VirtualBox running Ubuntu 22 Notes ====
 +
 +Install and run [[https://launchpad.net/linux-purge|linux-purge]]
 +  linux-purge -s
 +  linux-purge
 +  linux-purge -m
  
 New install May 2022 New install May 2022
 +
 +Set root password
 +  sudo passwd root
 +  
 +Add my .bashrc and my alias for apt updates:
 +  alias au='apt update; apt -y upgrade'
  
 Install network stuff to run ifconfig, etc: Install network stuff to run ifconfig, etc:
Line 8: Line 19:
 [[https://linuxconfig.org/ubuntu-22-04-change-hostname|Change hostname]] [[https://linuxconfig.org/ubuntu-22-04-change-hostname|Change hostname]]
      
 +  
 +For Guest Additions:
 +
 +  sudo apt install gcc make perl
      
 [[https://computingforgeeks.com/install-and-configure-ssh-server-on-ubuntu/|Fix SSH]]: [[https://computingforgeeks.com/install-and-configure-ssh-server-on-ubuntu/|Fix SSH]]:
Line 40: Line 55:
  
   * Reboot to test   * Reboot to test
- 
-[[https://www.smarthomebeginner.com/move-unifi-controller/|Move Unifi Controller to new host]] 
  
 Set up [[gmail_as_a_relay_on_linux_centos8|GMail as a Relay]], crontab, vi/vim and .vimrc Set up [[gmail_as_a_relay_on_linux_centos8|GMail as a Relay]], crontab, vi/vim and .vimrc
 +
 +[[https://www.smarthomebeginner.com/move-unifi-controller/|Move Unifi Controller using steps below]]
 +
 +  * Install UniFi using the [[https://community.ui.com/questions/UniFi-Installation-Scripts-or-UniFi-Easy-Update-Script-or-UniFi-Lets-Encrypt-or-UniFi-Easy-Encrypt-/ccbc7530-dd61-40a7-82ec-22b17f027776|Easy Installation Script]]
 +    * Make Backup of Unifi on old VM using script above
 +    * Shutdown old VM and new VM
 +    * Change IP address of new VM to match that of old VM (use MAC if DHCP)
 +    * Start new VM
 +    * Restore UniFi config from backup
ubuntu_22_notes.txt · Last modified: 2023/01/19 17:36 by juckins