Advanced Search
Search Results
8 total results found
SSH MFA Setup
The GRIT ssh bastion host is heimdall.grit.ucsb.edu / ssh.grit.ucsb.edu. It is set to force 'temporary one time pass', multi-factor authentication (TOTP MFA) via the google authenticator package. All ssh logins from non-campus IPs will be forced to enter a 6 d...
Submitting a ticket
Methods: You can submit a ticket via email to: help@grit.ucsb.edu Or You can submit a ticket via the web interface available at: https://zammad.grit.ucsb.edu/
What To Include In A Ticket
Submitting a Ticket The following should always be included in every ticket to ensure efficient troubleshooting: The IP address, hostname, or URL of the server(s) or services involved. A screenshot or copy-pasted error message showing the issue, including...
Rust
Rust The preferred Rust installation method is to do so in your user home folder. This allows for Rust to be managed on a per user basis rather than a system level install, and also allows individuals to manage their own Rust packages via Cargo. The followin...
R Studio tmp directory
Setting a new tmp directory often when using packages like raster the /tmp/ directory will fill with temporary files. To prevent this you can set a new temporary directory in one of two ways details below Temporarily set the tmp directory note that the ~/tm...
Jupyter Notebook
To launch a Jupyter Notebook select Interactive apps from the top menu bar and select Jupyter Notebook from the dropdown. Once in the Jupyter Notebook spawner page you will need to fill in the following fields: Account: your GRIT account name (generally...
GRIT LLM
The GRIT LLM server is available at llm.grit.ucsb.edu. It can be logged into with your GRIT credentials, or you can create an account with an email address if you dont have a GRIT account.
JupyterNotebook Custom kernel
Python VENV To install a custom kernel with whatever python modules you prefer please run the following, either via an ssh session to an hpc system or via the terminal application within jupyterhub: python3 -m venv ~/venvs/mytorch . ~/venvs/mytorch/bin/acti...