New pages

Jump to navigation Jump to search
New pages
Show bots | Show redirects
  • 16:35, 2 December 2024Aliases and local variables (hist | edit) ‎[841 bytes]Honfi001 (talk | contribs) (Created page with " * motivation for aliases and variables * ===Example ~/.bash_aliases=== ‎<pre> #!/bin/bash #Define editor editor='nano' #or vim # Bash files commands alias ebc="${editor} ${HOME}/.bashrc" alias sbc="source ${HOME}/.bashrc" alias eba="${editor} ${HOME}/.bash_aliases" alias sba="source ${HOME}/.bash_aliases" # ls aliases alias ll="ls -alth" alias sl='ls' #location variables export mySCRATCH=/lustre/scratch/GUESTS/$USER export myBKP=/lustre/backup/GUESTS/$USER expor...")
  • 11:55, 14 November 2024Cost alerting (hist | edit) ‎[192 bytes]Haars0011 (talk | contribs) (Created page with "To get an alert when your bill reaches a certain threshold, we have created a system that sends you an e-mail when you do. To use it/change it/delete it, do this: ml anunna alert_config.sh")
  • 10:17, 29 October 2024Hints for courses (hist | edit) ‎[318 bytes]Haars0011 (talk | contribs) (Created page with "On this page we (and you !) will place issues and solutions to those that have tripped up teachers or students in courses. * If you use images in your markDown cells, and ask students to copy over the notebook, the images might not show. This is caused by caching, to fix that, use (at the top of the cell) * %reset -f")
  • 09:03, 28 October 2024Steps for courses (hist | edit) ‎[1,743 bytes]Haars0011 (talk | contribs) (Created page with "= Steps for courses = To be able to run a course on Anunna, there are a couple of steps to take: * Create a reservation * Please alert us one month in advance so we can be sure there is space on the cluster * Use [https://support.wur.nl/esc?id=sc_cat_item&table=sc_cat_item&sys_id=9b7ab5004793d550d7dd9880236d43b6&recordUrl=com.glideapp.servicecatalog_cat_item_view.do%3Fv%3D1&sysparm_id=9b7ab5004793d550d7dd9880236d43b6 this] Service Now form to request the resources y...")
  • 10:20, 27 September 2024CLC (hist | edit) ‎[2,838 bytes]Haars0011 (talk | contribs) (Created page with "For some groups within WUR, Anunna hosts a CLC Genomics Server instance. We do the technical support, functional support is done by the groups themselves. CLC Server Connection credentials : Server name : clc.anunna.wur.nl Port : 7777 Username and password are your WUR credentials.")
  • 15:22, 20 September 2024VSCode to Jupyter (hist | edit) ‎[2,071 bytes]Sun092 (talk | contribs) (Created page with "Anunna has its [https://wiki.anunna.wur.nl/index.php/Jupyter Jupyter Server] If you want to connect your local VSCode (Visual Studio Code) to the Jupyter Server with certain kernel, you should try: 1) Upgrade your VSCode app to the latest version. 2) Install/Upgrade Extension of Jupyter")
  • 14:59, 20 September 2024Jupyter (hist | edit) ‎[1,072 bytes]Sun092 (talk | contribs) (Created page with "Jupyter Jupyter Notebook is a web-based environment for interactive computing. With a valid HPC account, you can log in to our Jupyter web server using your userID and credentials at: https://notebook.anunna.wur.nl/ JupyterLab is the latest web-based interactive development environment for notebooks, code, and data. While we have upgraded the Jupyter webserver to JupyterLab, we have retained the classic Jupyter Notebook interface for users who prefer the traditional l...")