0x0Lab Blog Just another damn blog

2Aug/101

Afgan War Diary in Numbers

Posted by neuro

Wikileaks has released a document set called the Afgan War Diary, on July 25, 2010, an extraordinary compendium of over 91,000 reports covering the war in Afghanistan from 2004 to 2010. For more information visit http://wikileaks.org/wiki/Afghan_War_Diary,_2004-2010.

In this post I present this endless insane war in numbers. All numbers were taken from "Afgan War Diary" and manipulated using a MySQL database. It must be noted that 75.000 over 91.000 reports were released.

Filed under: General Continue reading
29Mar/102

How to stop Google Analytics

Posted by cirrus

Yes I know google owns us, yes I know we are using analytics as well.

What you need:
- a web server
- place the two files in this file in the root of the web server
- edit your hosts file and add this entry (where xxx.xxx.xxx.xxx is the IP of your web server):
xxx.xxx.xxx.xxx www.google-analytics.com ssl.google-analytics.com

Now every time you visit an analytics-enabled page, the two files from your web server will be included, and all javascript will be executed properly, but google will not track you.

Filed under: General 2 Comments