Open plaza

From CSBLwiki

(Difference between revisions)
Jump to: navigation, search
(Unix)
(Unix)
Line 32: Line 32:
**Easy safe way is to use SSH's X forwarding:
**Easy safe way is to use SSH's X forwarding:
<pre>ssh -X me@remotemachine</pre>
<pre>ssh -X me@remotemachine</pre>
-
*ssh_config & sshd_config - <b>X11Forward yes</b>
+
*check ''ssh_config & sshd_config'' (/etc/ssh/)
 +
<b>X11Forward yes</b>
*<b>''old way - no need to follow''</b>
*<b>''old way - no need to follow''</b>
Your display will look to the remote machine like:
Your display will look to the remote machine like:

Revision as of 15:29, 6 November 2009

Contents

Protocols

Part list

X-ray crystallography

/home/x-ray

Computing resources

  1. Compbio
  2. Microbio
  3. Panpyro
  4. Panflam

Unix & Programming

Unix

ssh -X me@remotemachine

X11Forward yes

Your display will look to the remote machine like:

echo $DISPLAY
localhost:10.0
firefox --display=$DISPLAY &

xhost/export DISPLAY

xhost + remotemachine
export DISPLAY=localhost:0.0
xhost -
bash shell:
export LC_ALL=en_GB.ISO8859-1
export LANG=en_GB.ISO8859-1

Python

Applications


Windows

Personal tools
Namespaces
Variants
Actions
Site
Choi lab
Resources
Toolbox