Meta
Recent Tweets
- @SallyLong6Z blocked and reported for spam, tweeting about buying followers is not cool. [#]
- @DefProc we should fill out a form at wordpress.org to get the plugin in the extend section http://wordpress.org/extend/plugins/add/ [#]
- @amatecha yea no sc2 for me, but everyone I know is going crazy for it! [#]
- RT @SoftLayer_Sales: Using #SoftLayer - GoRuCo 2010 - James Golick - Scaling to Hundreds of Millions of Requests - http://vimeo.com/12814529 [#]
- @DefProc great! Now I need to learn how to use #github so we can get things rolling. [#]
Recent Comments
Monthly Archives: November 2007
Turn your Cisco PIX Syslog files into Graphs using Syslog Junction.
I was setting up a bunch of monitoring at work as we hadn’t have that much implemented. I ran into this application in a random fashion. Sys Junction is an application that graphs out syslog data from Cisco PIX firewalls.
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.
Whats configured into your MTA?
I was wondering the web looking at random items, when I came along an article at http://www.worldwidecreations.com titled Stopping spam before the door with SpamCop and IPTables
Its a great article with a lot of information and code on how the author is able to grab the offending hosts and place them within IPTables.
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. Continue reading