Articles by Scott Hebert

  1. Mozilla Prism - Almost, But Not Quite

    Posted on in Software

    Mozilla Prism Logo(Let me point out at the very beginning that I am aware that Mozilla Prism is still in beta. This commentary is specifically based on Mozila Prism 0.8 for Mac OS X.)

    I love the idea of Mozilla Prism.

    As an avid user of Gmail and other web-based applications …

  2. Choosing a Language for Custom Nagios Plugins

    Posted on in Programming

    NagiosChoosing a language in which to develop your custom Nagios plugins is pretty easy. You have two roads you can go down: compiled or scripting.

    If you decide to build plugins using a compiled language, just about any will do. Generally speaking, C is the usual choice for something like …

  3. Time Now For Firefox 2.0.0.12

    Posted on in Software

    Firefox Logo (200px)Just in case your browser hasn't popped up and told you, Firefox 2.0.0.12 is now available!

    This version addresses stability and security issues uncovered in Firefox 2.0.0.11. Several of the fixes are critically important. Therefore, it's recommended that all users upgrade as soon as …

  4. Apache, SSL, Rails and a Broken Redirect

    Posted on in Programming

    steam locomotive (photo by benedeki)If you are using Apache and <acronym title="Secure Sockets Layer">SSL</acronym> as a proxy front-end for your Ruby on Rails application, you might have a problem with redirects if the backend server (Mongrel, for example) does not use SSL.

    In a nutshell, you'll discover that redirects are sent …

  5. The Hidden Value of a Backup MX Host

    Posted on in System Administration

    Property value (photo by Sapfizz)A colleague of mine is not fond of backup <acronym title="Mail eXchange">MX</acronym> hosts. He (correctly) points out that all incoming mail should be transmitted through another mail server anyway, so the backup MX hosts only serves as an attack point for spammers.

    For the most part I …

  6. Tired of ISP Traffic Shaping? Beat It!

    Posted on in Networking

    onion class 3 (photo by hedonist)I've written a lot of posts about various methods for blocking <acronym title="Peer-to-Peer">P2P</acronym> traffic, especially with Cisco's Network Based Application Recognition (NBAR). Although these posts are probably of interest to smallish Internet Service Providers and administrators of business networks, they don't have much use for the average …

  7. Let's Install JSON for PHP 5

    Posted on in System Administration

    I recently started messing around with building my own Facebook application. I figured the best way to start learning was to download the demo application and get it working on the Slaptijack web server. I quickly ran into a problem:

    PHP Fatal error:  Call to undefined function json_encode()
    

    The problem …

  8. Gotcha! Upgrading Catalyst to New Feature Set

    Posted on in Networking

    Error: The image in the archive which would be used to upgrade
    Error: system number 1 does not support the same feature set.
    

    I just got this error message while upgrading a Cisco Catalyst 3560 from 12.2(35)SE5 to 12.2(44)SE. The older version was IP …

  9. Cisco's New ip verify unicast source reachable-via

    Posted on in Networking

    Regret (photo by xymonau) id: 523790Oops! I guess I'm way behind the times.

    For quite a while, I've been using ip verify unicast reverse-path to prevent packets with spoofed source addresses from crossing my routers. Apparently, as of IOS 12.0 (12.4 is current as of this writing), that command has been replaced with …

  10. Asterisk WaitExten() Music on Hold Option Only Uses Default Class

    Posted on in voice

    vintage 1 (photo by coscurro) id: 780414This might be a bug with the particular version of Asterisk 1.2 I'm using, but it's pretty darn annoying. Hopefully, it doesn't effect you if you are using the latest version of 1.2 or 1.4.

    What I'm trying to do is play some background music while I …

  11. T.37 Store and Forward Fax and Cisco AS5300: Dial Peers

    Posted on in voice

    Fax (photo by zd) id: 722728Note: This is part of a discussion regarding the configuration of a Cisco AS5300 for T.37 Store and Forward Faxing.

    The final piece of the T.37 Store and Forward Fax configuration is the dial peers to handle the incoming fax and the outgoing email. I'll walk you through …

Slaptijack's Koding Kraken