Month: December 2007

  • Kensington Market Festival of Lights 2007

    This year again — like the past 19 — Red Pepper Spectacle Arts put on a great show. I’m talking about the Kensington Market Festival of Lights. If you’re ever in Toronto during the holidays you should check this event out (go earlier and check out Kensington Market area on foot as well). This was…

  • Computer History Museum on YouTube

    If you like to see some of the most prolific Engineers and Scientists of our time talk about how we got to where we are in computers, head over to the Computer History Museum Channel on You Tube. Oh, and if you’re ever in Northern California somewhere, take a side trip to Mountain View and visit the…

  • Changing DNS hostname on OSX Server

    If you ever need to check the DNS hostname under OSX server here is the command: $ sudo changeip -checkhostnameIf you need to change it (ie: after a DNS table change) use the following command (for OD sites):changeip /LDAPv3/127.0.0.1/ 192.0.0.12 192.0.0.12 old.example.com new.example.comchangeip also has a lot of other uses (ie: if you change the…

  • Mac OSX DHCP debuging

    Once in a while you might want to dig deep into OSX’s dhcp client and find out what dhcp packet the server sent it. A quick command to spit out this info:# ipconfig getpacket en0This produces the following output: op = BOOTREPLY htype = 1 dp_flags = 0 hlen = 6 hops = 0 xid…

  • USB-to-Serial console for Mac (OSX)

    Here are some notes for those of us working with Macs, who also have to deal with networking gear that usually have a serial console for local control. I recently purchased a IOGEAR USB 1.1 to Serial Converter Cable that uses the PL2303 chipset (pretty much any brand of these usb to serial converters use this…

  • CineForm Direct-to-Disk Recorder

    I have to admit CineForm is one of my favourite companies out there. I’ve visited them once and they are the nicest bunch of engineers you’ll find on that side of the rockies :-). Aside from their famed CineForm Codec (which btw is awesome), they have just released the specs and conceptual drawings for what…