New Blog.
December 19, 2009 by Xwings · Leave a Comment
This will be my official blog.
More updates …. soon.
What may happen to your laptop when you come to Israel?
December 15, 2009 by RD · 3 Comments
Check out this I’m sorry but we had to blow up your laptop story. Israeli security officers shot through the girl’s laptop with three bullets because she was suspected due to some of ’suspicious’ pictures in her camera and an arabic phrasebook, a journal entry that mentioned a Palestinian, stamps from Syria, Qatar and the UAE, Palestinians in Palestine guidebook, and a map with a main street in Jerusalem, the central bus station and hostel. They didn’t shot through the hard disk though .. lol
When I was in Saudi, I have seen an European guy who stayed in the same hotel with my colleague got arrested by a group of police officers in front of me while he was taking picture of stray cats (nearby a govt. building). The guy later said that they searched through his camera and all of his stuffs, deleted all the pics and questioned him for the whole day. Quite scary.


Gentoo: How to install Zine+lighttpd in 5 minutes
December 3, 2009 by vnsec · Leave a Comment
This is how you can get Zine + lighty running under Gentoo in 5 minutes
- Install the required python packages for Zine
- Download and Install Zine
- Update lighttpd configuration
- Restart your lighttpd!
(root) # cat >> /etc/portage/package.keywords dev-python/werkzeug dev-python/Babel dev-python/html5lib dev-python/flup dev-python/sqlalchemy (root) # emerge -av sqlalchemy jinja2 werkzeug simplejson html5lib pytz Babel lxml flup
(download) $ wget http://zine.pocoo.org/releases/Zine-0.1.2.tar.gz (download) $ tar zxvf Zine-0.1.2.tar.gz (download) $ cd Zine-0.1.2 # Use --prefix to install zine to a different location than default (/usr) (Zine-0.1.2) $ ./configure --prefix=/srv/usr && make install # Create a working directory for your Zine fastcgi and configuration files (Zine-0.1.2) $ mkdir -p /var/www/zine (Zine-0.1.2) $ cp servers/zine.fcgi /var/www/zine # Edit zine.fcgi to update INSTANCE_FOLDER and ZINE_LIB (Zine-0.1.2) $ nano /var/www/zine/servers/zine.fcgi
INSTANCE_FOLDER = ‘/var/www/zine’
ZINE_LIB = ‘/srv/usr/lib/zine’
(Zine-0.1.2) $ chown lighttpd /var/www/zine (Zine-0.1.2) $ chmod 755 /var/www/zine/zine.fcgi
# Edit /etc/lighttpd/mod_fastcgi.conf for global fcgi handler setup or # add fastcgi.server to your VHOST config (root) # nano /etc/lighttpd/mod_fastcgi.conf
fastcgi.server = (”" =>
((
“bin-path” => “/var/www/zine/zine.fcgi”,
“socket” => “/tmp/fcgi-zine.socket”,
“check-local” => “disable”
)))
Just an MD5 collision pair
September 30, 2009 by lamer · Leave a Comment
Nothing much in this blog entry. If you’re lucky to land on this page via a Google search, this collision pair might help you.
9011f8697eddc718204b83a6c68bfc05fcd46b03bcfbdc8003763966e99d 907d8ef9f5e7ec6422694b0ec65cebad0b245a70d8c2390b3f1a451048a9 42a4af45dd7416abdcdbff2a67473e2d99a6c2814836ca470779e11ccd57 16c955697d1e0173d6da57ea8eb27bb7c5afa52951c8cdf09cc5c5718f5c 6c5037734bfea8e9
9011f8697eddc718204b83a6c68bfc05fcd46b83bcfbdc8003763966e99d 907d8ef9f5e7ec6422694b0ec65ceb2d0c245a70d8c2390b3f1a45104829 42a4af45dd7416abdcdbff2a67473e2d99a6c2814836cac70779e11ccd57 16c955697d1e0173d6da57ea8eb27bb7c5afa5a950c8cdf09cc5c5718f5c 6c5037f34bfea8e9

