gamesharkmike
gamesharkmike
On RHEL9 Error in line 241 of `/usr/local/lib/python3.9/site-packages/certbot_apache/_internal/apache_util.py` Trying to debug and get stderr, edited the section to: ``` # Small errors that do not impede if proc.returncode != 0:...
I have been able to replicate this on multiple RHEL9. The Python site packages directory sometimes got overriden with one on a mounted read-only snapd squashfs file system. I had...
Thank you. I compared the latest version at the time of download to search result of the hash https://www.download3k.com/Install-Waterfox.html I wouldn't download WaterFox from there when I can DL from...
``` # List domains domains = api.domains_getList() for d in domains: print(d) api.domains_getList() iter(api.domains_getList()) ``` Is there a way to order the domains by expiry date?