Unix

From CSBLwiki

(Difference between revisions)
Jump to: navigation, search
(Created page with '===Compilers=== *[https://help.ubuntu.com/community/InstallingCompilers Installing Compilers] ===SSH=== *SSH - how to connect the Lab. PC from your home *X11 connection **Eas…')
(Maintenance)
 
(3 intermediate revisions not shown)
Line 1: Line 1:
 +
==Maintenance==
 +
===NFS===
 +
;[https://help.ubuntu.com/12.04/serverguide/network-file-system.html NFS configuration in Unbuntu 12.04 ETS]
 +
;[http://www.linuxhomenetworking.com/wiki/index.php/Quick_HOWTO_:_Ch29_:_Remote_Disk_Access_with_NFS#Introduction NFS introduction]
===Compilers===
===Compilers===
*[https://help.ubuntu.com/community/InstallingCompilers Installing Compilers]
*[https://help.ubuntu.com/community/InstallingCompilers Installing Compilers]
Line 21: Line 25:
*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>
 +
===Apache===
 +
*activating user directory
 +
<pre>
 +
~$ cd /etc/apache2/mods-enabled/
 +
/etc/apache2/mods-enabled$ sudo ln -s ../mods-available/userdir.* .
 +
/etc/apache2/mods-enabled$ ls userdir.*
 +
userdir.conf userdir.load
 +
</pre>
 +
*check ''userdir.conf''
 +
<pre>
 +
UserDir public_html
 +
UserDir disabled
 +
UserDir enabled user_id
 +
</pre>
 +
===Misc.===
===Misc.===
*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]
*[http://tldp.org/  The Linux Document Projects] - Numerous useful documents & tutorials are available
*[http://tldp.org/  The Linux Document Projects] - Numerous useful documents & tutorials are available

Latest revision as of 08:51, 23 November 2012

Contents

Maintenance

NFS

NFS configuration in Unbuntu 12.04 ETS
NFS introduction

Compilers

SSH

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 -

Apache

~$ cd /etc/apache2/mods-enabled/
/etc/apache2/mods-enabled$ sudo ln -s ../mods-available/userdir.* .
/etc/apache2/mods-enabled$ ls userdir.*
userdir.conf userdir.load
UserDir public_html
UserDir disabled 
UserDir enabled user_id

Misc.

Personal tools
Namespaces
Variants
Actions
Site
Choi lab
Resources
Toolbox