Articles in the Software category

  1. Google PageRank Tool 0.5.0

    Posted on in Software

    I released a new version of my Google PageRank Tool for WordPress last week. Google recently changed the URL for PageRank information which necessitated a change in the plugin. The new plugin has been tested with WordPress 3.2.1.

    You can download the latest version of the plugin from …

  2. Convert MOD Movies with VLC on Your Mac

    Posted on in Software

    My wife uses a Canon FS100 for taking home videos of the kids. If you aren't familiar with it, it's a fairly light-weight camcorder that uses SDHC cards rather than tapes. The only real grievance I have with it is that the video codec it uses is not compatible with …

  3. MySQL: Disable DNS Lookups

    Posted on in Software

    Powered By MySQLIn a small environment, there's very little reason to rely on DNS resolution inside MySQL. You can disable it by adding skip-name-resolve to your my.cnf or by using the --skip-name-resolve command line argument.

    Remember that if you disable DNS lookups, you will need to set permissions using IP addresses …

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

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

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

  8. Cisco Access Registrar ODBC Remote Server KeepAliveTimerInterval

    Posted on in Software

    In a test lab, we ran into a situation where the connection between our Cisco Access Registrar (AAA) server and MySQL server was timing out. This forced the server to reconnect and resulted in the following errors:

     name/radius/1 Error Server 0 ODBC client (DataSource 'my_odbc', Connection 8): SQLExecute …
  9. Gmail Changes Things Up

    Posted on in Software

    Gmail's New Look Notification

    The guys at Google have rolled out a few interface changes for Gmail users. So far, these changes have not been rolled out to Google Apps users.

    New Look

    The Gmail interface has been slimmed down to remove clutter and make it easier to find what you need. The result …

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

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

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

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

Slaptijack's Koding Kraken