Posted on February 15, 2017February 15, 2017Generate a password on the Linux shell Quick and not even that dirty: echo;< /dev/urandom tr -dc _A-Z-a-z-0-9 | head -c10; echo;echo