test.py
into test.pyc
.
Python version Y runs test.pyc
.
This could cause issues if X and Y are different.
test.py
into test.pyc
.
Python version Y runs test.pyc
.
This could cause issues if X and Y are different.
> firewall-cmd --zone=dmz --add-port=1861/tcp --permanent
firewalld.conf
to see which zone is default, and make sure to enable it for that.
--permanent
will make this change... permanent. Leave this option out if you only want a temporary connection for testing. You'll need to run > firewall-cmd --reload
to have these changes take effect.
By default, even when specifying the proxy address/port user/pwd, Fedora will likely complain about SSL certificates being invalid. In the ...