Fulltext results:
- DynDNS Updates without a Client
- earching for a DynDNS client for my OpenSolaris Home Server, but a small bash script does the job as g... <code bash dyndns-update.sh> #! /bin/bash . ${HOME}/.dyndns.cfg DOMAINS=$(cat ${HOME}/.dyndns.domains) echo "$(date '+%Y-%m-%d %H:%M') $(basename $0)" for domain in ${DOMAINS}; do echo -n
- exiftool
- ====== exiftool ====== ===== Rename Photos ===== Try it first with ''-testname'': exiftool -d %Y-%m-%d_%H%M%S%%-c.%%e "-testname<CreateDate" *.jpg Then rename the files: exiftool -d %Y-%m-%d_%H%M%S%%-c.%%e "-filename<CreateDat
- Compare directories
- iff shasums1.txt shasums2.txt </code> Or you use Meld as graphical diff tool: <code bash> meld shasums1.txt shasums2.txt </code> {{tags>cli sysadmin}}
- root login with bash
- le.com -t "su - root -c /bin/bash"' This enables me logging in with just: $ demo_root Password:
- andunix Infos
- ===== andunix Infos ===== {{indexmenu>info:#1 .:#1}} ===== Tags ===== ~~TAGCLOUD:50~~
- Scripting
- ====== Scripting ====== {{indexmenu>.#2}} {{tag>script scripting}}