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
- Compare directories
- = For each of the directories, generate a digest file: <code bash> find DIR -type f -exec shasum {} +