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

See PARTUUID

See UUID

lsblk -f

See PARTUUID

lsblk -o NAME,PARTUUID

/etc/fstab

uid=116,gid=124

Mount exfat disk

NOTE!!!!

"sudo mount /mnt/tv" will read from /etc/fstab

"sudo mount -a" will read from /etc/fstab

"sudo mount /dev/sda2 /mnt/tv" will NOT read from /etc/fstab !!!!!!


To find uid and gid of hts

cat /etc/passwd

lsusb -t

ext4

No way to set the permission in fstab

Use: sudo chmod 777 /mnt/tv