2010年1月18日 星期一

wsgi

werkzeug.pocoo.org - a simple collection of various utilities for WSGI application

webob - web object (WSGI)

modwsgi - wsgi module

bobo - a small simple easy to learn and remember web framework for Python

wsgi spec - python web server gateay interface v 1.0

cherryPy +Apache with mod_wsgi

Django

2009年11月18日 星期三

2009年11月16日 星期一

core dump analysis

In Getting a backtrace from a coredump, it shows the tools for getting backtraces from coredumps.

Recently, my stuff asks me what is the procedure to get the reason that a program generates coredump in an AIX 5.3 machine.

# dbx <program generates="" the="" coredump=""> <coredump file="">

then the reason will be shown and which function/line generates the coredump.


Here is another post that show similar information.
It is interesting for me.
So I get involved to study whether to get such information in various platform.

btw, is there any tool to show such information in various platform ?

2009年10月30日 星期五

network access control

Network Access Control

FreeNAC
netpass
PacketFence
HUPnet
NetReg
RINGS

VPN - by IPSEC

Build an IPSEC VPN without Losing Your Mind show a sample to build VPN by IPSEC.

A tutorial is shown in Openswan's wiki

btw, OpenSwan is a fork of FreeS/WAN which is no longer in active development.

2009年10月23日 星期五

Ext2 disk driver on Windows

Ext2Fsd Project
Tools and utilities for Windows

AMF - Action Message Format

More and more web pages embedded flash to do complicated task.
e.g. the hottest facebook farm game.

I just wonder how messages are exchanged in HTTP protocol level.
After track down the traffics, there is a lot of AMF payload in HTTP body.
I would like to do something to remove weed/pest automatically.
And it is necessary to understand the AMF first.

Action Message Format in Wikipedia

AMF - Gnash Project Wiki show information and library for this.

OSFlash - Open Source Flash also shows the information/code for this.

Google App Engine -- PyAMF - AMF for Python

amfast - Flash remoting framework for Python - it is easy to use its AMF Encoder/Decoder.
The same author also have a few document on this topic.