Articles by Scott Hebert

  1. Clear Windows DNS Server Cache From the CLI

    Posted on in System Administration

    Clearing the Windows DNS Server cache from the command line is an easy task.

    C:\> dnscmd . /clearcache
    

    The . indicates the local DNS server. You can use this command to clear the cache of remote DNS servers by replacing the . with the hostname or IP address of the remote server.

  2. VirtualBox 4.0.4 Has Arrived

    Posted on in Software

    VirtualBox 4.0.4Oracle announced the release of VirtualBox 4.0.4 today. This maintenance release addresses many bugs experienced by hosts of all operating systems. You can find a full list of fixes and additions in the Changelog.

    I use VirtualBox on both my Macs for my various testing needs. If you've …

  3. Gmail: Forward All Mail to Another Address

    Posted on in Software

    One of Gmail's greatest features is its spam filtering. But, if you have a situation where you want to forward mail from multiple Gmail accounts to a single location, that fantastic filtering becomes a little cumbersome. In this situation, having junk mail sitting around in multiple Gmail accounts is actually …

  4. Open Registration Has Been Closed

    Posted on in uncategorized

    As you might be aware, WordPress 3.0.2 has been released to fix a specific security vulnerability. This vulnerability required an attacker to have author-level privileges on a WordPress installation. This has led to a rash of new Slaptijack users to be created with the hopes of gaining author-level …

  5. Cisco Switch Cluster Automatic IP Addresses

    Posted on in Networking

    Old Cisco Systems LogoIf you've used Cisco switch clustering in a basic network (for example, when all switches are connected together and <acronym title="Cisco Discovery Protocol">CDP</acronym> is enabled), you've likely never considered how this switches communicate with each other. You might assume that the switches are using IP addresses from …

  6. RHEL 6 Finally Arrives

    Posted on in Software

    Red Hat Linux (RHEL) LogoRed Hat finally announced the release of Red Hat Enterprise Linux (RHEL) 6 yesterday. RHEL 5 was released in early 2007, making the wait for RHEL 6 the longest since Red Hat rebranded their Linux-based operating system with the RHEL moniker in 2003.

    RHEL 6 boasts tons of new features …

  7. Cisco IOS 15 Licensing

    Posted on in Networking

    For those that have been using Cisco IOS 12 forever, you may not have realized that Cisco has begun rolling out IOS 15. Although there are a lot of technical changes and features that are being introduced, IOS 15 introduces a new licensing scheme that may throw old users for …

  8. [Python] Convert String Date to Date Object

    Posted on in Programming

    Occasionally, you may run across a date in a format that can't be easily loaded into a Python date object. For example, I recently had a situation where a file I was parsing was full of dates in this format: 7/7/2008.

    The obvious thing to do here is …

  9. MySQL + SELinux: Can't change dir (Errcode: 13)

    Posted on in System Administration

    Powered By MySQLIf you're using a non-standard MySQL data directory on your Red Hat Enterprise Linux (RHEL) server, you may have seen an error like /usr/libexec/mysqld: Can't change dir to '/mysql_data/' (Errcode: 13). The key to fixing this problem is to ensure the new MySQL data directory has the proper …

  10. VirtualBox 3.2.10 Released

    Posted on in Software

    VirtualBox 3.2.10Oracle's VirtualBox 3.2.10 was released today. This another maintenance release for 3.2 that includes a wide variety of bug fixes. Check out the Changelog for more details.

    I use VirtualBox on both my Macs for my various testing needs. If you've got a favorite desktop virtualization program …

  11. BIP / BTOP Selection Process Complete

    Posted on in Information Systems

    American Recovery and Reinvestment Act (ARRA) LogoThe Rural Utilities Service (RUS) and National Telecommunications and Information Administration (NTIA) have announced through their respective websites that all applications selected to receive a reward under the American Recovery and Reinvestment Act of 2009 have been notified. This officially concludes the application and selection process. For those of us …

  12. Adding Removing Dynamic Queue Members (Asterisk 1.4+)

    Posted on in voice

    Asterisk Logo In Asterisk 1.4 and above, you can dynamically add and remove queue members from an extension or the command-line interface (CLI). Although you will most likely do most of your adding and removing via extensions, you might also find it helpful to remove a queue member by hand on …

Slaptijack's Koding Kraken