Linux command line cheat sheet
SSH remote access with UI on a Linux Server
ssh -X <username>@<pc>
example:
ssh -X bob@pc1
Copy from Linux PC to Windows PC
pscp.exe <user>@<pc>:/home/<user>/<PathToFile> "C:\Users\<user>\<PathToFile>"
example:
pscp.exe bob@pc1:/home/bob/Downloads/my...
codingnotes.hashnode.dev1 min read