Articles by Scott Hebert

  1. SlaptiGooglePR Plugin for WordPress Now in Beta

    Posted on in Programming

    The SlaptiGooglePR Plugin for WordPress adds a Google PageRank column to your Manage Posts subpanel. Unlike other Google PageRank plugins which add a PageRank badge to every post, this plugin gives the blog administrator a snapshot of how every post is ranked without announcing it to the world. Additionally, it …

  2. What is NetBIOS?

    Posted on in Networking

    <table class="protocol_basics" align="right">
    
    <tr>
    
    <th colspan="2">
    
    Protocol Basics

    </th>
    
    </tr>
    
    <tr>
    
    <td>
    
    Layer:

    </td>
    
    <td>
    
    Session

    </td>
    
    </tr>
    
    <tr>
    
    <td>
    
    Transport:

    </td>
    
    <td>
    
    <acronym title="Transmission Control Protocol">TCP</acronym>, <acronym title="User Datagram Protocol">UDP</acronym>

    </td>
    
    </tr>
    
    <tr>
    
    <td>
    
    Port(s):

    </td>
    
    <td>
    
    137, 138 …

  3. Top 5 OS X Command Line Utilities For Administrators

    Posted on in System Administration

    The true beauty of Mac OS X is Darwin, the BSD-based UNIX that runs under the hood of every Mac OS X computer. Having UNIX handy is what attracted me to OS X, and I know plenty of other administrator-types that have followed suit. Every UNIX variant has commands that …

  4. What is TCP Window Scaling?

    Posted on in System Administration

    The original TCP specification included a window size no larger than 64 KB. This limitation was introduced by the 16 bit header that specified window size. To achieve the recommended 1 MB window size, RFC 1323 TCP extensions must be enabled. The rest of this post is a somewhat detailed …

  5. Debugging AGIs In Asterisk

    Posted on in voice

    Asterisk LogoTrying to debug an <acronym title="Asterisk Gateway Interface">AGI</acronym> in Asterisk can be a frustrating experience. The main problem is that STDERR only outputs to the terminal Asterisk was started from. In most cases, this means the terminal is the server console. If your Asterisk server is sitting …

  6. Redirecting User Email To Google With Postfix

    Posted on in System Administration

    Note: Now that Google is hosting email domains for free, it has become an interesting alternative for both new and old domains. As always, I've changed the names to protect those affected.

    Transitioning a domain to Google can be an arduous task. Once you have set up the domain with …

  7. Choosing Between RADIUS And TACACS+

    Posted on in Networking

    Deciding whether to use <acronym title="Remote Authentication Dial-In User Service">RADIUS</acronym> or <acronym title="Terminal Access Controller Access Control System Plus">TACACS+</acronym> for <acronym title="Authentication, Authorization, Accounting">AAA</acronym> functionality on a Cisco-based network seems straight-forward. After all, if the network uses Cisco, shouldn't the AAA …

Slaptijack's Koding Kraken