Articles in the software category

  1. Bye Bye BIND 8 (BIND 8 EOL)

    Posted on in Software

    Internet Systems Consortium, Inc., makers of the popular BIND <acronym title="Domain Name Service">DNS</acronym> server and INN Usenet server, has announced the End of Life for BIND 8 . I received an email from ISC on this topic earlier in the month, but I wasn't aware that the <acronym …

  2. MacPorts Updated to v1.5

    Posted on in Software

    Mac OS Forge LogoSomehow I managed to miss the fact that Mac OS Forge released MacPorts v1.5. If you aren't familiar with MacPorts, it's the reincarnation of DarwinPorts under the Mac OS Forge / Apple banner. For any UNIX admin, or serious OS X-er, MacPorts is an extensive collection of UNIX tools ported …

  3. Camino 1.5.1 Released

    Posted on in Software

    The Camino Project LogoThe Camino Project has announced version 1.5.1 of the Camino Browser for Mac OS X. This update includes security and stability fixes over version 1.5.

    According to the release notes, Camino 1.5.1 contains the following improvements over version 1.5:

    • Upgraded to version 1.8 …
  4. MySQL Gotcha: Remote Root Access

    Posted on in software

    By default, MySQL only allows access by the 'root' account from the host running the database server ('localhost'). Often times that's perfectly adequate. There are occasions when you need remote access as the 'root' account, however. In these cases, it's helpful to be aware of one little gotcha when creating …

  5. Alexa Sparky: Making Firefox and Alexa Play Nice

    Posted on in Software

    If you've spent any time managing a web site, you are undoubtedly familiar with the dreaded Alexa rankings. It's common knowledge that these numbers are fairly useless since they depend on the end user having the Alexa toolbar installed. Obviously, not everyone has this. To make matters worse, Alexa only …

  6. You Too Can SSH Without A Password

    Posted on in Software

    I wrote recently about using Subversion over SSH. A minor annoyance with that setup is the need to enter your system password at least once, and sometimes multiple times depending on the action you are taking. There are also times when a remote system needs to access another system via …

  7. Quick and Dirty Subversion Repository with SSH

    Posted on in software

    If you've ever needed to set up a Subversion repository, you know how long it can take to get WebDAV working with Apache before you even get to the repository set up. Although WebDAV is the best overall protocol for Subversion repositories (it doesn't require real users on the system …

  8. The Unjoy of Hanging MySQL Locks

    Posted on in Software

    Currently, I use mysqldump to backup several large MySQL databases amounting to millions of rows of data. During the dump process, tables get locked for reading. 99% of the time, this system works just fine.

    Ever so often (perhaps every 50-100 dumps), a read lock will hang on a table …

Slaptijack's Koding Kraken