271. Generate a Password (jaketrent.com)
Here are some ways to generate a secure password.Pre-installeduuidgen comes with linux-utils. Probably pre-installed. If a uuid will do it, bam:uuidgen a08db6c6-66bd-4cd1-a6d0-a7d4c72d0e90Nice for use in portable bash scripts.pwgensudo apt install pwgenpwgen -ycns 64 1-y - include a symbol-c - inclu...