* remote host/port, and local host/port (most shaper apps have this)
* pid of locally connected program
* username under which local program is running
* command line and arguments under which local program was launched
* country in which remmote peer resides
Or, you can set individual inbound and/or outbound limits based on specific countries (or all countries other than your own).
To install it, first, you need the requirements for the package you can get from the repos.
Code:
sudo apt-get install python-geoip python-tk tk8.5 python-pmw tcpdump
Code:
sudo make install
http://www.freenet.org.nz/python/ezsqlobject/
First, you need to get it's base library. The reason we're grabbing 0.6 version is because the ezsqlobject library breaks with anything higher (they removed a feature in higher releases called DBMConnection)
Code:
sudo apt-get install python-setuptools
sudo easy_install SQLObject==0.6
credits: ubuntuforums.org