K

  • Home
  • About
  • Science
  • Archives
  • Categories
  • Mastodon

Today I Learned...

2022-04-05 Use ssh -R to “reverse clone” a git repo

One can use ssh -R to open a reverse tunnel from a remote back to your local machine, allowing one to use git to clone from your local machine to the remote server.

2021-05-24 Enable conda on NCI’s Gadi

NB: this post has been superseded by my more recent post on conda and bash configuration

Gadi’s shell system and conda init interact poorly, requiring one to use login shells (bash -l) in PBS jobs to be able to access conda.

2021-05-06 How to Extract Points From Raster in R

To extract e.g. bioclim variables from worldclim.org raster files, use raster::extract.