Walt Mankowski via plug on 30 Apr 2022 13:51:31 -0700


[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]

Re: [PLUG] Correct Horse Battery Staple


Your alias has got a typo in it. Instead of

`alias randomwords="shuf -n102 /usr/share/dict/words | perl -ne 'print qq(\u\$_);' | column"`

it should be

`alias randomwords="shuf -n102 /usr/share/dict/words | perl -ne 'print qq(\u$_);' | column"`

That is, no \ before the _.

Passphrases are a really great idea. I used to use DuckDuckGo to
generate them [1]. A few months ago I started subscribing to 1Password
and so now I'm using their app to generate them.

I use passphrases for passwords I need to type in by hand. For
instance, there's a password at work I need to enter multiple times a
day, plus they force everyone to change them every 6 months.
Passphrases are great for that. But for most things 1Password can
enter the password itself. For those, I still use long ugly passwords.

Walt

1. https://duckduckgo.com/?t=ffab&q=passphrase

On Sat, Apr 30, 2022 at 02:03:55PM -0400, JP Vossen via plug wrote:
> I may have talked about this before, but it came up at work Friday, so...
> 
> Go read https://xkcd.com/936/.
> 
> Then try:
> `alias randomwords="shuf -n102 /usr/share/dict/words | perl -ne 'print qq(\u\$_);' | column"`
> 
> :-)
> JP
> --  -------------------------------------------------------------------
> JP Vossen, CISSP | http://www.jpsdomain.org/ | http://bashcookbook.com/
> ___________________________________________________________________________
> Philadelphia Linux Users Group         --        http://www.phillylinux.org
> Announcements - http://lists.phillylinux.org/mailman/listinfo/plug-announce
> General Discussion  --   http://lists.phillylinux.org/mailman/listinfo/plug

Attachment: signature.asc
Description: PGP signature

___________________________________________________________________________
Philadelphia Linux Users Group         --        http://www.phillylinux.org
Announcements - http://lists.phillylinux.org/mailman/listinfo/plug-announce
General Discussion  --   http://lists.phillylinux.org/mailman/listinfo/plug