Articles by Scott Hebert

  1. Hey Slap: How Do I Define My Own MySQL Prompt?

    Posted on in Software

    Someone looked over my shoulder the other day and was blown away by my MySQL client prompt.

    (slap@localhost) [slaptijack]>
    

    The boring default client just acknowledges that you are using MySQL and nothing more. This prompt indicates your username, the server you are working on, and the database you are …

  2. The Annoyance of 'show config'

    Posted on in Networking

    How many times has this happened to you?

    SLAP#write memory
    startup-config file open failed (Device or resource busy)
    

    If you work in an environment where multiple users have enable access on Cisco devices, you've probably seen it more than once. This particular error is caused when another user has …

  3. ncutil - OS X's Missing Network Configuration Utility

    Posted on in System Administration

    If you've ever had to administer a Mac OS X system from afar, you know how difficult it can be to manage network settings. The Network Preference Panel under System Preferences is a great tool if you have remote access to the <acronym title="Graphical User Interface">GUI</acronym>, but …

  4. Post #100! (Cue Confetti)

    Posted on in Graphics Design

    Welcome to post #100! Since this is a bit of a milestone, I thought I'd put up a super chart.

    The image below shows the grow of RSS subscribers over the last 100 posts.

    RSS Subscriber Growth as of Jun 4, 2006.

    Although the growth is modest, I think its impressive considering this site has lived between Google …

  5. OS X Caching Only Name Server

    Posted on in System Administration

    By default, Mac OS X 10.4 (Tiger) comes with BIND 9 pre-installed and pre-configured to operate in caching-only mode. Unfortunately, the operating system is not configured to start the server at boot time, or even use the server if it was running. In this series of articles, we'll create …

  6. How To Hide Your BIND Version

    Posted on in Software

    By default, a BIND DNS server will report which version it is running to anyone that's interested. All it takes is a simple lookup of the version.bind text record in the chaos class of your server. Check this out:

    Skadi:~ slap$ dig version.bind txt chaos @localhost
    
    ; <<>> DiG 9 …
  7. Slaptijack Site Shake-Up

    Posted on in Software

    It's recently come to my attention that a large percentage of the Slaptijack site has ended up in the dreaded "Google Supplemental Index". This means that key pages are not being served during normal searches. You can see which pages are in the Supplemental Index by running the following search …

  8. How Do You Want Your DS3? Scrambled?

    Posted on in Networking

    DS3 (also known as T3) scrambling is not an issue that comes up very often. It's something every network administrator should know about, though. After all, it just might save your bacon.

    Some physical layer protocols depend on the transition from 1 to 0 in a frame to maintain clocking …

Slaptijack's Koding Kraken