Open plaza

From CSBLwiki

(Difference between revisions)
Jump to: navigation, search
(Applications)
(Unix & Programming)
Line 22: Line 22:
==Unix & Programming==
==Unix & Programming==
-
===Unix===
+
===[[Unix]]===
-
*[https://help.ubuntu.com/community/InstallingCompilers Installing Compilers]
+
-
*[[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>
+
-
*check ''ssh_config & sshd_config'' (/etc/ssh/) by [http://www.ssh.com/support/documentation/online/ssh/adminguide/32/X11_Forwarding.html SSH]
+
-
<pre>X11Forward yes</pre>
+
-
*<b>''old way - no need to follow''</b>
+
-
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]
+
-
*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) for 'panpyro'
+
-
<pre>bash shell:
+
-
export LC_ALL=en_GB.ISO8859-1
+
-
export LANG=en_GB.ISO8859-1
+
-
</pre>
+
===Python===
===Python===

Revision as of 04:12, 17 June 2010

Contents

Protocols

CSBL Part list

Software@CSBL for x-ray crystallography

Computing resources

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

Unix & Programming

Unix

Python

Applications

Windows

Personal tools
Namespaces
Variants
Actions
Site
Choi lab
Resources
Toolbox