How to make a random password from Linux CLI
b64encode /dev/urandom pw | fold -w 20 | head -n2 | tail -n1