Skip to content

Instantly share code, notes, and snippets.

View avitevet's full-sized avatar

Avi Tevet avitevet

View GitHub Profile
@jakebrinkmann
jakebrinkmann / get-x11-working-on-windows.md
Last active April 16, 2020 07:31
Get x11 forwarding setup in windows (I'm using git-bash) (should be similar for cygwin) (do not use putty)
  • Install Xming: http://sourceforge.net/projects/xming/
  • Set your path variable: export PATH=$PATH:/c/Users/myself/AppData/Local/Xming/
  • [always?]: Run XLaunch and select the display setting you want to use
  • Export DISPLAY variable: export DISPLAY=localhost:0
  • ssh with the x11 forwarding enabled: ssh -XY me@myhost
  • Try it out: nautilus