Displaying 3 results from an estimated 3 matches for "labpc".
2008 Mar 26
2
Moving data between R and Matlab back and forth?
...-----------------------------------
> Maker <- factor(c("HP", "HP", "Sony", "DELL", "whitebox", "whitebox"))
> CPUspeed <- c(2,4,2.5,2.5,2,5)
> HDD <- c(80, 250, 100, 100, 80, 300)
> RAM <- c(2, 2, 1, 2, 2, 4)
> labpc <- data.frame(Maker, CPUspeed, HDD, RAM)
> labpc
Maker CPUspeed HDD RAM
1 HP 2.0 80 2
2 HP 4.0 250 2
3 Sony 2.5 100 1
4 DELL 2.5 100 2
5 whitebox 2.0 80 2
6 whitebox 5.0 300 4
> library(R.matlab)
> writeMat("lab...
2004 Aug 30
3
roaming profiles ok, but what about the printers?
Hi there,
We have a little intranetwork with Samba 3.0.x as PDC. There are 20
Win2k-clients in several rooms and 18 users roaming from one machine to
another (according to their tasks). So any user has a roaming profile.
This runs almost perfect (some minor problems are still there, but the
the advantages are overwelming).
But there is one thing, I can't understand. Why does Win2k saves
2010 Dec 14
17
n00b questions - verbosity of config????
...lowing might exist:
BASE
SERVER
CLIENT
somehost
each with a copy of syslog-ng.conf applicable to that class of host.
Each host would be in one or more classes, where a class was also a
class member - until you hit the root class, eg:
somewebserver [isin] WEBSERVER [isin] SERVER [isin] BASE
somelabpc [isin] LAB1PC [isin] LABPC [isin] CLIENT [isin] BASE
Order matters and the class list for a host deterministically resolves
to an ordered list.
So for the example of somewebserver (the host name), it would pick up
/etc/syslog-ng/syslog-ng.conf from
<nfsdir>/noarch/dist/etc/syslog-ng/syslo...