Archives for Systems Administration

My interviews at Google

Google LogoSo I’ve now completed the interview process twice with Google (once in 2007 and once in 2010), and while I’m not sure advice from someone not hired after two run-throughs is all that useful, I figured that the more information out there for those undergoing pre-Google-Interview stress, the better, so here’s how it went.

In both cases, I was contacted out of the blue by a Google recruiter. The first time I had been considering looking for a new role and pursued it immediately; the second time I hadn’t been and put off the recruitment process for several months, during which the same recruiter contacted me again twice to follow up. If nothing else, that’s a nice ego boost, but a more cynical mind might be considering the shotgun approach to a narrow recruiting filter and commissions :D

First, a quick data point, I was applying for an SRE(SA) position on both occasions – Site Reliability Engineer (System Administration), because in most of my roles to date, I’ve been doing both sysadmin and development work and I’ve never seemed to drift towards one pigeonhole or another. SRE(SA) seemed optimal – interesting sysadmin work on large-scale systems and quite a bit of tool-writing to boot. This was decided on between myself and the recruiter, based on the self-assessment form you are given to fill out. I would love to know how they get around illusory superiority and the Dunning-Kruger effect with those forms, especially given the wierd bias they’d have in the dataset from having so many of the best in their fields working there.

Both times, the process proceeded in the same way:

Nagios notifications via clickatell

Nagios server load alert delivered by SMSA simple, cheap way to get SMS notifications from a server running Nagios without additional hardware.

Not-so-shortlisted!

I got shortlisted for Best Technology Blog in the Irish Blog Awards!

Performance tuning a server in less than three minutes while being slashdotted

Burning ComputerTuning a webserver in three minutes while it’s being slashdotted.

Moving from wordpress.com to wordpress.org


Share



 As I mentioned earlier, I’ve been planning a move from wordpress.com to my own dedicated server for a while now, not only for this blog but also for On Target and Wallpaper and herself’s book site. I said I’d write things up once I was done, so…

Step one in this process was local testing. I already had a LAMP stack running locally on the r61 so I just had to create a directory, download the latest wordpress.org tarball and untar it into that directory, then edit wp-config.php, create a database for the site to use, and walk through the automatic install. Very easy, very clean, and took about ten minutes all told. Got to hand it to wordpress there, the man-hours that have gone into streamlining and debugging the install process really shows. Once it’s installed, I went back to the wordpress.com site,… Read the rest