Fulltext results:
- root login with bash
- ystems, the ''root'' account is set to be a role, so you can'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/s... from the ''su'', for the ''root'' password. {{tag>ssh solaris opensolaris bashrc scripting sysadmin}}
- DynDNS Updates without a Client
- S. I was searching for a DynDNS client for my OpenSolaris Home Server, but a small bash script does th... secure'' to disable the SSL certificate check. As soon a I found out how to download the server certif... e. This script is part of my scripts collection, so you can find the latest version at http://bitbuck... www.dyndns.com/developers/specs/syntax.html. {{tag>homeserver opensolaris script scripting sysadmin}}
- Change Encoding with iconv
- === ===== Convert Single File ===== iconv -f iso-8859-1 -t utf-8 -o OUTPUT.txt INPUT.txt Converts ''INPUT.txt'' from ''iso-8859-1'' to ''utf-8'' and writes it to ''OUTPUT.t... e bash> for f in $(find . -type f) do iconv -f iso-8859-1 -t utf-8 -o ${f}_$$_TEMP ${f} \ && mv ${
- Compare directories
- sh> find DIR -type f -exec shasum {} + | LC_ALL=C sort -d -k 2 > shasums.txt </code> It's important to use ''LC_ALL=C'' and the option ''-d'' of ''sort'', to get compareable results on different mach
- Command Line Tools Used in My Scripts
- av * cdrecord * cdrdao * [[http://dvdauthor.sourceforge.net/|dvdauthor]] * id3ren * mkisofs * mpgtx * mplex * vcdimager * vxcdrip * vx