Fulltext results:
- 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 ${
- 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
- DynDNS Updates without a Client
- e. This script is part of my scripts collection, so you can find the latest version at http://bitbuck