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

GeoIP最快捷安装

时间:2016-05-26 06:28:40      阅读:3366      评论:0      收藏:0      [点我收藏+]

标签:程序   国家   数据包   genip   


下载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最快捷安装

标签:程序   国家   数据包   genip   

原文地址:http://hequan.blog.51cto.com/5701886/1783283

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