Fulltext results:
- DynDNS Updates without a Client
- 's URL (''$UPDATE_URL'') are read from the config file ''~/.dyndns.cfg''. Here an example config file: <file bash dyndns.cfg> LOGIN="jdoe:secret" UPDATE_URL="http://members.dyndns.org/nic/update" # DynDNS... trato.com/nic/update" # Strato's DynDNS service </file> The file ''.dyndns.domains'' contains all the d
- Change Encoding with iconv
- Encoding with iconv ====== ===== Convert Single File ===== iconv -f iso-8859-1 -t utf-8 -o OUTPUT.t... d writes it to ''OUTPUT.txt''. ===== Convert All Files in a Directory ===== <code bash> for f in $(fin
- exiftool
- %%e "-testname<CreateDate" *.jpg Then rename the files: exiftool -d %Y-%m-%d_%H%M%S%%-c.%%e "-filename<CreateDate" *.jpg ===== Correct the Date of Photos
- Compare directories
- = For each of the directories, generate a digest file: <code bash> find DIR -type f -exec shasum {} +