Articles by Scott Hebert

  1. ab Results Before and After Server Move

    Posted on in System Administration

    Electronic Eye

    Behold, the benefits of virtualization!

    I spent most of the evening preparing to move a few websites. I decided to do some benchmarking just to see what sort of improvement I was getting from the new server setup. Although the old server didn't feel slow when browsing sites, the results …

  2. Ubuntu: Installing VMware Tools in 10.04 LTS

    Posted on in System Administration

    Ubuntu Circle of Friends Logo (Orange on White)Although this process is well documented on the Ubuntu community site, I decided to take notes of the exact steps that I took so that I wouldn't have to fumble through that long document next time. I'm installing the tools in a clean install of Ubuntu 10.04.2 LTS …

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

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

  5. Exercising My Belkin N1 Vision Router Lifetime Warranty

    Posted on in Networking

    Belkin N1 Vision Wireless Router F5D8232-4A few years ago I received a Belkin N1 Vision (F5D8232-4) wireless router from a friend of mine. She had received it as some sort of door prize. The wireless on the router isn't that great, but it was strong enough to cover parts of my house that my previous …

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

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

Slaptijack's Koding Kraken