1. WordPress: Tired of Dashes and Quotes Being Rewritten?

    Posted on in Software

    Using WordPress to write a technical blog can be occasionally frustrating. WordPress uses the wptexturize() function to rewrite certain ASCII character combinations into HTML entities. Although this may generally be a "good thing," it's really annoying on technical blogs where two dashes is not an em dash.

    To disable this …

  2. MySQL Multiple-Column Indexes: Order Matters

    Posted on in Programming

    Powered By MySQLThis will just be a short reminder. If you're planning to create multiple-column indexes in MySQL, remember that the order of the columns matters. As the MySQL documentation points out, any "leftmost prefix of the index can be used." This means that the index can be used for any number …

  3. ARIN Comments on IANA Functions

    Posted on in IT Management

    ARIN LogoThe National Telecommunications and Information Administration (NTIA) recently requested comments from concerned Internet entities regarding the Internet Corporation for Assigned Names and Numbers' (ICANN) performance of Internet Assigned Numbers Authority (IANA) Functions. ICANN currently holds a contract with the NTIA to that is set to expire in September of 2011 …

  4. WordPress Stops Redirecting, Reset Permalinks

    Posted on in Software

    WordPress Horizontal LogoThis is the first time I've run into this problem.

    In the process of disabling some slightly used plugins, slaptijack.com got into a situation where every permalink simply pulled up the home page rather than individual posts. I checked everything (mod_rewrite in my Apache configuration file, changes to .htaccess …

  5. 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.

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

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

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

Slaptijack's Koding Kraken