Skip to content

Summary

You can login to the Pelle remote desktop using the website at https://pelle-gui.uppmax.uu.se/.

Pelle's remote desktop

You can transfer files to/from Pelle.

FileZilla

You can log in to Pelle using a terminal:

ssh sven@pelle.uppmax.uu.se

You can find and load a software module:

module spider cowsay
module load cowsay/3.04

You can start a terminal text editor:

nano

You can create a bash script:

nano my_script.sh

You can schedule a job:

sbatch -A uppmax2025-2-262 my_script.sh

You can start an interactive session:

interactive -A uppmax2025-2-262 -t 1:00:00

You can start an IDE

RStudio in action

Further learning

At the end of this day, you should be comfortable in using an UPPMAX HPC cluster.

These are possible next steps: