Have Windows 2003 event viewer alerts sent to a network syslog server

I stumbled upon a little application called “evtsys” that was created by some Computer Engineering folks at Purdue University. The program runs on Microsft Windows 2000/2003/Vista 32-bit or 64-bit version and sends eventlog messages to a networked syslog server. You can then have syslog either print out the alert or write to a file.

Protect your MediaWiki from anonymous users.

After searching for some time on an easy way to protect an internal wiki. I found the following article useful. It goes in-depth into what you would need to change on a base MediaWiki configuration to only allow registered users to see the content within the Wiki. After following all the steps I know am able to login to my private Wiki over SSL! Thus allowing me to keep all my private and important notes online!

Must have Thunderbird/Seamonkey Addons

If you don’t know about Thunderbird, then you’ve been living under a rock. Its a small, lightweight, Email application provided free by the Mozilla foundation. I was looking around for Thunderbird add-ons this evening and found a couple that I found to be a “Must Have” for anyone that uses Thunderbird as their primary email client. I’ll list them off in no particular order:

Enigmail – OpenPGP message encryption and authentication for Thunderbird and Seamonkey.

MySQL, Thread Caching, Linux and a busy site!

Heres an article that helped me with an issue over at a friends site http://www.ftatalk.com
Their site was exploding and they need to tune out the current server as much as possible. One thing that I noticed was that MySQL wasn’t tuned properly. So After making some changes and finding out that there was no thread caching, I searched the web and found this article.

Wow, it’s been a busy week. I was totally swamped for several days dealing with the remember.yahoo.com MySQL servers and related stuff. And then I used a day or two to recover (sleep, shower, etc).
Anyway, I made some interesting discoveries along the way. The most surprising one had to do with thread caching on Linux when you have a busy MySQL server–busy in a particular way, mind you.

Read the full article at jeremy.zawodny.com

***UPDATE*** I have moved ftatalk.com over to lighttpd and its doing wonders! You can also check out the ftatalk.com mirror at http://www.satfix.net
I will also be writing an article about lighttpd and how it can help you get the most out of your hardware.