Skip to main content
Advanced Search
Search Terms
Content Type

Exact Matches
Tag Searches
Date Options
Updated after
Updated before
Created after
Created before

Search Results

87 total results found

Data Sharing

Network Storage

Methods to share data/storage with collaborators:  https link (like in a public_html directory; publicly available)  Google Drive-like link sharing with NextCloud (allows sharing to groups or individuals) Rsyncd daemon (which requires the use of the comma...

Set up Dynamic DNS

Remote Access

Use case: DynamicDNS allows us to allow certain traffic through to GRIT hosted servers where static public IP addresses are not available, or for field researchers that rely on mobile hotspots, or local internet connections while out in the field.  The instru...

Copernicus Data API Install/Usage

HPC Usage

From scratch Install mini conda https://docs.anaconda.com/miniconda/miniconda-install/ source ~/.bashrc Install the CDS API dependencies conda create --name cdsapi conda activate cdsapi conda install -c conda-forge cdsapi With this the steps to get a...

XRDP and Jupyter

HPC Usage

Using a remote desktop/XRDP to connect to an HPC desktop and then run jupyter in the browser for a long running job is becoming a common use case. OVERVIEW connect to the desktop with XRDP.  open Firefox and then logging into jupyter. If yo...

Creating Link for Data Upload

Nextcloud User Instructions

Scenario: you know some non-UCSB person who has data you want them to upload it to your GRIT storage. First, this feature is only enabled by GRIT staff for temporary use, but once it's enabled, here are the steps.   1) Click on the share icon for the folder...

Submitting a ticket

Creating 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

Creating 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...

MSI Printers

Printers Printers by Department

The model for managing printing in each of its supported ORUs has been working well. For MSI, we're making a third general use/free printer available for research/work related needs. These are 'common use' and will remain so as long as there is no abuse (Pr...

Main Page

ERI's Public Wiki

ERI Admin Wiki Status of Current Tasks - Private by Person E-Mail Lists Task Lists & ongoing tasks - Students Structure of Staffing Miscellaneous Resources ERI Resources Tracking Page Resource reservations-Equipment and room reservations Editing wiki ...

NRSS Printers

Printers Printers by Department

HP Color LaserJet Pro MFP M479fdw Drivers http://128.111.103.133 Hostname: http://nrs-hpmulti.nrs.ucsb.edu Serial Number: MXBCMBJ2RH IPv4 MAC: f8:4:6a:7:89:9e IP: 128.111.103.133 Subnet: 255.255.255.0 Gateway: 128.111.103.1 DNS: 128.111.1.2, 128.111....

Regarding VS Code

HPC Usage

WE RECOMMEND PYCHARM INSTEAD (for all your python needs)! We have no shortage of issues with vscode working with the HPC servers via remote access. Microsoft is aware of these issues and there is no reliable fix for them yet. For python work we highly suggest...

Poster Printing

Printers

There are a couple options for printing posters on campus https://pcs.physics.ucsb.edu/Poster-Printer $40 per poster Submit an order online hours for picking up: M-F 9AM-3PM https://www.cnsi.ucsb.edu/resources/technical-support   (Under Poster Printing)...

Adding a Printer Mac

Printers

Add a network printer by specifying its IP address You must know the network printer’s IP address or host name, printing protocol, and model number or printer software name. If it uses a special queue, you also need to know the queue name.  Here's a list http...

Ivanti issues on a Mac

Specific Problems - guides

Completely uninstall the old Ivanti, including the library files* (if they exist as shown in their FAQ) - there may not be any library/preference files though. Restart the machine — this is important! Then reinstall the new Ivanti https://www.it.ucsb.ed...

Ivanti Issues on a PC

Specific Problems - guides

Download the Ivanti client via ITS website:https://www.it.ucsb.edu/ivanti-secure-access-campus-vpn/get-connected-campus-vpn Run the installer After Ivanti insists on using Edge to open a site, and you login via the UCSB SSO portal, you'll possibly see someth...

a note on long running rstudio jobs

HPC Usage

r-studio, R Studio, rstudio, RStudio Problem:  I have to run very time intensive code overnight, but I get kicked out of the RStudio server after 60 minutes of inactivity and the code stops running. It seems others on our team have been running into the same...

Rust

HPC Usage

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

HPC Usage

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...

Search for Storage

Network Storage

See near the bottom of CLI Tools: https://bookstack.grit.ucsb.edu/books/active-directory/page/cli-tools

Using environments with jupyterhub

HPC Usage

How to enable a conda environment in jupyterhub. From the jupyterhub web interface: 1) Click the "File, then “New” pulldown button and choose “Terminal” 2) In the terminal window activate your environment (for example 'myenv': conda activate myenv3) inst...