Category: Software

More changes

2 August, 2008 (19:42) | Software | 1 comment

Just finished some cleaning up..
For the record (mainly my own):
- Removed WeatherIcon thingy (the weather sucks here anyway..)
- Removed useless whitespace between links
- Moved the Comic-links to an integrated page
- Changed the order of sidebar links in general

Some updates

27 July, 2008 (19:09) | Software | No comments

I finally spent some time on upgrading this thing.. Turned out not to be too hard, even with a bunch of updated plugins! Looks like nothing died (right away), so I might have time to update my blog with actual posts as well ;)

Comment spam

21 November, 2006 (14:14) | Software | No comments

Funny spammers, trying to put their crap online everywhere. Luckily, there’s Spam Karma. Today I took a quick look at the harvested spam list, and decided to clean up a bit:
Successfully purged 19843 comment spam entries.
Yikes.

SER and LDAP

2 June, 2005 (11:25) | Software | No comments

A while ago, I started looking at Sip Express Router, as a proxy for my company’s VoIP platform. After a little searching and reading, we found that there wasn’t any LDAP support available by default. When we contacted IPtel, they told us we could ‘buy’ a module they wrote for another customer, that did just [...]

FreeBSD 5.x

29 May, 2005 (22:52) | Software | No comments

After experimenting with a new amr(4) driver I found somewhere, my testbox didn’t came back after a reboot. Nothing special, you’d say, probably something went wrong. So, the next day, I went to fix it myself. Just escape to the loader prompt, unload kernel, load kernel.old, and we’re done.
Well, not quite. The same problem [...]

Apache fun

25 May, 2005 (20:01) | Software | No comments

A few days ago, I finished the general idea of the new-style webhosting platform. Turned out to be easy, once I got the hang of it. (And of course, after some useful hints from a friend. Said friend has built a custom apache module, for handling PHP / CGI as a ‘normal’ user, accompanied with [...]

FreeBSD modules

18 April, 2005 (14:26) | Software | No comments

After finding some psybnc’s and other kiddie-crap on one of our webservers, I figured it would be a Good Idea ™ to disable the bind() call for normal
users. Knowing Sten Spans created a module that ‘changed’ the seteuid/setegid syscall, and after a few
hits google, I came up with the first it-compiles-ship-it-version of it :)
Ugly as [...]