Notebook

Highlighted

Posts

Working with USB devices

Identifying and locating USB devices These widely used commands can be used to list and learn about connected USB devices in Linux.

Youtube-dl Quickstart

Intro I’m using yt-dlp these days Find out the formats yt-dlp -F <address> Specify the format code yt-dlp -f <formatcode> <address> youtube-dlp branch of youtube-dl

Annual Backup Process

Refresh documents Update cv Update zotero and backup Update idealab website check app passwords https://myaccount.

Arduino - ESP32 notes

Arduino Instructions Install Arduino Follow this tutorial to install ESP32 support on arduino

Arduino OpenCM9.04 SDK ID Change

Intro This code can be used to change the id of an XL-320 servo from 1 to 2.

Dalle-mini Notes

External Resources DallE-mini on Github How-To Video Weights and Measures Report Interview

Dealing with .heif Images

https://linuxnightly.com/convert-heif-images-to-jpg-or-png-on-linux/ sudo apt install libheif-examples heif-convert image.HEIC new-image.jpg using find…