-
Some statistics from the router at the cabin
sip0 is a GRE tunnel between the router and the colo box in Seattle, the payload of which is encapsulated as ipsec traffic before being transmitted over the Ubiquity equipment to the switch that the CenturyLink DSL modem attaches to. I don’t get centurylink easter eggs in my search results when I use this interface.…
-
Microsoft ACS announcement
So it seems that Microsoft has developed an embedded device OS distribution called ACS and that this OS is based on the Linux kernel. http://azure.microsoft.com/en-us/blog/tag/azure-cloud-switch/ That’s kind of neat. They’ve been consuming Linux for quite some time. It’s nice to see that they’re producing some, too. Thank you for being productive members of this community,…
-
False Positive
Since a bit before my birthday this year, I have been uncertain where I left my notary seal. I have been trying to stay positive about the situation, but I must admit that I spent an unhealthy amount of time obsessing about its location and whether it has been used in my absence. The last…
-
I took this picture
Could you folks please update my credentials? KTHXBI
-
Trip Report: UW signing-party
Dear Debian Users, I met last night with a friend from many years ago and a number of students of cryptography. I was disappointed to see the prevalence of black hat, anti-government hackers at the event. I was hoping that civilized humanity had come to agree that using cryptography for deception, harm to others and…
-
MySQL Meet-up 20141208
I had an enjoyable time last night at Twitter with local MySQL DBAs and developers. We had an attendee who has no experience with SQL or programming at all. She is interested in organizing her collection of recipes and had heard a rumor that MySQL was a good tool to use for this task. She…
-
Happy Birthday to Collier Technologies LLC!
Five years ago today, Hannah and I completed all of the forms necessary to stand up our LLC. Okay, alright. Our registered agent actually did all of the hard work. Thanks and happy birthday to you too, Molly!
-
multipath over disparate media
default route is now over a set of 3 ipsec tunnels with the voice server at the SIX. Let’s see if this proliant can reliably transport 12Mbit of crypto traffic…
-
Juniper Olive VM XML
For use with http://web.dit.upm.es/vnxwiki/index.php/Vnx-rootfsolive and http://blog.gns3.net/2009/10/olive-juniper/2/ $ cd /var/lib/libvirt/images $ sudo qemu-img create -f qcow2 vnx_rootfs_olive.qcow2 7G $ sudo wget ftp://ftp-archive.freebsd.org/pub/FreeBSD-Archive/old-releases/i386/ISO-IMAGES/4.11/4.11-RELEASE-i386-miniinst.iso $ sudo brctl addbr testnet $ sudo ip addr add 172.18.36.2/24 dev testnet $ sudo ip link set up dev testnet $ wget -O /tmp/olive.xml https://wp.colliertech.org/cj/wp-content/uploads/2014/05/olive.xml $ sudo virsh define /tmp/olive.xml $ sudo virsh…