Live from the PaulDotCom Security Weekly Studio....
(Bandwidth provided by OSHEAN)
Audio Feeds:

Paul, Larry, and Twitchy take on listener questions and feedback. We had so much awesome feedback that we wanted to cover, we're splitting this one into two parts. As promised, here is part two. Be certain to send us your questions!
Skype: pauldotcom Phone: 401.369.9820
Listener Feedback Episode 5 Show Notes
Hosts: Larry "Uncle Larry" Pesce, Paul "PaulDotCom" Asadoorian, Nick "Twitchy" DePetrillo
Email: psw@pauldotcom.com


As Twitchy noted, the URL for the gallery was down - http://torres.uwaterloo.ca/gallery/PSW.
That URL should be working, and it should also redirect one to http://snowcrash.ca, but either will work.
I did a hardware/OS upgrade shortly after sending the URL to the guys and it took a while for me to bring the gallery back, wasn't high priority for me. ;)
Sorry about that.
regarding vista security- Windows Defender is the anti-spyware portion of OneCare (that is built into Vista).
To get the AV support you have to sign up for the OneCare subscription.
I use Grisoft on all of my XP and Vista systems for folks that I support.
Mentioned in the show was that it's hard to keep track of programs installed on Debian when installing from source, take a look at checkinstall, it's available via apt-get. Basically how it works is you do the standard
./configure -args
make;
then instead of doing make install, you would do checkinstall
This will create a .deb package and install it so you can keep track of it/uninstall it better, etc.