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
 +
***Easy safe way is to use SSH's X forwarding:
 +
<pre>ssh -X me@remotemachine</pre>
 +
***Your display will look to the remote machine like:
 +
<pre>echo $DISPLAY
 +
localhost:10.0
 +
firefox --display=$DISPLAY &
 +
</pre>
 +
***''xhost/export DISPLAY''
 +
****On your local machine:
 +
<pre>xhost + remotemachine</pre>
 +
****On the remote machine:
 +
<pre>export DISPLAY=localhost:0.0</pre>
 +
****After you're done, remove remote machine access from your xhost:
 +
<pre>xhost -<pre>
 +
*SCIM - [http://www.ubuntu.or.kr Input Hangul]
*SCIM - [http://www.ubuntu.or.kr Input Hangul]
*Linux (Unix) [http://hancoma.springnote.com/pages/621424.xhtml commands]
*Linux (Unix) [http://hancoma.springnote.com/pages/621424.xhtml commands]

Revision as of 01:43, 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 -<pre>

*SCIM - [http://www.ubuntu.or.kr Input Hangul]
*Linux (Unix) [http://hancoma.springnote.com/pages/621424.xhtml commands]
*[http://tldp.org/  The Linux Document Projects] - Numerous useful documents & tutorials are available
*Change locale (language)
<pre>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