Fulltext results:
- DynDNS Updates without a Client
- ====== DynDNS Updates without a Client ====== My new hosting provide Strato offers DynDNS. I was searching for a DynDNS client for my OpenSolaris Home Server, but a small bash script does the job as good as any other client. <code bash dyndns-update.sh> #! /bin/bash
- Change Encoding with iconv
- ${f}_$$_TEMP ${f} \ && mv ${f}_$$_TEMP ${f} done </code> {{tag>sysadmin convert encoding shell cli}}
- Command Line Tools Used in My Scripts
- * nmap * rsync ===== System ===== {{tag>script scripting cli tool sysadmin audio video network}}
- Compare directories
- Meld as graphical diff tool: <code bash> meld shasums1.txt shasums2.txt </code> {{tags>cli sysadmin}}