Category Archives: General

The default category

Telemarketers, I luv you

This is just too good to pass up.
Have fun!
If you have a particularly amusing conversation, feel free to tape it and send me an MP3.
Thanks!

Silent Hunter Perl Foo Spawns Improved Convoys!

Still undergoing playtesting, my recent Perl foo on parsing Silent Hunter III’s random campaign mission layer has resulted in the ImprovedConvoys mod. With a few more changes, I’ll move on to modify the few task forces represented in the random layer such that they’re seemingly more realistic, or at least less boring. Task [...]

dropbear and no auth methods

Trying to ssh into a box with dropbear I am finding no joy:

ssh: connection to root@10.8.0.6:22 exited: No auth methods could be used.

You need to change the following to true in /etc/ssh/sshd_config for joy again.

PasswordAuthentication yes

This seems new. I had no problem with an older version of dropbear from earlier this year sometime.

Gregg Reference Manual LOL

How cute. The Gregg Reference Manual contains a decoder for the basic online acronyms.

More Silent Hunter III Perl foo

I finally found a reason to mess with Perl’s sprintf for pretty reports. The result is easy to display output for the contents of the England to Murmansk convoy for 1941 to mid 1942. I only have about two dozen convoys left to research.

Convoy PQ41Convoy:

Merchant Ships:

Tanker [...]

Silent Hunter 3 Campaign Convoy Rewrite

Of late I have been working on a campaign file processor in Perl so I can redefine the convoys in Silent Hunter 3 to be far more realistic in composition. With the tool essentially finished, I have begun research into convoys during War War II.
So far, it’s been intriguing reading. A piece I [...]

Debian ifupdown issue 0.6.4-4.12

ifupdown 0.6.4-4.12 has problems if /etc/network/run exists, breaking installation of itself and any packages that depend on it.

Setting up ifupdown (0.6.4-4.12) …
ifupdown.postinst: Error: The canonical path of /etc/network/run could not be determined.Aborting.

To resolve the issue, remove /etc/network/run and run apt-get again.

# rm /etc/network/run
# apt-get -f install

Bandwidth Limiting for Apache 2 has Arrived

Ivn Software has released version 0.6 of their bw_mod for Apache 2. It compiles quite easily on Fedora Core 1 using apxs. I configured it for a specific directory and restarted Apache.

BandWidthModule On
BandWidth all 0
MaxConnection all 25
LargeFileLimit .rar 100 5000
LargeFileLimit .zip 100 5000
LargeFileLimit .tgz 100 5000
LargeFileLimit .gz 100 5000

So far, it’s working [...]

Gallery 2 Beta 1

I just test installed Gallery2 Beta 1. The installation is very slick and Gallery2 is quite featureful. I am quite pleased.

Thesis Paper on Traffic Control over ATM links!

Jesper Dangaard Brouer has written an awesome thesis on something that has plagued those of us stuck using asymmetrical network connections for ages and ages now. What’s more, he has patches which will soon be available for the Linux kernel.
Finally, a functional way of dealing with ATM overhead without wasting precious bandwidth planning for [...]