例 5.1. random password
cat /dev/urandom | head -1 | md5sum | head -c 8 od -N 4 -t x4 /dev/random | head -1 | awk '{print $2}'