Showing posts with label ssh. Show all posts
Showing posts with label ssh. Show all posts

Thursday, August 4, 2022

MATLAB with X-window forwarding on firefly

 

 

This works on a macbook pro with my acco8nt . Briefly, 

 

Log in with X-window forwarding: 

ssh -X -Y user@firefly.simcenter.utc.edu

 

Then start MATLAB: 

/opt/ohpc/pub/MATLAB/R2020b/bin/glnxa64/MATLAB  

 

A X-window should pop up.


Sunday, September 19, 2021

ssh -x ecs323gpustation

 ssh -x user@ecs323gpustation

gs *pdf

a X windown poped up at remote local computer. 

Thursday, January 28, 2021

git with ssh key

 git with ssh key can only run with git URL, not http

One way is to set the URL to git

https://docs.github.com/en/github/using-git/changing-a-remotes-url 

$ git remote set-url origin https://github.com/USERNAME/REPOSITORY.git

Wednesday, September 18, 2019