May 27, 2005

QOTD

Found on Something Awful (page 4):

When you have waffled silver roller skates, you pretty much have to base the whole outfit around them, and there's really no way to make it tasteful.

Posted by Ken Allen at 11:13 AM

May 26, 2005

Latvian Wars

Oh, to rip or not to rip. Almost finished the second Latvian sock when I realized that it has two purls between the patterned instep and the stockinette sole where the first has one purl. I've frozen with indecision. Would you rip back?

Posted by Ken Allen at 8:08 AM

May 12, 2005

Rinse

Last night Sam learned the value of rinsing thoroughly the conditioner from her hair (as this is what can happen when you don't):

Dsc01408

Dsc01409 1

Posted by Ken Allen at 8:49 AM

May 9, 2005

HTML 101

HTML links work like this:

The browser reads the code in order. When it sees this:

<

it says, "hey, there's a special command coming up!

When it sees

<A

it says, "hey cool, we're starting some kind of link!"

<A HREF=

means "we're starting a link, and it's an HTML reference (hence HREF)"

<A HREF="http://url/"

means "...and the reference is to the URL in between the quotes.

<A HREF="http://url/">

The end ">" means "we're done telling you where you'll point to. Now everything after the ">" is what we want to "activate" on the page so that when a user clicks on it they'll be directed to the reference. What comes next can be a picture, text, whatever:

<A HREF="http://url/">Click here</A>

"</" is special. It means "stop doing" in HTMLese. In this case, </A> means "stop linking".

Most HTML "tags" (the codes in "<>" brackets) come in pairs. For example, to bold, you surround text in <B>bold word</B> tags.

Posted by Ken Allen at 10:43 PM

Bouquet

Never has anyone received a more beautiful bouquet of flowers, and one that keeps you alive even!

Dsc01402-1

Thanks Hoi-en!

PS to the initiated: These are passive protection devices, used in rock climbing. And they rock! And they're pretty... :)

Posted by Ken Allen at 8:38 AM

May 5, 2005

Linux Peace

The drama is over, at least for now, and SimplyMEPIS is really, for real, running on the 3110CT!

Pause to breathe! In... out... in... out...

This is all so exciting! Now, of course, I just have to work out how to get the wireless working and reclaim that 1GB of diskspace, and figure out IP printing, and see what happens when I try to boot with the 2.6 kernel, and work out a C development environment for JP, and...

Posted by Ken Allen at 1:37 PM

Linux Wars III

Hooray!

The story so far:

  • I used FDISK (DOS) to create a primary DOS partition that was 5GB, and then created an Extended DOS partition and logical disk of 1GB
  • I formatted the logical disk in the extended partition as FAT32
  • I copied the SimplyMEPIS LiveCD to the 1GB partition
  • I deleted the 5GB partition. This all may not have been necessary, but I figured I wanted the Linux partition to be at the start of the disk.
  • I successfully used linload to launch SimplyMEPIS from the 1GB partition (accompanied by much hooting and hollering)
  • I used fdisk (linux) to create a 4GB Linux (type 83) partition, and a 196MB Linux-swap partition (as the laptop has 196MB RAM) (this all because I believe I can't simply tell it to use the whole disk, since I'm installing from a partition on the same disk)
  • The "Install MEPIS on Hard Drive" utility is currently running, installing to the aforementioned partitions

It all looks very, very good for now (although I'm a bit worried about which partition will end up being active, as I now realize I didn't mark the primary Linux partition active). More later.

Posted by Ken Allen at 11:48 AM

May 3, 2005

Linux Wars II

Definitely the wrong loadlin version... must have zigged when I should have zagged when downloading from debian. Downloaded 1.6c from Hans Lerman's site, and got much further along. Dots... many thing scrolling very quickly, terminating (yes, as in stopping, or even halting) with this (the last two lines are even in red) on the screen:

3w-xxxx: No cards found.
raw1394: /dev/raw1394 device initialized
usb.c: registered new driver usbdevfs
usb.c: registered new driver hub
Initializing USB Mass Storage driver...
usb.c: registered new driver usb-storage
USB Mass Storage support registered.
mice: PS/2 mouse device common for all mice
Initializing Cryptographic API
NET4: Linux TCP/IP 1.0 for NET4.0
IP Protocols: ICMP, UDP, TCP, IGMP
IP: routing cache hash table of 1024 buckets, 8Kbytes
TCP: Hash tables configured (established 16384 bind 32768)
NET4: Unix domain sockets 1.0/SMP for Linux NET4.0.
RAMDISK: Compressed image found at block 0
Freeing initrd memory: 211K freed
EXT2-fs warning: checktime reached, running e2fsck is recommended
VFS: Mounted root (ext2 filesystem)
Looking for MEPIS Linux........................................................
...............................................................................
...............................................................................
........................
Can't startup filesystem
Halting...
Posted by Ken Allen at 6:25 PM

May 2, 2005

Linux Wars

Okay, so not really wars. Many obstacles, though, and a little bit of swearing.

All I'm trying to do is install Linux on a Toshiba Portégé 3110CT. SimplyMEPIS 3.3 was provided by someone much smarter than me, so I thought I'd start there. It seems to be impossible to do anything anymore, though, without a bootable CDROM, which is a feature notably absent from the aforementioned laptop. I have a parallel-port attached CDROM. No can boot. So I bastardized a Win98 boot disk to add support for the parallel CDROM, added loadlin.exe v1.6c, and tried launching MEPIS on the CD (by launching, with the CD as the current drive, "a:\loadlin \boot\vmlinuz2 initrd=/boot.initrd.gz" (as mostly documented here)). Gasp! Excitement! Loading! Dots flowing across the screen! It's all so beautiful. Then the letdown.

invalid compressed format (err=2)

-- System halted

AAAAAAAAAAAAAAAaaaaaaaaaaaargh!

Posted by Ken Allen at 7:47 PM