FreePBX admin password reset

Check for the user of the web session data su that user Log into your FreePBX server via SSH as the root user, using a tool such as PuTTY on Windows, or Terminal on Mac. Next, bring up your FreePBX web interface in a web browser. Once the page has loaded, press Ctrl + A on your … Read more

30 python best practices

1. Use Python 3 In case you missed it: Python 2 is officially not supported as of January 1, 2020. This guide has a bunch of examples that only work in Python 3. If you’re still on Python 2.7, upgrade now. 2. Check for a minimum required Python version You can check for the Python version in your code, … Read more