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 .
- exiftool
- ====== exiftool ====== ===== Rename Photos ===== Try it first with ''-testname'': exiftool -d %Y-... %d_%H%M%S%%-c.%%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 P
- root login with bash
- ab.example.com -t "su - root -c /bin/bash"' This enables me logging in with just: $ demo_root Pa... from the ''su'', for the ''root'' password. {{tag>ssh solaris opensolaris bashrc scripting sysadmin}}
- Compare directories
- directories ====== For each of the directories, generate a digest file: <code bash> find DIR -type f... of ''sort'', to get compareable results on different machines. After that, you can diff the two shas
- Change Encoding with iconv
- ====== Change Encoding with iconv ====== ===== Convert Single File ===== iconv -f iso-8859-1 -t ut... {f}_$$_TEMP ${f} \ && mv ${f}_$$_TEMP ${f} done </code> {{tag>sysadmin convert encoding shell cli}}
- Shell Script Variables
- sh> ${a: -1} </code> ===== Remove Slash from the End of a Variable ===== Remove a trailing slash fro
- Command Line Tools Used in My Scripts
- ://dvdauthor.sourceforge.net/|dvdauthor]] * id3ren * mkisofs * mpgtx * mplex * vcdimager *
- andunix Infos
- ===== andunix Infos ===== {{indexmenu>info:#1 .:#1}} ===== Tags ===== ~~TAGCLOUD:50~~
- Scripting
- ====== Scripting ====== {{indexmenu>.#2}} {{tag>script scripting}}