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
ubuntu_22_notes [2022/05/22 10:34] juckinsubuntu_22_notes [2023/01/19 17:36] (current) 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
 +  
 +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: Install network stuff to run ifconfig, etc:
Line 8: Line 21:
 [[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]]:
ubuntu_22_notes.txt · Last modified: 2023/01/19 17:36 by juckins