-
Ohai! It looks like I’m back online!
I’m working on my disk array today. The plan is to take the data off of a 6-disk RAID-6 and put it onto three 4-disk RAID-4s.
-
How to read the important bits on my business card from the command line
$ curl -sO http://wp.colliertech.org/~cjac/card.jpg ;\ gocr card.jpg |\ tail -2 | sed -e ‘s/ .*$//’ | sed -e ‘s/1 /1/g’ 1152 079D EOB6 D373 CD98 D8E6 8E56 2765 BA27 A83C
-
software bridge loops suck, too
I didn’t realize that I had two of my machines attached to openvpn from the same l2 segment. It caused a network outage for about 24 hours. Sorry for the downtime folks. I believe that if I turn on stp for all nodes which have two legs in to the same l2, I can avoid…
-
Dear fellows of the SJCARS
I’ve got a project I could use some help with. If you’ve got some tuits to spare, I’d love to talk with you about the plan. Perhaps I’ll post something to the blog… [edit 20120212T2025] blogged. http://sjcars.org/blog/2012/02/12/hardware-what-wants-deploying [Edit 20120213T0026]
-
You say I’m a hacker
Whell, I’m not the only one.
-
NIST::NVD::Store::SQLite3
I published an SQLite3 storage back-end to NIST::NVD on the CPAN. It’s pretty quick. About as fast as the DB_File one, but without the down side of being tied to DB_File. It shouldn’t be too difficult to re-factor this code to any DBI-based database. MariaDB anyone? I know it works on Debian. The nightly CPAN…
-
SELinux on Wheezy
So, Collier Technologies LLC needs to pass annual audits to operate a certification authority recognized by the SoS. To this end, I’m working with the fine group of developers who maintain SELinux. It seems that the configuration of Xorg that I’m using while typing this here blog post does not have a policy set up…