Using SSH key pairs (e. Secure Shell) is a way of logging into ssh account using a cryptographic key rather than a password. Instructions: Windows and Mac and GNU/Linux When new user requests access via service portal to our HPC centre it’s mandatory to provide a paired public key to complete the user creation process. […]
You are browsing archives for
Category: Uncategorized
Python tip
You can use virtualenv in python and it will install all packages you need into your virtualenv directory wherever you create it. Something like this should work (obviously you can call the directories whatever you want): mkdir python_venv (or what ever you want to call the directory) cd python_venv module load python/3.8.1 (or python/3.6.1 or […]