Open plaza

From CSBLwiki

(Difference between revisions)
Jump to: navigation, search
(Unix)
(Unix)
Line 12: Line 12:
===Unix===
===Unix===
*[[SSH]] - how to connect the Lab. PC from your home
*[[SSH]] - how to connect the Lab. PC from your home
-
**X11 connection
+
*X11 connection
-
***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>
-
***Your display will look to the remote machine like:
+
*Your display will look to the remote machine like:
<pre>echo $DISPLAY
<pre>echo $DISPLAY
localhost:10.0
localhost:10.0
firefox --display=$DISPLAY &
firefox --display=$DISPLAY &
</pre>
</pre>
-
***''xhost/export DISPLAY''
+
*''xhost/export DISPLAY''
-
****On your local machine:
+
*On your local machine:
<pre>xhost + remotemachine</pre>
<pre>xhost + remotemachine</pre>
-
****On the remote machine:
+
*On the remote machine:
<pre>export DISPLAY=localhost:0.0</pre>
<pre>export DISPLAY=localhost:0.0</pre>
-
****After you're done, remove remote machine access from your xhost:
+
*After you're done, remove remote machine access from your xhost:
-
<pre>xhost -<pre>
+
<pre>xhost -</pre>
*SCIM - [http://www.ubuntu.or.kr Input Hangul]
*SCIM - [http://www.ubuntu.or.kr Input Hangul]

Revision as of 01:44, 26 August 2009

Contents

Protocols

  1. Molecular biology
  2. Protein biochemistry
  3. Chemistry

Part list

  1. Plasmids
  2. Strains
  3. Parts Registry

Unix & Programming

Unix

ssh -X me@remotemachine
echo $DISPLAY
localhost:10.0
firefox --display=$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