Category Archives: Free software

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 »

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 »

How to delete your LiveJournal account

LiveJournal recently changed their Terms of Service. Many people are unwilling to accept the new Terms of Service. Some people even find them so unacceptable that they want to delete their LiveJournal accounts. The only way to delete one’s LiveJournal account is via the Account Status page. Unfortunately, it’s impossible to access that page without… Read More »

Editable menu accelerators under Ubuntu

GNOME, the Linux desktop on top of which Ubuntu’s Unity desktop is built, has this neat feature which allows you to edit the keyboard accelerator associated with any application menu item, simply by opening the menu, hovering over the menu item, and typing the keyboard accelerator you want to use. Unfortunately, the way Ubuntu implemented… Read More »