Windows system tray popups using Python

I modified Simon Brunning's epic example (original can be found here) to include an example of how to have a windows system tray icon display a popup on demand. Here's the coding: https://docs.google.com/document/d/1xySFrLgSAiTfymgCQvW4bpsva_rzkwOqkcsoYWhN0a0/edit?usp=sharing   The differences are: Added a new method to the sysTrayIcon class called "set_popup". This is where win32 api does it's magic … Continue reading Windows system tray popups using Python

Using a Raspberry Pi to power NOC/SOC monitors

When kitting out a NOC (network operations center) or SOC (security operations center), a common request is to have big screens showing some kind of dashboard. This may seem over the top in certain cases, but it does force the NOC/SOC team to pay more attention to a deployment's operational status, since the dashboards are … Continue reading Using a Raspberry Pi to power NOC/SOC monitors