- April
- 6th
- 2009
Warm Country, Warm people
Posted by MaEl in: Uncategorized Comments (0)
Home sweet home. It’s time to catching up
- April
- 3rd
- 2009
Spam Me Not
Posted by MaEl in: Uncategorized Comments (0)
I don’t know why but since march this year, I received a lot of spam mail at my phone. As far as I can remembered, I haven’t used the mail address to sign up for online things.. Never. And why it starts only this march? My guests is somebody’s mail box got hacked and they took my phone mail from there.
Whatever it is, tomorrow is the last day I’ll be using that address. I’ve using this address for more than 2 years. I got it when vodafone is still in Japan. Now that softbank take over vodafone japan bussiness, new user will have their mail domain @softbank.ne.jp. So it’s quite unique to have a vodafone.ne.jp domain.
It’s time to say farewell. Good by vodafone. (I hate softbank
) It has served me well. Almost no spam for 2 years.
- April
- 1st
- 2009
Happy Conficker Day
Posted by MaEl in: Uncategorized Comments (0)
The Conficker virus is a computer virus that can spread itself to other computers in a network automatically. It targets the family of Microsoft Windows OS. Conficker began to appear in late 2008 and now have infect millions of computers.This virus can evolve by auto updating itself via internet. 1st April 2009 is sets as the day for this to happen. What is new on this update is still a mystery. Will it be the world’s biggest April Fool’s joke? Time will tell.
Related links:
- February
- 22nd
- 2009
CentOs — how to install mod geo_ip from maxmind
Posted by MaEl in: Uncategorized Comments (0)
yum install GeoIP
wget http://yum.jardiknas.org/centos/extras/5/i386/mod_geoip-1.1.8-2.el5.i386.rpm
rpm -i mod_geoip-1.1.8-2.el5.i386.rpm
wget -N -q http://geolite.maxmind.com/download/geoip/database/GeoLiteCity.dat.gz
gzip -d GeoLiteCity.dat.gz
mkdir /usr/share/GeoIP/
mv GeoLiteCity.dat /usr/share/GeoIP/
nano /etc/httpd/conf.d/mod_geoip.conf
#change GeoIP.dat to GeoLiteCity.dat