Category Archives: Computer Security

Hack of the day: easily configure Linux hosts to reboot once or always without requiring a decryption key

I have LUKS encryption configured on all of my Linux desktops and laptops, which is a pain when I need to reboot one remotely, since it prompts for the decryption key and won’t finish rebooting until the key is entered. To solve, this, I’ve written keyless-entry, which allows the user to easily configure a LUKS-encrypted… Read More »

Hack of the day: enhancing Eastern Bank deposit notification emails

I have my Eastern Bank account configured to email me notifications about checking deposits. There are three problems with these notifications: (Century Bank’s online banking platform had the same problem. I was hoping things would approve in this area after the acquisition by Eastern Bank, but alas no.) This finally annoyed me enough today that… Read More »

Petco violates customer privacy, refuses to confirm appropriate steps were taken to mitigate incident

I recently received a shipment of cat food from Petco which, as far as I know, I had not ordered. I did have a “repeat delivery” order scheduled for that variety of cat food, but usually when Petco is about to send you a repeat delivery order they notify you by email to give you… Read More »

Automating TP-Link Archer AX6000 router (and others) from Python

Recently, I was confronted with the problem of automating the activation and deactivation of parental controls on my TP-Link Archer AX6000 router. Specifically, I needed a command-line tool that would allow me to disable or enable internet access for a specific parental controls profile. The router only provides the ability to set separate schedules for… Read More »