
In this Podcast dabbott aka comprookie2000, talks about Thomas Kahle's (tom111) arch tool tatt, logtailer, a multi log tailer, iptables and asterisk and a bash mail script.
LINKS:
1. tatt
Thomas Kahle (tom111)
http://github.com/tom111/tatt
README
http://nooone.info/tatt/tatt-readme
2. x86 arch testing
x86 update
http://pythontoo.com/?q=node/32
tatt pre check
run repoman and check for open bugs
http://pythontoo.com/?q=node/33
functions.sh
http://pythontoo.com/?q=node/34
3. logtailer
Copyright 2001, 2002, 2008 Adam Sampson
logtailer.c
http://pythontoo.com/?q=node/30
logtailer screenshot
http://linuxcrazy.com/logtailer.png
4. iptables
# block ip address 0.0.0.0
iptables -I INPUT -s 0.0.0.0 -j DROP
5. Bash mailer
http://pythontoo.com/?q=node/31
Download