Displaying 2 results from an estimated 2 matches for "dlds".
Did you mean:
dids
2004 Jan 27
0
runaway smbd hogging system & ethernet cable bandwidth
...exit
---
passwords blanked for obvious reasons. FQDN's are in the hosts file
of course.
The equivalent script on this machine is:
---
#!/bin/sh
start()
{ echo Starting share gene:
mount -t smbfs -o
username=root,password=xxxxxxxxx //gene.coyote.den/public /mnt/gene
echo Starting share dlds:
mount -t smbfs -o
username=root,password=xxxxxxxxx //gene.coyote.den/dlds /mnt/dlds
}
stop()
{ echo Stopping share gene:
umount /mnt/gene
echo Stopping share dlds:
umount /mnt/dlds
}
restart()
{
stop
start
}
case "$1" in
start)
start
;;
stop)
stop
;;
restar...
2004 Jul 20
1
Installing rgl on linux
...Patched (2004-05-05), ISBN 3-900051-00-3).
It seems to make little difference which rpm I use (there is a 1.9.1 rpm
too).
I'd appreciate help as I would like to use R with a large group of
undergrads and they would really benefit from Rcmdr.
Thanks Georg
OUTPUT:
-> FROM SHELL
pear:~/Dlds # R CMD INSTALL
--configure-args="--x-includes=/usr/X11R6/include,
--x-libraries=/usr/X11R6/lib, --with-gl-includes=/usr/include/GL,
--with-gl-libraries=/usr/lib/GL --with-libpng=/usr/lib" rgl
* Installing *source* package 'rgl' ...
checking build system type... i686-pc-linux-gn...