Fulltext results:
- root login with bash
- ====== root login with bash ====== On our systems, the ''root'' account is set to be a role, so you c... o, 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 ''root'' with a ''bash'' shell. ssh demo.lab.example.com -t "su - roo
- DynDNS Updates without a Client
- ent 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 . ${HOME}/.dyndns.cfg DOMAINS=$(cat ${HOME}/.dyndns.domains) echo "$(date '+%Y-%m-%
- Shell Script Variables
- ===== Get the last character of ''$a'': <code bash> ${a: -1} </code> ===== Remove Slash from the End of a Variable ===== Remove a trailing slash from ''$a'': <code bash> a=${a%/} </code> {{tag>scripting bash sysadmin variable}}
- Compare directories
- the directories, generate a digest file: <code bash> find DIR -type f -exec shasum {} + | LC_ALL=C so... that, you can diff the two shasums.txt: <code bash> diff shasums1.txt shasums2.txt </code> Or you use Meld as graphical diff tool: <code bash> meld shasums1.txt shasums2.txt </code> {{tags>c
- Change Encoding with iconv
- = Convert All Files in a Directory ===== <code bash> for f in $(find . -type f) do iconv -f iso-885