Skip to content

Instantly share code, notes, and snippets.

View DestinyOne's full-sized avatar

Weirong Yuan DestinyOne

  • Dassault Systèmes
View GitHub Profile
@DestinyOne
DestinyOne / Instruction.md
Last active April 4, 2024 18:56
Letting ubuntu bash on Windows 10 run 'ssh -X' to get a GUI environment in a remote server

Letting Ubuntu bash on Windows 10 run 'ssh -X' to get a GUI environment on a remote server

  • First

Install all the following. On Window, install Xming. On Ubuntu bash, use sudo apt install to install ssh xauth xorg.

sudo apt install ssh xauth xorg