Difference between revisions of "UNIX Graphical interface"

From IBERS Bioinformatics and HPC Wiki
Jump to: navigation, search
(In Windows)
Line 6: Line 6:
  
 
http://courses.cms.caltech.edu/cs11/misc/xwindows.html
 
http://courses.cms.caltech.edu/cs11/misc/xwindows.html
 +
 +
Alternatively, you can download [http://www.cygwin.com/ CYGWIN] , which is a unix emulator on your desktop that can install all of the X11 libs. This will then allow you to perform X11 forwarding on your Windows machine.
  
 
== In GNU/Linux (and MacOS) ==
 
== In GNU/Linux (and MacOS) ==

Revision as of 09:38, 18 July 2013

In Windows

It is possible to run GNU/Linux software that has a graphical interface, e.g. eog, gedit etc (as described in Available Software) on your Windows desktop using Xming.

For instructions on how to do this, please read this guide.

http://courses.cms.caltech.edu/cs11/misc/xwindows.html

Alternatively, you can download CYGWIN , which is a unix emulator on your desktop that can install all of the X11 libs. This will then allow you to perform X11 forwarding on your Windows machine.

In GNU/Linux (and MacOS)

You can do this by simply using the -X parameter in ssh

e.g.

   [user@localmachine]# ssh -X user@bert.ibers.aber.ac.uk

This will give you access to any software on bert that has a GUI. e.g. eog, gedit etc (as described in Available Software)