jgmdev / ddos-deflate

Fork of DDoS Deflate with fixes, improvements and new features.
Other
760 stars 262 forks source link

centos7.4 yum no package grepcidr available. #53

Closed katanala closed 5 years ago

katanala commented 5 years ago

@jgmdev hello,i use centos7.4 system and installed this script. but it not work. i found my system have no “grepcidr”, so i want to install “grepcidr” by command "yum install grepcidr",it shows error:"No package grepcidr available." so, i want to konw how to solve it. where i can download your grepcide and install it. thanks.

jgmdev commented 5 years ago

Something like this should do it:

wget http://www.pc-tools.net/files/unix/grepcidr-2.0.tar.gz
tar -xvzf grepcidr-2.0.tar.gz
cd  grepcidr-2.0
make
make PREFIX=/usr install
katanala commented 5 years ago

thanks, it work