GeoIP最快捷安装

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了GeoIP最快捷安装相关的知识,希望对你有一定的参考价值。


下载GeoIP数据包


mkdir /GeoIP
cd /GeoIP

wget http://geolite.maxmind.com/download/geoip/database/GeoLiteCountry/GeoIP.dat.gz
wget http://geolite.maxmind.com/download/geoip/database/GeoLiteCity.dat.gz
wget http://geolite.maxmind.com/download/geoip/database/asnum/GeoIPASNum.dat.gz

gunzip GeoIP.dat.gz
gunzip GeoIPASNum.dat.gz

gunzip GeoLiteCity.dat.gz


// GeoIP 是国家数据,GeoLiteCity 是城市数据,GeoIPASNum 是组织数据



安装程序

rpm -ivh   http://ftp.linux.ncsu.edu/pub/epel/6/x86_64/epel-release-6-8.noarch.rpm

vim /etc/yum.repos.d/epel.repo      ## 注释mirrorlist url(包含https) ,然后取消注释baseurl

yum -y install GeoIP GeoIP-devel perl-Geo-IP

Verifying  : GeoIP-devel-1.6.5-1.el6.x86_64                                  1/5
Verifying  : geoipupdate-2.2.1-2.el6.x86_64                                  2/5
Verifying  : GeoIP-GeoLite-data-2015.12-1.el6.noarch                         3/5
Verifying  : GeoIP-1.6.5-1.el6.x86_64                                        4/5
Verifying  : GeoIP-GeoLite-data-extra-2015.12-1.el6.noarch                   5/5


本文出自 “何全” 博客,请务必保留此出处http://hequan.blog.51cto.com/5701886/1783283

以上是关于GeoIP最快捷安装的主要内容,如果未能解决你的问题,请参考以下文章

python-geoip 在 python3.4 上不起作用?

为什么geoip不适合我

VSCode 如何操作用户自定义代码片段(快捷键)

如何在生产环境中运行的 Nginx 上安装 Geoip2 模块?

Logstash/Kibana GeoIP 不工作

在 Visual Studio 中创建构造函数的代码片段或快捷方式