- Turn off the VPN:
sudo nmcli con down Bebus-VPN
- Top NetworkManager:
sudo systemctl stop NetworkManager
https://stackoverflow.com/questions/69511006/cant-install-pyenv-3-8-5-on-macos-big-sur-with-m1-chip |
#!/usr/bin/env python | |
import os, sys, re | |
import fnmatch | |
# Usage get-dwarfdump-uuid.py <path> | |
def get_framework_name(root: str) -> str: |