Skip to content

Instantly share code, notes, and snippets.

@zaftzaft
Created October 30, 2017 10:02
Show Gist options
  • Select an option

  • Save zaftzaft/78bf1daabf72f13ef652587cdb22b792 to your computer and use it in GitHub Desktop.

Select an option

Save zaftzaft/78bf1daabf72f13ef652587cdb22b792 to your computer and use it in GitHub Desktop.
cd /tmp
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://download.maxmind.com/download/geoip/database/asnum/GeoIPASNum.dat.gz
gunzip GeoIP.dat.gz
gunzip GeoLiteCity.dat.gz
gunzip GeoIPASNum.dat.gz
mv /tmp/GeoIP.dat /usr/share/GeoIP/
mv /tmp/GeoLiteCity.dat /usr/share/GeoIP/GeoIPCity.dat
mv /tmp/GeoIPASNum.dat /usr/share/GeoIP/
cd -
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment