Advanced Search
Search Results
103 total results found
Set up Dynamic DNS
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
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
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...
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...
MSI Printers
Information for installing the common use printers at MSI Detailed instructions for setting up printers are here:MAC: https://grit.ucsb.edu/tutorials/creating-print-queue-macPC:https://grit.ucsb.edu/tutorials/creating-print-queue-windows Here is the spec...
Main Page
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
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....
VS Code
Supported VS Code Options We offer VS Code via the HPC Desktop application as well as the HPC VS Code Server application. Both of these options support installing extensions and persist settings and extensions across sessions. Unsupported VS Code Options W...
Poster Printing
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
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...
Storage
Our current rate for storage is $15/TB/year(no minimum or commitment required, pay for what you use, prorated to the GB, the space used for the backups associated with your storage counts toward your use/bill) Standard Back-up options: Snapshots (backups) ar...
Ivanti issues on a Mac
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
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
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
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...
Using environments with jupyterhub
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...
IDL Aliases
Adding Aliases note that the latest version is located at: /home/itt/idl older versions can be found in /home/itt/ if needed. The following are needed only for those running IDL / IDLDE on CentOS and Ubuntu IDL one liner echo 'if [[ -f /etc/os-release ...
Jupyter Notebook
To launch a Jupyter Notebook on https://hpc.grit.ucsb.edu 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...