Getting Started
This page introduces the basic information needed before using the MAEMOD research workstation.
1 What you need
Before logging in, you need:
- a workstation user account
- a password
- network access to the workstation
- an SSH client
If you do not yet have an account, contact the workstation administrator.
2 First login
From Linux, macOS, or Windows Terminal:
ssh username@mod-linux-ws01Replace username with your own workstation username.
3 Change your password
After your first login, change your password:
passwdFollow the instructions on screen.
4 Check your username
whoami5 Check the hostname
hostnameYou should see:
mod-linux-ws01
6 Check your home directory
pwdUsually this will show something like:
/home/username
7 Check system status
sinfoThis checks the Slurm scheduler.
8 Basic etiquette
Please avoid running heavy computations directly in the login shell.
For long analyses, simulations, model fitting, or parallel jobs, use Slurm.