Run Linux Apps with Frontend in Windows through CygwinX



Say you work somewhere where all workstations run Linux, only you have Windows on your laptop, which you basically use all the time. Now as I type this, I am not sure if anyone else shares my fate. Anyway; this does not stop you from running some of the cool Linux tools. Just install CygwinX (through the regular Cygwin installer) and start the XServer from the start menu. Icons will appear in your taskbar and you can start an XTerm. Inside that XTerm, type:
rattle@windows.box$ ssh -Y rattle@linux.box
Password: 
Last login: Thu Sep 17 12:43:19 2015 from windows.box

rattle@linux.box$ xmaple
and there you go!
Maple on Windows
Maple on Windows
The -Y switch is the one that does all the magic, obviously.

Tags: - - - -

One Reply to “Run Linux Apps with Frontend in Windows through CygwinX”

  1. I'd recommend using -X instead of -Y whenever possible, unless you completely trust the remote box. -Y turns off the X11 Security Extension and gives the X11 client full access to your X11 display, including keystroke monitoring.

Leave a Reply

Your email address will not be published. Required fields are marked *