Things I Learned Today

It turns out you can find an Apple UDID on Linux just using lsusb.

Something like this should comprehensively report it:

lsusb -v 2>/dev/null | grep -A6 idVendor.*0x05ac

The 'iSerial' of the device is the UDID.

TIL UDID Linux