solve, automate, speed up
CentOS 7
generate random password with native linux tools, debian, centos
< /dev/urandom tr -dc A-Za-z0-9 | head -c${1:-20};echo;
No comments:
No comments:
Post a Comment