Fulltext results:
- DynDNS Updates without a Client
- ript is part of my scripts collection, so you can find the latest version at http://bitbucket.org/anduni... /scripts/src/tip/bin/cron-dyndns-update. You can find the DynDNS protocol specification at http://www.d
- Change Encoding with iconv
- iles in a Directory ===== <code bash> for f in $(find . -type f) do iconv -f iso-8859-1 -t utf-8 -o $
- 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 lis
- Compare directories
- directories, generate a digest file: <code bash> find DIR -type f -exec shasum {} + | LC_ALL=C sort -d