Due to security vulnerabilities in WordPress 2.2, Slaptijack has been upgraded to WordPress 2.2.1. As always, if you notice anything amiss with the site, please let me know.
The upgrade fixed the following security vulnerabilities:
Posted on in Software
Due to security vulnerabilities in WordPress 2.2, Slaptijack has been upgraded to WordPress 2.2.1. As always, if you notice anything amiss with the site, please let me know.
The upgrade fixed the following security vulnerabilities:
Posted on in Networking
If you are using your Cisco Catalyst switches to
insert DHCP Option 82 information
and you are also using your Cisco routers as DHCP relay-agents (via ip helper-address),
you'll notice right away that your Option 82 enabled DHCP requests are not being
forwarded by your routers.
As a security measure …
Posted on in Graphics Design
Just a quick note.
Slaptijack recently broke into the Technorati Top 100,000. Obviously, this doesn't mean a whole lot (and may not last long), but it's sure neat to see that Rank number shrink from 7 digits to 5 over the last two months. With a little luck, and …
Posted on in Networking
If you've ever needed to reset a Cisco Catalyst switch to it's factory default (locked out, perhaps?), you've probably spent some time digging around on Cisco's web site. The Catalyst password recovery procedure starts off by reseting the Catalyst to it's original factory settings. Below, I'm going to give you …
Posted on in Networking
If you're interested in DHCP Option 82 in your Cisco Catalyst-based network, you'll be happy to know that the configuration can be summed up in 4 easy steps.
ip dhcp snooping. Although we're only turning this on to get …Posted on in Software
Someone looked over my shoulder the other day and was blown away by my MySQL client prompt.
(slap@localhost) [slaptijack]>
The boring default client just acknowledges that you are using MySQL and nothing more. This prompt indicates your username, the server you are working on, and the database you are …
Posted on in Networking
How many times has this happened to you?
SLAP#write memory
startup-config file open failed (Device or resource busy)
If you work in an environment where multiple users have enable access on Cisco devices, you've probably seen it more than once. This particular error is caused when another user has …
Posted on in System Administration
This post relates to pre-Leopard versions of Mac OS X. Unfortunately, Leopard hosts that are configured via DHCP use the DHCP assigned DNS server before any statically configured servers. Check out the next post in this series to find the necessary tweaks for Leopard.
If you've been following along in …
Posted on in System Administration
If you've ever had to administer a Mac OS X system from afar, you know how difficult it can be to manage network settings. The Network Preference Panel under System Preferences is a great tool if you have remote access to the <acronym title="Graphical User Interface">GUI</acronym>, but …
Posted on in System Administration
While doing further research for my OS X Caching Only Name Server series, it has come to my attention that a couple of my methods (specifically relating to Startup Items and starting the daemon) are outdated. Although these methods may have been acceptable in pre-Tiger versions of OS X, Mac …
Posted on in Graphics Design
Welcome to post #100! Since this is a bit of a milestone, I thought I'd put up a super chart.
The image below shows the grow of RSS subscribers over the last 100 posts.

Although the growth is modest, I think its impressive considering this site has lived between Google …
Posted on in System Administration
This information is really geared for pre-Tiger versions of OS X. In OS X 10.4 (Tiger), the BIND daemon is controlled by launchd and is pre-configured (although disabled). BIND Startup in Mac OS X 10.4 (Tiger) has more detailed information. Although outdated, this article still includes useful information …
Posted on in System Administration
Before we can start running BIND on OS X, we have to make a few configuration changes. Although BIND is pre-installed in Mac OS X 10.4 (Tiger), it's not ready to run right out of the box. We've already created our Startup Item, but now we need to cleanup …
Posted on in System Administration
This information is really geared for pre-Tiger versions of OS X. In OS X 10.4 (Tiger), the BIND daemon is controlled by launchd and is pre-configured (although disabled). BIND Startup in Mac OS X 10.4 (Tiger) has more detailed information. Although outdated, this article still includes useful information …
Posted on in System Administration
By default, Mac OS X 10.4 (Tiger) comes with BIND 9 pre-installed and pre-configured to operate in caching-only mode. Unfortunately, the operating system is not configured to start the server at boot time, or even use the server if it was running. In this series of articles, we'll create …