How to fix MaxMind GeoIP dat file 404 Not Found?

Just a few minutes ago, one of my cron that fetch current GeoIP.dat.gz file from MaxMind resolve to 404 Not Found. The cron is running monthly to update its GeoIP database. Its an Apache2 mod_geoip. This was the cron message: /etc/cron.monthly/geoip: –04:42:22– http://www.maxmind.com/download/geoip/database/GeoIP.dat.gz Resolving www.maxmind.com… 67.15.94.80 Connecting to www.maxmind.com|67.15.94.80|:80… connected. HTTP request sent, awaiting response… 301 Moved Permanently Location: http://64.246.48.99/download/geoip/database/GeoIP.dat.gz…

Read More »

How to install Asterisk on CentOS server

Asterisk is an open source PBXi, telephony engine, and telephony applications toolkit. Available for free. URL: asterisk.org. CentOS is a Linux distributions based on Red Hat Enterprise. URL: centos.org. The following required before we begin installation: [*] CentOS minimal install [*] kernel-devel / kernel-smp-devel [*] bison [*] openssl-devel Installation: We will use atrpms repo for this install. Login via SSH…

Read More »

Joomla administrator password reset script

An easy way to reset your Joomla administrator password.No need to access to phpMyAdmin or entering SQL query or such. Features:[*] a very easy way to reset your Joomla administrator password[*] has a nice GUI too 😉 Update v1.2: now the script allows you to choose username, instead of ‘admin’ only. Price: FREE! Listed at Hot Scripts in PHP

Read More »