Category Archives: Computers

Intuit / TurboTax acts slimy and/or incompetent yet again

According to both the Commonwealth of Massachusetts and the IRS, my daughter, who has barely any income, should be able to e-file both her federal and state taxes for free using TurboTax online, thanks to the “FreeFile Alliance.” We tried filing her taxes through the TurboTax Android app. It didn’t offer her the option of free… Read More: Intuit / TurboTax acts slimy and/or incompetent yet again »

GoComics.com fixed (again)

Good morning everybody! GoComics comics broke again this morning in the comics aggregator due to something I missed when I converted the aggregator over to the new GoComics site. The issue had to do with date formatting and therefore didn’t show up until we entered February and the current day of the month went from… Read More: GoComics.com fixed (again) »

Let’s Encrypt with Synology NAS when you can’t open port 80

UPDATE [2022-02-06]: I’m fairly certain nothing in this blog posting is needed anymore with the current version of Synology’s NAS software (DSM). My NAS’s SSL certificate has been renewing automatically for quite a while now without my ever needing to use this script. I don’t know what mechanism DSM is now using to renew Let’s… Read More: Let’s Encrypt with Synology NAS when you can’t open port… »

Linux: What to do when the oom-killer is being triggered when you have plenty of memory

Does this sound familiar to you? Your Linux box has plenty of memory, but the kernel “oom-killer” keeps getting triggered and killing processes. The stack trace logged by the kernel shows that out_of_memory was triggered inside _do_fork (for me, it was mysqld forks that were triggering the problem; though I’d been running mysqld on my… Read More: Linux: What to do when the oom-killer is being triggered… »