botalert

botalert 0.5 Alpha

botalert's purpose is to monitor /var/log/messages on a cron.daily basis for predefined dropped packets, in order to detect "spambot" infected machines in your LAN. An email is send only per detection.First, you need to configure iptables or...

read more

commandwrapper is a Python module to wrap a shell command into a Python threaded object.Usage:You want to launch the following bash commands in a thread:[user@localhost ~]$ ls -l | grep pdf | wc -l5here is how you can do it:>>> Ls = WrapCommand( 'ls...

read more
progbar

progbar 0.3

progbar is a simple progression bar by Yves-Gwenael Bourhis, written in Python.Usage:Class ProgBar(name, lenght): name is a string lenght is an integer which represents the number of elements in the barMethods:start(): Start the progression bar...