The joy of contributing to a well-run open-source project
The Ansible team has been great to work with, and it makes me happy that my small efforts to contribute to this critical software were welcomed and facilitated.
The Ansible team has been great to work with, and it makes me happy that my small efforts to contribute to this critical software were welcomed and facilitated.
How to reliably run a script that requires networking immediately before your computer suspends.
You can use this script to maintain your Namecheap DNS records in a file which you can keep in source control!
Pull your Toodledo tasks and calendar entries into a text file every morning, where you can edit, add, delete, and reorder them, and when you’re done the changes go back into Toodledo.
I ported TMDA from Python 2 to Python 3 so I could keep using it on my mail server. Turns out somebody already did that, but here’s my port anyway in case it’s useful to someone.
Long-time readers of my blog will know that I am obsessed with backups and with keeping control over data that belongs to me. For example, in additional to a comprehensive backup system I built myself, I have an archive of (legally obtained) music files and movies because I don’t trust any of the cloud music… Read More: Your data is yours: backing up your Mastodon data to… »
The open-source package Shamir’s Secret Sharing Scheme, or “ssss” for short, allows a relatively short secret, for example, a password or passphrase, to be split into a specified number of shares in a way that allows the entire secret to be reconstructed from only a subset of the shares. For example, you can split a… Read More: Scripts for using Shamir’s Secret Sharing Scheme securely »
I’ve worked almost entirely for startups for the past 30+ years. It’s what I love, but switching jobs a lot comes with the territory. One of the problems I face with each switch is how to take with me outside contacts I’ve made, without compromising my soon-to-be-ex-employer’s intellectual property. Sure, I’ve added some of them… Read More: Taking your contacts with you when you switch jobs, without… »
There is one problem that every single information security / governance / risk / compliance (GRC) organization at every company has to deal with, and that’s keeping track of all the recurring tasks that you need to do to maintain your security and compliance and ensuring that they are done on time. I’m sure that… Read More: My one indispensable infosec management tool: a simple recurring task… »
I’ve done a pretty deep dive comparing the features of various password managers, but one feature I didn’t cover in that analysis was backup for business customers. What commitments does the vendor make in terms of backup/restore? Do they promise to be able to restore data that is accidentally or maliciously modified or deleted by… Read More: Reliable 1Password backup written in Python »