Articles by Scott Hebert

  1. How to Reset Your Amazon Kindle

    Posted on in uncategorized

    Sometimes your wonderful Amazon Kindle may get hung and need a little help. How to go about issuing a hard or soft reset depends on which version of the Kindle you have.

    Kindle 1 (K1)

    Soft Reset: Hold down Alt-Shift-R

    Hard Reset: Remove the back cover and insert a paperclip …

  2. Setting Up SNMPv3 In Cisco IOS

    Posted on in Networking

    In the following example, I'm going to set up a Simple Network Management Protocol version 3 (SNMPv3) user on a Cisco router with limited view of the system MIB.

    • Create an SNMP view that limits the user to the system MIB.

      ROUTER(config)# snmp-server view SYSTEM system included
      
    • Create an …

  3. Unison Failed: Destination updated during synchronization

    Posted on in Software

    I use Unison to keep a few directories synchronized between my various workstations and a collocated server. Unison works great, but occasionally has problems in my mixed operating system environment. The most frequent problem is

    Failed: Destination updated during synchronization
    

    This error message is not very helpful at all. Newer …

  4. VirtualBox Receives Another Incremental Update

    Posted on in Software

    VirtualBox LogoAfter all this time, I still love VirtualBox, the open source hypervisor from Sun (now Oracle). I use it almost everyday on my iMac to either test something in Windows XP or see what's going on in some version of Linux. It's been almost a year since the release of …

  5. Warning: DocumentRoot does not exist

    Posted on in System Administration

    If you're using Red Hat Enterprise Linux (RHEL) or one of it's variants (CentOS, etc.), you may have noticed that using a non-standard document root for your Apache-based web site results in a DocumentRoot does not exist warning if the directory exists. The most likely cause of this problem is …

  6. Unable to Connect to Remote Asterisk

    Posted on in voice

    It's not often that I have to restart a Asterisk VoIP PBX. I recently upgraded to the latest version of Asterisk 1.4. After the installation was complete, I restarted the service and everything appeared to be functioning OK. Processes were running and owned by the asterisk user. When I …

  7. Average IP Packet Size

    Posted on in Networking

    In this case, gentlemen, size matters.

    Yesterday, I calculated the average packet size for one of the networks I work on using data from 263986M (263,986,000,000+) packets.

    Average packet size for that sample was 557 bytes.

  8. Voice over IP (VoIP) Protocol Review

    Posted on in voice

    Protocol Basics


    Layer: Application Transport: <acronym title="Transmission Control Protocol">TCP</acronym> or <acronym title="User Datagram Protocol">UDP</acronym> Port(s): 5060, 5061 RFC(s): 2543, 3261

    SIP (Session Initiation Protocol)

    SIP is by far the most popular protocol used in VoIP communication today. SIP was designed as a …

  9. Gmail Search Power

    Posted on in Software

    Gmail logoSomehow, I have let my Gmail inbox get totally out of control. I don't know if it was the holidays or what, but as of this morning, I had over 800 unread messages in my Gmail inbox. I decided a little while ago that it was time to focus on …

  10. Mac OS X: Migrating bookmarks from Firefox to Safari

    Posted on in Software

    Importing Mozilla Firefox bookmarks into Safari on your Mac is really easy. Firefox stores its bookmarks in an HTML file that can be parsed by Safari. In Safari, simply click on the File menu and select Import Bookmarks. This will open a file selection dialog box. Firefox stores its bookmarks …

  11. No such table: django_admin_log

    Posted on in Programming

    If you get this error when trying to save something in the Django admin, it's probably because you forgot to synchronize the database after adding the admin application. If you are using a pre-1.2 version of Django, you can simply:

    $ ./managy.py syncdb
    

    Django 1.2 (which is currently …

Slaptijack's Koding Kraken