Fulltext results:
- DynDNS Updates without a Client
- "${UPDATE_URL}?hostname=${domain}" done </code> First, the login credentials (the ''$LOGIN'' variabl... rver'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
- Change Encoding with iconv
- Encoding with iconv ====== ===== Convert Single File ===== iconv -f iso-8859-1 -t utf-8 -o OUTPUT... d writes it to ''OUTPUT.txt''. ===== Convert All Files in a Directory ===== <code bash> for f in $(find . -type f) do iconv -f iso-8859-1 -t utf-8 -o
- exiftool
- xiftool ====== ===== Rename Photos ===== Try it first with ''-testname'': exiftool -d %Y-%m-%d_%H... %%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 Ph
- Compare directories
- = For each of the directories, generate a digest file: <code bash> find DIR -type f -exec shasum {} + | LC_ALL=C sort -d -k 2 > shasums.txt </code> It'
- Command Line Tools Used in My Scripts
- ed on every of my systems. Basic tools (e.g. awk, find, grep, ps) which are always installed are not l