1. 安装依赖GeoIP-devel,GeoIPyum install GeoIP.x86_64 GeoIP-devel.x86_642. 配置IP数据库GeoIP.dat,GeoLiteCity.datwget -N http://geolite.maxmind.com/download/geoi...
分类:
Web程序 时间:
2014-12-08 02:06:06
阅读次数:
402
作者:zhanhailiang 日期:2014-12-08
1. 安装依赖GeoIP-devel,GeoIP
GeoIP-devel.x86_64 : Development headers and libraries for GeoIP
GeoIP.x86_64 : Library for country/city/organization to IP address or hostna...
分类:
Web程序 时间:
2014-12-08 00:48:51
阅读次数:
215
安装GEOIP [root@i -it ~]# yum install GeoIP GeoIP-deve ? ##下载GeoIP的数据库,有精确到国家和地区包括IPv6 自行选择...### [root@i -it ~]# wget http://geolite.maxmind.com/download/geoip/database/GeoL...
分类:
Web程序 时间:
2014-11-14 22:55:07
阅读次数:
223
如何用DNS+GeoIP+Nginx+Varnish做世界级的CDN如何用BIND, GeoIP,Nginx,Varnish来创建你自己的高效的CDN网络?CDN,意思是Content Distrubtion Network,意思是内容分发网络,简单的说,就是全地域范围内的负载均衡,全地域的概念可以...
分类:
其他好文 时间:
2014-09-04 00:07:47
阅读次数:
217
一、软件模块依赖性:[root@localhost]#yum-yinstallgcc+gcc-c++gcc*make*libpcre.so*openssl*pcre*zlib*libtool*libxml2*libxslt*gd*lua*二、安装GeoIP安装MaxMind的GeoIP库MaxMind提供了免费的IP地域数据库(GeoIP.dat),不过这个数据库文件是二进制的,需要用GeoIP库来读取..
分类:
其他好文 时间:
2014-08-01 20:17:53
阅读次数:
1656
Ntop是一种监控网络流量工具一、安装环境cd/root/downloadyuminstalllibtoollibpcaplibpcap-develgdbmgdbm-develzlibzlib-develwgethttp://mirror01.idc.hinet.net/EPEL/5Server/x86_64/GeoIP-1.4.8-1.el5.x86_64.rpmwgethttp://mirror01.idc.hinet.net/EPEL/5Server/x86_64/Ge..
分类:
移动开发 时间:
2014-07-29 15:25:39
阅读次数:
264
所谓GeoIP,就是通过来访者的IP,定位他的经纬度,国家/地区,省市,甚至街道等位置信息。这里面的技术不算难题,关键在于有个精准的数据库。有了准确的数据源就奇货可居赚点小钱,可是发扬合作精神,集体贡献众人享用是我们追求的。
Hostip.info提供了一个平台,可以添加已知的数据信息,可以免费获....
分类:
其他好文 时间:
2014-05-19 07:15:25
阅读次数:
401
1、先安装 geoip c library
geoip c library >= 1.4.6 installed on your machine. >= 1.4.6 installed on your machine.
wget http://geolite.maxmind.com/download/geoip/api/c/GeoIP-1.4.7.tar.gz
tar -xvzf GeoIP...
分类:
编程语言 时间:
2014-05-13 06:24:28
阅读次数:
940