Unix

From CSBLwiki

(Difference between revisions)
Jump to: navigation, search
(Maintenance)
(Maintenance)
 
Line 2: Line 2:
===NFS===
===NFS===
;[https://help.ubuntu.com/12.04/serverguide/network-file-system.html NFS configuration in Unbuntu 12.04 ETS]
;[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]

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