Articles by Scott Hebert

  1. Subversion: Revert to Earlier Version

    Posted on in Programming

    This is one of those annoying little things I have to do ever so often. There are two different commands to accomplish this task depending on the specific situation.

    If you've made a lot of changes to a file and need to back all of those changes out, you can …

  2. Rate-limiting SSH connections with iptables

    Posted on in System Administration

    If you have SSH open toward the Internet, you are surely aware of the number of brute force password attempts your server sees everyday. Although a good password policy may make these attempts nothing more than an annoyance, each connection to your SSH daemon takes up valuable server resources. I …

  3. Set Mac OS X Time Zone from the Command Line

    Posted on in System Administration

    Viewing and changing the time zone in Mac OS X via the command line uses the systemsetup command:

    $ sudo systemsetup -gettimezone
    Time Zone: US/Eastern
    $ sudo systemsetup -listtimezones
    <snipped>
    $ sudo systemsetup -settimezone US/Central
    Set TimeZone: US/Central
    $ sudo systemsetup -gettimezone
    Time Zone: US/Central
    

    Set Mac OS X Time Zone from the Command LineThis command is available both …

  4. Archiving Windows Directories With 7-Zip and a FOR Loop

    Posted on in System Administration

    I recently needed to archive a bunch of old home directories on a CIFS share mounted on my Windows XP virtual machine. I wanted each home directory to be archived independently so that I would have lots of smaller zip files rather than one huge one. Additionally, maintaining the directory …

  5. Viewing NetApp A-SIS Deduplication Space Savings

    Posted on in System Administration

    Network Appliance (NetApp) advanced single-instance storage (A-SIS) deduplication is a free technology that ships with every NetApp filer. The technology works at the block level to efficiently compress volumes so that you can get more data in a limited space. All the deduplication setup and maintenance operations are controlled with …

  6. New Google Apps Sync for Outlook Improves GAL Functionality

    Posted on in Software

    Before version 1.8, Google Apps Sync for Microsoft Outlook did not support automatic updating of your domain's Global Address List (GAL). Domain administrators were forced to creating a static copy of the GAL and make that available to Outlook via a change in the desktop's registry. With the latest …

  7. Cisco BWG Feature Progression

    Posted on in Networking

    WiMAX End-to-End Reference Model The Cisco Broadband Wireless Gateway (BWG) is an essential piece of the IEEE 802.16e (WiMAX) architecture. As the Access Service Network (ASN) Gateway, it provides aggregation services for the Radio Access Network (RAN). Cisco first released it's BWG software in late 2007. Since that time, a considerable number of …

  8. Linksys IP Phone Upgrade URL

    Posted on in voice

    Although Cisco now markets these phones and ATAs via their Small Business line, I still think of these devices as being Linksys. Although the software that Cisco provides for these devices comes with an upgrade executable, it is only for Windows operating systems. I have found that the easiest way …

  9. BIP / BTOP Round 2 Application Data Available

    Posted on in Information Systems

    a href="{tag}arra">American Recovery and Reinvestment Act (ARRA) Logo</a>Both the Rural Utilities Service (RUS) and National Telecommunications and Information Administration (NTIA) have made American Recovery and Reinvestment Act (ARRA) Round 2 application data available. The RUS is currently distributing their BIP application information in a PDF directory. The NTIA, on the other hand …

  10. Cisco IOS to BWG Version Matrix

    Posted on in Networking

    Figuring out which version of Cisco IOS includes which version of the Cisco Broadband Wireless Gateway (BWG) can be a real pain. Hopefully the following table will help:

    Cisco IOS Cisco BWG Supported Hardware
    12.4(15)XL 1.0 7301 Router, SAMI (6500, 7600)
    12.4(15)XL2 1 …

Slaptijack's Koding Kraken