rc: replace apg with pwgen

and don't ask questions about the alias still being apg-random!
This commit is contained in:
Aminda Suomalainen 2015-03-15 19:59:25 +02:00
parent bf5409616a
commit 0d2c495809
2 changed files with 4 additions and 2 deletions

View File

@ -568,8 +568,9 @@ alias pypypip3=pippypy3
# apg with small letters, capital letters and numbers. I don't usually use
# special characters as they sometimes have difficulties with some systems
# and cross-platform operating systems.
# APG IS LIMITED TO 255 CHARACTERS SO IT'S REPLACED WITH PWGEN!
# Usage: apt-random <minimum length>
alias apg-random="apg -a1 -M LCN -m"
alias apg-random="pwgen -s"
# cp/mv using rsync. rcp appears to be link to scp in my system, so I can
# safely use this alias.

View File

@ -543,8 +543,9 @@ alias pypypip3=pippypy3
# apg with small letters, capital letters and numbers. I don't usually use
# special characters as they sometimes have difficulties with some systems
# and cross-platform operating systems.
# APG IS LIMITED TO 255 CHARACTERS SO IT'S REPLACED WITH PWGEN!
# Usage: apt-random <minimum length>
alias apg-random="apg -a1 -M LCN -m"
alias apg-random="pwgen -s"
# cp/mv using rsync. rcp appears to be link to scp in my system, so I can
# safely use this alias.