Differences between revisions 2 and 9 (spanning 7 versions)
Revision 2 as of 2018-10-15 10:30:15
Size: 6
Comment:
Revision 9 as of 2018-10-16 17:55:57
Size: 502
Comment:
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
test * test

* test

=== After Installation ===

After the installation of gwpy and the daily-summary tools, TYo installed emacs.
{{{
> su
> apt-get install emacs
}}}


After the installation of gwpy and the daily-summary tools, TY installed sudo and nfs-common.
nfs-common is required we use nfs as the mount type on /etc/fstab.
{{{
> su -
> apt-get install sudo nfs-common
> emacs -nw /etc/fstab
k1nfs0:/export/users /users nfs rw,bg,soft 0 0
> mount -a
}}}

* test

* test

After Installation

After the installation of gwpy and the daily-summary tools, TYo installed emacs.

> su 
> apt-get install emacs

After the installation of gwpy and the daily-summary tools, TY installed sudo and nfs-common. nfs-common is required we use nfs as the mount type on /etc/fstab.

> su -
> apt-get install sudo nfs-common
> emacs -nw /etc/fstab
k1nfs0:/export/users       /users       nfs            rw,bg,soft  0 0
> mount -a

KAGRA/Subgroups/PEM/SummaryPage/k1sum0 (last edited 2018-10-19 16:01:29 by duncan.macleod)