Articles by Scott Hebert

  1. Installing RubyGems with MacPorts

    Posted on in Programming

    IM_OK (photo by danzo08)Quick note.

    I recently needed to install a few RubyGems on my Mac OS X 10.4 (Tiger) development system. I use MacPorts to keep my system consistent, but MacPorts was causing the problem. Here's a look at the output I was getting while trying to install Active Support.

    $ sudo …
  2. Logging Active Record Queries to a File

    Posted on in Programming

    Grapefruit Glory (photo by AnnaMaciel)I was recently helping a developer with some SQL optimizations in Ruby. The developer was using Active Record, and (until now) my Active Record experience has been pretty minimal.

    One thing that was really driving me bonkers was how to get Active Record to print out the queries it was …

  3. Catalyst 2960 Unsupported Commands Still Work?

    Posted on in Networking

    This is a bit of random oddness I stumbled upon this morning.

    I was working on a Cisco Catalyst 2960 switch and needed to know which MAC addresses the device had learned on a particular interface. The usual way to do this is with the show mac-address-table interface command. While …

  4. Have You Heard About Clubbox?

    Posted on in Networking

    Flag of South KoreaI've noticed a mysterious new protocol popping up in my protocol lists lately: 19101/TCP. Apparently, this TCP port is used by the Clubbox service. I 'm not fluent in Korean, so I can't really tell you what the site says, but I can tell you what it does!

    Clubbox …

  5. What is Local Policy-Based Routing?

    Posted on in Networking

    Looking For The Best WayWhat is Local <acronym title="Policy-Based Routing">PBR</acronym>?

    Policy-based routing makes routing decisions based on factors other than normal routing protocols. For example, it might be necessary to forward all <acronym title="Session Initiation Protocol">SIP</acronym> packets via a more expensive low-latency link while all other traffic use …

  6. Camino 1.5.2 Is On The Scene

    Posted on in Software

    Sometimes I feel I'm a little late to the party.

    The Camino Project announced the release of version 1.5.2 of their popular Camino web browser on Friday. The Camino browser is a Mozilla-based web browser designed to integrate smoothly with Mac OS X. It sports a more OS …

  7. Postfix 2.4.6 Is Now Available

    Posted on in Software

    Postfix LogoWietse Venema has announced the availability of Postfix version 2.4.6, as well as versions 2.3.13 and 2.2.12. These releases are only bugfixes and do not include any new features. The new releases include the following bugfixes:

    • When a remote SMTP client TLS certificate had …
  8. Perl, ntop and Odd Hash Assignments

    Posted on in Programming

    Camel with FurThis is a silly mistake that can be easily avoided.

    I was working on a Perl script that grabbed network traffic information from my ntop server and reported on it. ntop provides an <acronym title="Application Program Interface">API</acronym> that specifically supports Perl. Although I was seeing the data …

  9. Giving BlogRush A Whirl

    Posted on in Graphics Design

    BlogRush Logo As you can see, I'm giving a new widget a whirl. BlogRush is an RSS syndication service that presents on-topic posts from around the Blogosphere to your readers.

    Generally, I don't buy into all this "Blogosphere" whoo-ha, but in this case it really seems to be a win-win situation. Readers …

  10. SNMP Community String Indexing

    Posted on in Networking

    Surprised? Confused?Today I was browsing through the Cisco NetPro Forums and came across someone that needed to track down which switch port a <acronym title="Media Access Control">MAC</acronym> address had been dynamically learned on.

    I'd seen this sort of thing before in the Bridge MIB, so I assumed it …

  11. Allow PPTP Through Cisco ASA

    Posted on in Networking

    Speeding through the tunnelBy default Point-to-Point Tunneling Protocol (PPTP) will now work properly through a Cisco Adaptive Security Appliance (ASA) firewall or it's forerunner the Cisco <acronym title="Private Internet EXchange">PIX</acronym>.

    Prior to PIX software version 6.3, allowing PPTP to work through a PIX was a painful procedure involving static …

  12. Courier and Courier IMAP 20071006 Announced

    Posted on in Software

    Coffee Cup with @Sam Varshavchik announced a new release of Courier and Courier IMAP yesterday. The new version includes the following bug fixes:

    • webmlm: link against -lsocket or -lnsl_s, on platforms that require it.
    • tcpd/starttls.c (main): Prime the OpenSSL entropy pool on platforms that need it.
    • rpm: fix the without_fax option …
  13. Cisco NBAR P2P Protocols

    Posted on in Networking

    Surprised Santa with Music SheetThe following are the Peer-to-Peer (P2P) protocols recognized by Cisco's NBAR Protocol Discovery.

    • bittorrent
    • directconnect
    • edonkey
    • fasttrack
    • gnutella
    • kazaa2
    • napster
    • winmx

    If I've missed any, leave a comment below or use the Slaptijack Contact Form to update me.

    Thanks!

  14. Private Autonomous System Numbers (ASNs)

    Posted on in Networking

    PrivateOccasionally you might need an Autonomous System Number (ASN) that is only used on your network. The need for these should be infrequent, but it does happen.

    One thing that comes to mind is a customer that connects to your network in multiple locations. That customer needs an ASN for …

Slaptijack's Koding Kraken