码迷,mamicode.com
首页 > 其他好文 > 详细

centos 使用 pwgen 生成高强度密码

时间:2017-12-07 00:35:10      阅读:165      评论:0      收藏:0      [点我收藏+]

标签:centos   使用   pwgen   

-bash: pwgen: command not found


yum源里面没有pwgen,因此采用源码安装的方式:

 

wget http://sourceforge.net/projects/pwgen

 

解压:tar xvzf pwgen

 

安装  ./configure && make && make install

 

之后就可以使用了

技术分享图片

centos 使用 pwgen 生成高强度密码

标签:centos   使用   pwgen   

原文地址:http://blog.51cto.com/sf1314/2048121

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!