Monday, June 18, 2012
Seven Languages in Seven Weeks - Prolog Day 3 Self Study
›
Time to catch up with Seven Languages in Seven Weeks ! This is the last chapter on Prolog and here are the tasks: Modify the Sudoku solver...
Saturday, June 16, 2012
How to enable IP Forwarding in Mac OS X
›
Another note to self: how to enable IP forwarding in Mac OS X: sudo sysctl -w net.inet.ip.forwarding=1 (credit: Stack Exchange )
Sunday, June 10, 2012
vortex3 (reloaded)
›
In the original vortex3 post , I wasn't able to reproduce the exploit since the vortex levels were recompiled with a newer version of gc...
Saturday, June 9, 2012
Neue Zürcher Zeitung Binary Issue
›
Last Friday, I was surprised to notice that the front page of the Neue Zürcher Zeitung 's daily edition was scattered with nothing but ...
2 comments:
Thursday, June 7, 2012
LinkedIn Password Data Leaked
›
As reported by several security related online portals , a file with approx. 6.5 mio SHA-1 password hashes from LinkedIn users is currently ...
2 comments:
Monday, June 4, 2012
Vortex Solutions on Github
›
I checked in my vortex solutions on github , check it out: github.com/antoinet/vortex .
Thursday, May 24, 2012
How to disable ASLR in Linux
›
Quick note to self on how to disable ASLR (address space layout randomization) in Ubuntu Linux: $ sudo sh -c "echo 0 > /proc/sys/k...
‹
›
Home
View web version