CrashPlan for Home: disputing renewal with credit-card co.

I renewed CrashPlan less than two months ago. Given CrashPlan’s refusal to refund my renewal fee now that they’re shutting down and have therefore broken their home backup service, I’ve no choice but to dispute the renewal charge with the credit card company.

Backing up from Unix to Backblaze B2 using Rclone

This blog posting is obsolete. I’ve moved everything over to Github. There are a lot of new goodies there that aren’t here, so mosey on over and check it out. I’ve been using CrashPlan for Home for about five years. Alas, their Home product is being discontinued, and people who want to keep using CrashPlan… Read More: Backing up from Unix to Backblaze B2 using Rclone »

Congratulations to Jeff Gonneville on his new role at the MBTA

Several years ago, I contacted my state senator, Will Brownsberger, and asked for his help addressing a serious problem: some MBTA buses were leaking engine fumes into their passenger compartments, sickening passengers and putting their long-term health at risk. I wrote about this issue extensively here. In response, Will arranged for me to meet with… Read More: Congratulations to Jeff Gonneville on his new role at the… »

PenguinDome: new, open-source Linux mobile device management (MDM) solution

Where I work, we have employees who use (in decreasing order of popularity) Mac OS, Windows, and Linux as their desktop computers. We’ve deployed a large, complex remote administration / MDM application for managing the Mac OS and Windows desktops. It’s big and complicated and difficult to maintain. It does much more than we will… Read More: PenguinDome: new, open-source Linux mobile device management (MDM) solution »

HOWTO: Converting an unencrypted Ubuntu root disk to encrypted

The best way to configure Ubuntu for an encrypted root filesystem is to tell the installer to do it when you’re installing the operating system. It’s complicated, and smart people have put a lot of effort into making the installer know how to do it properly. Having said that, if you’re an experienced Linux sysadmin… Read More: HOWTO: Converting an unencrypted Ubuntu root disk to encrypted »

Python: How to make Flask work with Logbook

If you’ve arrived at this page, it’s probably because you’re searching the web for an answer why, even though you’ve called logbook.compat.redirect_logging() in your Python Flask app, you’re still not getting any Flask logging in your log files. The problem is that Flask sets the propagate flag on its logger to False by default, so even though Logbook’s… Read More: Python: How to make Flask work with Logbook »