pwgen, sshuttle, trap, tree: move to common (#6551)

This commit is contained in:
marchersimon
2021-09-19 16:13:40 +02:00
committed by GitHub
parent e94e6af882
commit 6474a32842
15 changed files with 0 additions and 88 deletions

15
pages.zh/common/pwgen.md Normal file
View File

@@ -0,0 +1,15 @@
# pwgen
> 生成可拼写发音的密码。
- 生成指定长度的随机密码:
`pwgen -y {{长度}}`
- 生成安全、难以记忆的密码:
`pwgen -s {{长度}}`
- 生成至少包含一个大写字母的密码:
`pwgen -c {{长度}}`