Bacon, You Want It!
I added a couple o’ new article:
Code Blue Disbands
The cover band that I’m in broke-up yesterday due to personality conflicts and other reasons mostly pertaining to egos. You can read the colorful commentary here. I’m still in another band called Gravity Test with a bunch of young whippersnappers though. Feel free to come to Graffiti’s on February 21 to see me play with them.
NCFTP
The
ncftp
client is teh r0x. I just replaced this entire expect script:
#!/usr/bin/expect set pwd [exec pwd] spawn ftp -i ftp.involution.com expect "Name (ftp.involution.com:root): " send "blargh!!!" expect "Password:" send "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx" expect "ftp> " send "cd logs" expect "ftp> " send "mget *.zip" expect "ftp> " send "ls access_log*" expect "ftp> " send "quit"
With this:
ncftpget -DD -f .login.cfg . logs/*.zip
Both the script and the ncftp call do the same exact thing. But the expect script breaks occasionally, and ncftp always seems to work.
Yahoo Web Messenger Protocol
I managed to port the GAIM 0.75 Yahoo Web Messenger logon implementation to bitlbee. You can download my new super tar ball here:
Code Blue MP3s
I added a dex of Code Blue MP3s from our last gig here:
New Firewall Script
I updated my firewall script to what I’m currently running on 127.0.0.1. You can view the script here:
New MP3s…
I added a new dex of mp3s for Gravity Test’s Saturday practice here.
Promise SX4000
I added an article on what I did to get the Promise SX4000 to work on Redhat 9.










