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. Get Subversion Updates via Email

    Posted on in Programming

    Coffee Cup with @Sometimes it seems like a great idea to receive updates whenever someone commits something to your Subversion repository, right? This has definitely seemed like a good idea to me, but it's only nice if you work in a small shop with only a few developers. Too many developers make this …

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

  4. Regex Crashes BGP Routers

    Posted on in Networking

    Cisco LogoThis isn't late breaking information, but there's an interesting post in the Cisco WAN, Routing and Switching Forum regarding a particular regular expression that, when used in conjunction with the show ip bgp regexp, results in a router crash. Here is the full command.

    show ip bgp regexp (.*)(_\1 …
  5. Cisco IOS Interface Load-Balancing

    Posted on in Networking

    ConnectorsLet me start by saying this article is not about server load-balancing. That's a different topic, and I apologize if that's what you were looking for. That said, interface load-balancing is an interesting topic and one that comes up quite frequently.

    A time will come when it becomes necessary to …

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

  7. Rsync Backups: Conserve Disk Space with Hard Links

    Posted on in System Administration

    Open HDD - GoldPersonally, my data isn't so important that I need to keep years of it backed up to tape. Obviously, that isn't always the case in a corporate environment, but luckily that's not a problem for me.

    That being said, I do like to have at least a week's worth of …

  8. Defining Management IPs in Cisco IOS

    Posted on in Networking

    Cisco LogoOn most networks, there is a subset of IP addresses assigned to "management" hosts. These hosts might be the workstations of network administrators or monitoring servers. One of the keys to network security is restricting who has access to the device. Generally, we think of access restriction in terms of …

  9. Username / Password Authentication in Cisco IOS

    Posted on in Networking

    The last thing I want to do when some network administrator leaves my organization is change all the login passwords on the Cisco network devices. (For now, let's just assume the administrator in question didn't know the enable secret.) If you have relatively few machines, it's easy to setup username …

  10. Easy Traffic Shaping in Cisco IOS

    Posted on in Networking

    If you followed my recent Cisco Catalyst rate-limiting post, you already know that policing traffic on a Cisco Catalyst switch requires a bit of thought. Mainly, you have to do a bit of calculating to determine the best bucket size for your application. The good news is that achieving the …

  11. Inbound Rate Limiting on Cisco Catalyst Switches

    Posted on in networking

    If you need to limit the inbound bandwidth of a switch port on a Cisco Catalyst, the key is in the QoS configuration. Rather than going into an depth discussion of QoS and how it works, let's skip that (check out Wikipedia to get started with that) and jump into …

Slaptijack's Koding Kraken