You ssh into the systems using:
ssh <username>@<login node>
E.g., to login to Niagra for user example:
| <!-- Instructions: | |
| - Download and unzip Mojave dynamic background here: https://files.rb.gd/mojave_dynamic.zip | |
| - Rename the extracted folder as "mojave-background" (Excuse the trouble but I renamed it on my machine and already use that path in the XML file) | |
| - Save this xml file next to the Mojave background files | |
| - Fix the path to the background images below (better using absolute path) | |
| - Lastly, either: | |
| + GNOME: Use gnome-tweaks tool to select this XML as wallpaper (as default wallpaper settings won't let you choose wallpaper from custom path) | |
| + MATE: Go to background setting (in Appearance) > Choose +Add... > make sure **All files** filter is selected at the bottom right > Then choose mojave.xml | |
| --> | |
| <background> |
| #!/usr/bin/python | |
| from __future__ import print_function, division | |
| import os | |
| import re | |
| import sys | |
| import itertools | |
| from pprint import pprint | |
| import subprocess | |
| from distutils.spawn import find_executable | |
| from collections import defaultdict |