You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
How to catch exceptions raised by Python worker threads
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Backup and restore a mysql database from a running Docker mysql container
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Setup Python3.8 in Ubuntu Xenial (16.04 LTS). The python version was fixed at Python 3.5.1
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Azure AD MFA is not enabled by default for AAD and Microsoft 365 users, but it will be if during setup
an admin chooses to Enable Security Defaults on Azure AD (as most will when prompted to do so:
after all, who in their right mind wouldn't require MFA?).
However, there are situations where being able to toggle MFA on or off for a particular user
can be useful. For example, in a development or test tenant when working with sample code from
Microsoft that doesn't account for MFA (like a simple Microsoft Graph console app). This procedure
involves disabling Security Defaults on AAD.