准备密码本 32 tar -zxvf crunch-3.6.tgz 40 wget -O /etc/yum.repos.d/CentOS-Base.repo https://mirrors.aliyun.com/repo/Centos-7.repo 41 yum clean all 42 yum makecache 43 ll 44 chmod x * 48 yum -y install gcc 49 gcc -Wall -lm -pthread -stdc99 -m64 -D_LARGEFILE…