linux commands
Sync time with ntp server
timedatectl                // Show the time of the systemclock resp the hardwareclock. (If you are interested)
sudo ntpdate pool.ntp.org  // Updates systemclock
sudo hwclock -w            // Sets hardwareclock to systemclock

scp -pr buvt-SourceFs l750.local:~/progPython/

rsync -Wav --progress buvt-SourceFs l750.local:~/progPython/

List files with full resolution timestamps
ls -li --time-style=full-iso
ls -lAigoQU --time-style=+"%s.%N"
Change timestamp
touch -d '@1713522845.140075466' a1.txt
lsusb -t

"monitor your Microphone on linux"

Found: https://www.youtube.com/watch?v=Rzz39QLjYzw