Category: Linux Shell

Once you sign into the PSY cluster using X2Go, you can follow the following instructions to start a GUI session by enabling X Forwarding (–x11). Open a terminal Run srun command to start a GUI session on the default “cpu” …

Starting a GUI Interactive Session through X2Go Read More »

X2Go is a Remote Desktop solution for connecting to Linux servers. X2Go Client can be installed on Windows, MacOS or Linux systems. X2Go can keep your GUI sessions to the Linux servers alive if you don’t sign out even if …

Connecting to Cluster Using X2Go Read More »

Note:Cluster head node may change in the future, this example is using “neurocomp0.utsc.utoronto.ca”. Note:Click on the images to see details. 1: Open a terminal and connect to neurocomp0 using SSH without X forwarding (don’t use -X or -Y argument), and …

Connecting to Jupyter Notebook Running on PSY Cluster using Your Laptop/Desktop Browser 🔒 Read More »

Note: you need to sign into the Psychology cluster (new, neurocomp0) to run the following commands. 1) List available modules module avail 2) List loaded modules module list 3) Example – load a module module load python/anaconda3 4) Example – …

Using Environment Modules Read More »

Note: you need to sign into the Psychology cluster to run the following commands. 1) Check your home folder location echo $HOME cd; pwd 2) Check free disk space of all partitions df -h | egrep ‘(neurocomp|archive|dm-0)’ | awk ‘{print …

Shell Command Examples Read More »