Tag Archives: linux

Vulnerable phpBB : Find and Disable.

Here’s a little script I wrote that attempts to find and disable old phpBB instances that may be vulnerable to the recent phpBB Worm in the wild. #!/usr/bin/perl # Name: Augie Schwer # File: find-vuln.pl # Date: 18, July 2005 … Continue reading

Posted in General, work | Tagged , , , , | 6 Comments

Getting Firefox and Thunderbird to play nice under Linux.

Mozilla Firefox and Thunderbird are great programs, but they need a little glue to get them to talk to one another. Here’s how I did it on Linux. The documentation for these two scripts can be found here for those … Continue reading

Posted in General, work | Tagged , , | 1 Comment

FreeNX on Mandrake 10.1

FreeNX is an open source alternative to NoMachine’s NX Server. This means super speedy remote desktop access over SSH; I was streaming audio, surfing the web, chatting, checking email at home and doing the same via the nxclient on my … Continue reading

Posted in General, work | Tagged , , , | 8 Comments

Unison to keep files synced.

I saw this article on Linux Journal and decided that I had to check it out; especially since installing unison for Mandrake is as easy as urpmi unison. I had been using rsync to keep certain local and remote directories … Continue reading

Posted in General, work | Tagged , , , | Leave a comment

SHA-1 Broken and GnuPG (GPG)

As noted on slashdot ([1] , [2]) earlier this week; famed cryptologist Bruce Schneier noted in his blog entry that the hashing algorithm SHA-1 had been successfully broken. While the new advances against SHA-1 are computationally feasible they are still … Continue reading

Posted in General, work | Tagged , , , , , | 6 Comments