Displaying 4 results from an estimated 4 matches for "emc2".
Did you mean:
ec2
2006 Sep 04
1
Question on Chi-square of null model in sem package
...(S %*% diag(1/diag(S)))) +
log(prod(diag(S))))
I think the reason for negative Chi-square is the too small value of
prod(diag(S)) of my data. I'm working on a data.frame named emc.data
from a sample of a 16-item questioinnaire. The variance of items are
> diag(cov(emc.data))
EMC1 EMC2 EMC3 EMC4 EMC5 EMC6 EMC7 EMC8
0.3622224 0.2350041 0.2488009 0.2901653 0.3195399 0.3107343 0.3436622 0.2345912
EMC9 EMC10 EMC11 EMC12 EMC13 EMC14 EMC15 EMC16
0.2621680 0.3230400 0.4039245 0.3803105 0.2773370 0.4348342 0.2757216 0.3405252...
2004 Nov 14
0
smbmount and posix ACLs
...On the samba-server (fs):
meissner@fs# getfacl .
# file: .
# owner: root
# group: root
user::rwx
group::rwx
group:mit:rwx
mask::rwx
other::r-x
meissner@fs# groups
... mit ...
meissner@fs# touch a
ls -l
-rw-rw-r--+ 1 meissner Domain Users 0 2004-11-14 15:44 a
OK, now I try this on the linux-client (emc2):
meissner@emc2# getfacl .
# file: .
# owner: root
# group: root
user::rwx
group::rwx
other::r-x
meissner@emc2# groups
... mit ...
meissner@emc2# touch b
german error message: "cannot touch "b", permission denied"
The uids/gids are synced via a global ldap server. Both linux-ma...
2014 Dec 12
2
Does libvirt support HyperV Server 2012?
Hi,
I wanted to know whether libvirt-1.2.10 supports HyperV Server 2012 and/or SCVMM Server 2012.
There is a requirement for us to deploy a VHD image to the HyperV Server 2012 SP2. We are planning to do this using libvirt-1.2.10.
Thanks
Paddy
2007 Mar 19
1
Vector CAD/CAM
Hello everybody!
For my hobby, I have a tabletop mill driven by a linux box (Ubuntu+EMC2). I
bought a CAD/CAM package (Vector http://www.vectorcadcam.com ) that works
very well; but which runs on windows.
Recently, I installed Wine on Ubuntu and tried Vector by copying the whole
install directory. To my great surprise :-), it worked OK, except when
starting the code generation wind...