centos 使用 pwgen 生成高强度密码
时间:2017-12-06 23:44:25
收藏:0
阅读:972
-bash: pwgen: command not found
yum源里面没有pwgen,因此采用源码安装的方式:
wget http://sourceforge.net/projects/pwgen
解压:tar xvzf pwgen
安装 ./configure && make && make install
之后就可以使用了
原文:http://blog.51cto.com/sf1314/2048121
评论(0)