Archive for the ‘News and Links’ Category

Friends don’t let friends RAID-5

Thursday, October 15th, 2009

I was reading yet another nerdfight over the properties and merits of raid configs and was reminded of a site a coworker once showed me: baarf.com. Battle Against Any Raid F.

Ironically, as much as I agree with that sentiment, I recently rolled out a bunch of stuff in mostly raid5 configs because I needed the space, my array has a good sized write cache, and the heaviest write stuff got put on SSD.  Also, it was an upgrade from raid1 on 7.2k sata to raid5 on 10k fc, so it was plenty of improvement already.

passwordless ssh key logins in ios

Monday, October 5th, 2009

coming to you in like 2011

Cisco IOS hints and tricks: SSH RSA authentication works in IOS release 15.0M.

that backblaze thing

Thursday, September 10th, 2009

I’m pretty much the last guy on the internet to comment on this cuz the wordpress bookmarklet ate my post last week and I never noticed.   Anyway, here’s the link:

Petabytes on a budget: How to build cheap cloud storage | Backblaze Blog.

When I first read it I thought “holy shit these guys are bordering on criminal malpractice” but remembering the age old rule “all engineering is tradeoffs” their setup makes more sense if you think about it.   Basically, they must be handling data saftey at a higher network layer and not within the actual box.   If you think about it that way, its really just a JBOD and there’s nothing special going on here.   All the critical saftey flaws of an individual box are mitigated because you can lose the entire 45 disk box and not lose data.   To be honest, I don’t even know why they bothered with raid6.   The drives arent’ hot swappable so you’re taking the entire box down for a disk failure anyway.  And the performance penalty is atrocious, but if you’re a backups company where most of your storage never even gets read again I suppose you don’t care.

So if you impliment your own network level data protections and don’t care at all about access speed this is a pretty cool setup.   For anyone else its data suicide.

func developers music video

Saturday, September 5th, 2009

Red Hat Magazine | Video: Spotlight on FUNC.

well ok not quite

wordpress exploit, upgrade time

Saturday, September 5th, 2009

awwjeez it appears the greater wordpress community is going to spend the weekend doing a little quality pants shitting:

Old WordPress Versions Under Attack « Lorelle on WordPress.

I took the opportunity to move to an svn co based setup instead of an unpacked zip file.  hopefully that means the next one of these is just an “svn up” not a half hour jaunt through memory lane (how the fuck did I set this up?).

Its interesting how much of wordpress is built around the “you are ftp’ing these files to a shared hosting providor” model.   For instance, to install a theme you provide your ftp or sftp credentials.  Thats it.  It doesn’t even ask for a directory, so there’s no way it’d figure out where my install is tucked (not that /var/www/<site> is tricky). Same goes for the auto-upgrade option.

Oh and it blew away my theme.