|
|
|
|
|
by aequitas
2825 days ago
|
|
> A normal ping will go on forever. We don't want that. Instead, let's limit that to just five pings. It almost always what I want. > alias getpass="openssl rand -base64 20" If you really want to be handy, use "pass generate -c" instead of openssl, you got the password stored in your passstore and temporary copied to the clipboard. |
|