Ubuntu

Highlighted

Posts

Post-Install Cleanup steps

sudo apt update #update repositories
sudo apt install -f #fix broken packages
sudo apt upgrade -y …

Post-Install Miscellaneous Steps

Install gnome tweaks

sudo apt install -y gnome-tweaks

Tweaking the GUI

  1. Open …

99-Locking Down Ubuntu

  1. Set bios admin password
  2. check sudoers group, make other users non-admin
  3. delete unused / unnecessary …

Using ROS2 over VPNs in the Classroom

The purpose of this tutorial is to provide a way to provide access to ROS2 style data collection …

Annual Backup Process

Refresh documents

  • Update cv
  • Update zotero and backup
  • Update idealab website

check app passwords …

Answer on Docker

replace <password1> with your own password

Building PyBullet

sudo apt  install cmake-curses-gui 
cd ~/Downloads
git clone …

Compiling Ardour

Intro

The steps for building ardour are not complete on their website. Here are a couple helpful …