Fulltext results:
- DynDNS Updates without a Client
- " curl --silent --show-error --insecure --user ${LOGIN} "${UPDATE_URL}?hostname=${domain}" don... ut one domain per line. In the for loop, curl is used to update the domains. Currently, I use the switch ''--insecure'' to disable the SSL certificate c
- root login with bash
- 't login as root, just ''su'' to ''root'' from an user which has the ''root'' role. Also, the ''root'' user has the bourne shell (''/bin/sh''), but working with ''/bin/bash'' is much easier. Using this command, you can directly log in as ''roo
- Command Line Tools Used in My Scripts
- ====== Command Line Tools Used in My Scripts ====== This is a list of comman dline tools which I use in my scripts an which should be installed on ev
- Compare directories
- -d -k 2 > shasums.txt </code> It's important to use ''LC_ALL=C'' and the option ''-d'' of ''sort'', ... h> diff shasums1.txt shasums2.txt </code> Or you use Meld as graphical diff tool: <code bash> meld s