01-31-2018, 07:04 PM
We may want to add the randomness to our username -
Copy/paste (or type it in to your terminal) hit enter -
An example
Code:
< /dev/urandom tr -dc _A-Z-a-z-0-9 | head -c6
Copy/paste (or type it in to your terminal) hit enter -
An example