What the…
Sucks to be this guy. Probably not for the squeamish (but if you’re reading this, you’re probably more than familiar with Goatse (OKFW)).
Popularity: 1% [?]
Sucks to be this guy. Probably not for the squeamish (but if you’re reading this, you’re probably more than familiar with Goatse (OKFW)).
Popularity: 1% [?]
Sometimes I could swear everyone I know is fucking mental.
Popularity: 6% [?]
I started a new page describing the PSP error codes I know about. If you know some not listed there, leave a comment.
Popularity: 2% [?]
So, after a bit of playing, I figured out how to get a client on both a network with deny unknown-clients and another network with allow unknown-clients: put the host declaration outside the subnet declarations. (Dooh! >:B)
So, now I have 192.168.0.0/16 (wlan0, *.LAN) and 10.0.0.0/8 (wlan1, *.MASQ). Originally, when I had the host declarations inside either single subnet, it’d get confused when it switched physical interfaces and networks. Make them global, and I can go back and forth. Schweet!
In case you’re wondering, one network is WEP encrypted, and the other has no encryption. I’m not sure where I’m going with this just yet.
Popularity: 1% [?]
After playing with ISC DHCP3 a bit, I’ve found that things go psycho if you have a known host declaration on one subnet, and try to assign it a lease on another subnet.
E.g., I have two networks, 10.0.0.0/8 and 192.168.0.0/24 (I split it up on purpose). There was a host declaration for “widget” (00:1a:73:04:96:03) in the 192 net, but I was putting it on the 10 net. It got the IP address in the 10 net, and the options from the 192 net. In other words, I’ve successfully confused ISC DHCPD.
Interestingly enough, this also turned out to be the cause of the 80410209 error code my PSP was throwing at me; the gateway was on a network it didn’t have a route to. Dooh! So, there you go.
Popularity: 2% [?]
I realized that my default theme, a heavily modified version of Back in Black 2, is a little unfriendly towards search engines since it’s so heavy on the Javascript. I’ve written a plugin to automatically override the theme back to “default” when a search engine hits it.
Note that I’m hardcoding the bot domains. What I’ve done elsewhere is an Apache rewrite from robots.txt to robots.cgi, which then logs the bot in a MySQL database and spits out the real robots.txt. isengine() just checks the MySQL database to see if $REMOTE_HOST has snarfed robots.txt lately. It works pretty well. I chose to hardcode here just for simplicity.
Code follows.
(more…)
Popularity: 1% [?]