hpr3512 :: Auld Acquaintance
flappin gums aboot auld hardware and how I use it.
Hosted by Jezra on Tuesday 2022-01-18 is flagged as Clean and is released under a CC-BY-SA license.
Tags: auld hardware, photography.
Listen in ogg,
spx, or
mp3 format. | Comments (0)
Toshiba Satellite L455-S5000
https://www.ifixit.com/Device/Toshiba_Satellite_L455-S5975
The script!
#!/bin/bash
# target dir is ~/Photos/YYYY-MM-DD_Hm
targetDir="/home/$USER/Photos/$(date +"%F_%H%M")"
# create the dir
mkdir $targetDir
# cd to dir
cd $targetDir
# kill all gphoto stuff
pkill -f gphoto2
# get the files
gphoto2 --get-all-files
# delete all files on camera recursively
gphoto2 -DR
Show Transcript
Automatically generated using whisper
whisper --model tiny --language en hpr3512.wav
<< First, < Previous, Next >, Latest >>