UNIX training course
All the materials are accessible at the following url:
https://can.gitbiopages.ens-lyon.fr/unix-command-line/
You can join us on the dedicated matrix channel (ask laurent.modolo@ens-lyon.fr)
The previous ansible playbook configuration was failing with the following error due to a missconfigured OpenSSL Python package: > File "/usr/lib/python3/dist-packages/OpenSSL/crypto.py", line 1571, in X509StoreFlags > NOTIFY_POLICY = _lib.X509_V_FLAG_NOTIFY_POLICY > AttributeError: module 'lib' has no attribute 'X509_V_FLAG_NOTIFY_POLICY' Two additional tasks are added in the new configuration file. The first one removes the OpenSSL package files. The second one force resintalls the pyopenssl package.
All the materials are accessible at the following url:
https://can.gitbiopages.ens-lyon.fr/unix-command-line/
You can join us on the dedicated matrix channel (ask laurent.modolo@ens-lyon.fr)