Linux

Highlighted

Posts

Enable UFW

To turn on UFW,

sudo ufw allow 22
sudo ufw enable
sudo ufw status
sudo systemctl enable ufw
sudo …

Install and configure fail2ban

Derived from here:

sudo apt install -y fail2ban
sudo systemctl enable fail2ban
sudo systemctl start …

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 …

Add a User in a Docker Container with a custom password

password="1YelloDog@"
pass=$(perl -e 'print crypt($ARGV[0], "password")' …

Annual Backup Process

Refresh documents

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

check app passwords …

Disabling Printer Scanning

These don't seem to fix my problem currently. Use with care.

derived from here