Something went wrong on our end
-
Michael Blaschek authoredMichael Blaschek authored
Getting Started.md 2.71 KiB
Getting Started
Welcome to the Department of Meteorology and Geophysics
Tasks to complete for newcomers, it is recommended that you print this page an tick off your steps:
- Request a server account via your supervisor
- Receive the inital user account information via mail.
- Setup a password manager. ZID tips, e.g. Bitwarden or KeepassXC
-
How to connect using SSH, read the connection 101
- on Windows install a SSH-Client, e.g. Bitwise, MobaXterm, Putty,...
-
Change your initial password with one of these options:
- browser (https://wolke.img.univie.ac.at/ipa/ui)
- terminal
ssh [username]@login.img.univie.ac.at
- Optional: Create a ssh-key and add it to your profile on the IPA
- Apply for your first VSC Training course, e.g. Introduction to Working on the VSC Clusters
Environment
When you are new to using servers and linux, these few steps might help to get started. However, it is recommended to make a linux introductionary course, e.g. VSC introduction to linux.
Steps:
-
login to srvx1 using ssh:
ssh [user]@login.img.univie.ac.at
🌍 More on AURORA -
run:
userpaths
to understand where different data resides. e.g.- HOME, SCRATCH (personal), DATA, SHARED, WEBDATA, ?_JET
-
check available modules by running:
module av
and load anaconda3 module by running:module load anaconda3
. This should allow you to run some python programs. -
list and unload modules:
module list
andmodule purge
. More on Modules -
run:
userservices
to get some IMGW special tools. Maybe check the weather!?
Please find a useful summary of commands in the IMGW cheatsheet