October 2007 Archives

logbot - irc services bot for logging, in perl

| | Comments (0)

Net::IRCService is an interesting module - it allows you to make a "services" type irc bot, in perl, which can be much more hackable (in the good way) than most of the current irc services bots out there. I used it to make a bot that can be invited into channels to log their activity.

The main reason for a services bot, is it can speak server to server protocol - and therefore see new channel names as they are created. Based on this, this bot can join channels automatically based on regular expression.

http://gigo.com/ftp/pub/src/log-irc.tgz - BSD licensed.

megaraid and 4h performance problems

| | Comments (0)

Using LSI's megaraid? Find your system bogging down every 4h? Could be PR.

sudo megarc -stopPR -a0
sudo megarc -enPRman -a0

If anyone finds docs on megarc that don't absolutely suck, please let me know.