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.
This site is to serve as my note-book and to effectively communicate with my students and collaborators. Every now and then, a blog may be of interest to other researchers or teachers. Views in this blog are my own. All rights of research results and findings on this blog are reserved. See also http://youtube.com/c/hongqin @hongqin
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.
ssh -x user@ecs323gpustation
gs *pdf
a X windown poped up at remote local computer.
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