Unix

From CSBLwiki

(Difference between revisions)
Jump to: navigation, search
(Apache)
(Maintenance)
Line 1: Line 1:
==Maintenance==
==Maintenance==
 +
===NFS===
 +
;[https://help.ubuntu.com/12.04/serverguide/network-file-system.html NFS configuration in Unbuntu 12.04 ETS]
===Compilers===
===Compilers===
*[https://help.ubuntu.com/community/InstallingCompilers Installing Compilers]
*[https://help.ubuntu.com/community/InstallingCompilers Installing Compilers]

Revision as of 08:27, 22 November 2012

Contents

Maintenance

NFS

NFS configuration in Unbuntu 12.04 ETS

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