Category Archives: Internet

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 »