Articles by Scott Hebert

  1. Floatutorial: CSS Float != Root Beer Float

    Posted on in Graphics Design

    I've recently begun designing my own WordPress theme. The last time I really worked with any sort of web "design" (I'm using that word rather loosely here), layout was done via tables instead of divs. Stephen at Acadian Imaging told me that in order to get my theme to work …

  2. Top 10 Protocols on a Residential Broadband Network

    Posted on in Networking

    I recently wrote about using Cisco's NBAR to investigate what protocols were in use on your network. I thought it might be interesting to take a look at the top 10 protocols on a residential broadband network. If you're running a large network, or planning a large network, perhaps this …

  3. T1 / T3 Alarms

    Posted on in Networking

    The following is a list of alarms you may receive on your T1 or T3 (or E1/E3) interface. Where applicable, troubleshooting hints are included.

    Loss of Signal (LOS)

    A Loss of Signal (LOS) alarm indicates that the interface is not receiving a valid T1 or T3 signal. This is …

  4. What is Mutt?

    Posted on in Software

    Mutt is a text-based email client for UNIX-based operating systems. To say it is highly configurable is an understatement. It can be compiled to support a variety of mail protocols and runs in almost any terminal emulator. Unfortunately, the glory days of Mutt have come and gone. In the days …

  5. MLB Schedule Widget

    Posted on in Software

    This is a little off-topic for this website, but I had to pass this widget along for any Mac OS X users out there. The MLB Schedule widget from Logan Rockmore Design is a simple widget that displays the 5 day schedule for any MLB team. It will show the …

  6. Asterisk Channel Variables and the Asterisk::AGI Perl Module

    Posted on in voice

    When calling an AGI from inside your dialplan, you can pass variables to your AGI via the AGI() application call. The AGI() application takes parameters in the following format (note the ';' is only necessary in AEL:

    AGI(command|ARG1|ARG2|ARGn);
    

    The additional arguments are useful when passing in non-channel …

  7. Using ACLs to Block NetBIOS Traffic on Cisco Catalyst Switches

    Posted on in Networking

    In a Metro Ethernet network, the possibility exists for a lot of NetBIOS broadcasts if your users are connecting directly to the ring rather than through a firewall. My first assumption was that most users would have a firewall, but this is really only guaranteed in the case of business-class …

  8. 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 …

  9. 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 …

  10. 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 …

Slaptijack's Koding Kraken