All public logs

Jump to navigation Jump to search

Combined display of all available logs of JoBaPedia. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 12:41, 1 April 2022 Joachim talk contribs created page JupyterHub (Created page with "= Setup JupyterHub = * create new user and group jupyterhub and put user in group shadow * allow sudo for members of group. Create /etc/sudoers.d/jupyterhub Cmnd_Alias JUPYTER_CMD = /home/jupyterhub/miniconda3/bin/sudospawner jupyterhub ALL=(%jupyterhub) NOPASSWD:JUPYTER_CMD * install conda for that user script=Miniconda3-latest-Linux-x86_64.sh wget "https://repo.anaconda.com/miniconda/$script" chmod +x "$script" "./$script" -b ~/miniconda3/bin/conda init bash ....")