Category: dinosaur

  • A Legend in Someone Else’s Mind

    So this is a self-indulgent whimsical interlude that’s overly long. Pull up a chair if you want, else, I hope all is well in your world. All that said – if there’s one thing I know, I’ve a vanishingly small idea of what people actually think of me. Honestly, I’m clueless is so many things,…

  • It was 20 years ago today…

    … and a few lifetimes… that wietse and I released SATAN.  What a long strange journey, as they say. Thanks to all the folks who used it, to the friends who have been kind. Thanks to muffy, and friends that are no longer with us. But most of all, thanks to my great and wonderful pal…

  • <3 Policy

    Security Policies Let us praise, slay, and bury security policies together. A security policy is perhaps the best way to deal with the security monster. It concerns itself with business and organizational issues, and is designed to assist the organization succeed in spite of human nature. I sometimes not-so-glibly say that a security policy is simply…

  • getting tcpdump to write to pcap format

    I wouldn’t think I’d be writing something like this, but….. Apple changed the default of tcpdump to writeout pcap-ng format, which wireshark doens’t understand by default. Wasn’t sure what was up, but a quick search didn’t get any hits… turns out the -y flag is the key (at least, Mavericks+.) $ sudo tcpdump -w /tmp/1…

  • Post Millenium Tension

    Perhaps this should be subtitled Why I’ll Never Work at Microsoft. I don’t know, I don’t know, I don’t know where to begin, as the song goes. I started writing here on a whim. I don’t look at the traffic it may or may not get, and I haven’t accepted any comments or feedback to…

  • progress…

    In case I run into this again… fired up a VM with ubuntu 13.10, 64 bit… and after installing sshd (apt-get install openssh-server) it wouldn’t start; instead I’d get: # services ssh start start: Unknown job: ssh I didn’t see any answers out there, so I waded into the /etc/init.d/ssh script… it calls the “init_is_upstart”…