search for: genrally

Displaying 12 results from an estimated 12 matches for "genrally".

Did you mean: generally
2016 Jul 28
3
Why is Samba4 not recommended as a file server?
On 28/07/16 07:43, Michael Adam wrote: > Exactly. And it is a recommendation for a better layout, not a strict > requirement. Reasons being that it is genrally better to separate > responsibilites, and that in this case, you have more control over the > fine-tunings of a file server if it is not at the same time an AD/DC. > Cheers - Michael > This is all very well and good Michael, but what if you only have one computer ? Microsoft recog...
2006 Aug 09
1
Combinations question
I need to generate a {0,1} matrix wifht nCr rows and n columns. The rows of the matrix will consist of all possible combinations containing r ones. My clumsy attempt for n = 6 and r = 3 is X <- expand.grid(c(1,0),c(1,0),c(1,0),c(1,0),c(1,0),c(1,0)) Y <- X[rowSums(X)==3,] I can genralize this in a function but the result is quite ugly. Any suggestions? Thank you in advance. Martin
2016 Jul 28
2
Why is Samba4 not recommended as a file server?
Mark Foley <mfoley at ohprs.org> writes: > Since you bring up that topic (Samba4 not recommended as a file server), I've been meaning to > ask on this list for a while: Why? > [...] >> As for the info you would like adding to the wiki, it used to be there, >> but when the wiki was re-written, it was removed. The thinking seemed to >> be, as samba doesn't
2016 Jul 28
0
Why is Samba4 not recommended as a file server?
...using the DC as file server", not "not using > Samba". > > My understanding is that it is better to have one machine running the DC > and another serving files. Exactly. And it is a recommendation for a better layout, not a strict requirement. Reasons being that it is genrally better to separate responsibilites, and that in this case, you have more control over the fine-tunings of a file server if it is not at the same time an AD/DC. Cheers - Michael -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-s...
2016 Jul 28
0
Why is Samba4 not recommended as a file server?
Am 28.07.2016 um 10:12 schrieb Rowland penny: > On 28/07/16 07:43, Michael Adam wrote: >> Exactly. And it is a recommendation for a better layout, not a strict >> requirement. Reasons being that it is genrally better to separate >> responsibilites, and that in this case, you have more control over the >> fine-tunings of a file server if it is not at the same time an AD/DC. >> Cheers - Michael > > This is all very well and good Michael, but what if you only have one > computer?...
2006 Aug 31
1
Need architectural help avoiding render :component
I''m writing a CMS/portal system, and I''m having trouble coming up with a way of routing requests that feels right without using render :component (which I''ve read should never be used). The system works like this: Each user has a set of "pages" which are shown as navigation tabs on the page. The user may rename, reorder, add, or delete pages for a custom
2003 Dec 02
5
Good Admin tool ?
Hi all, Just wondering what Samba administration tool is the most frequently used ? What tool do admins use daily ? I've tried Cmd line / Samba tools, Swat, Webmin, LAM... and still haven't found a full-featured one and *user-friendly* one... Many Thanks :) Ganael.
2009 May 02
1
lattice levelplot axis + custom annotations
How would I set the "scales" property of a lattice levelplot, so that I can add specific annotations at specific positions? For example, I have a 200 x 1000 element levelplot. Along the y-axis (along the 1000-element axis) I would like to add annotations on the left side of the levelplot at elements 120, 300, 500, and 805, which represent clusters of interest. Currently I have
2024 Jun 16
1
slowness when I use a list comprehension
I fully agree with Jeff that the best way to use ANY language is to evaluate the language in terms of not just the capabilities it offers but also the philosophy behind what it was created for and how people do things and just grok it and use it mostly in the way intended. I do that with all the languages I learn, whether for computers or humans. Bringing in something you like from another
2001 Nov 10
0
Summary: Teaching with R a quick survey.
Hi I would like to start by thanking everyone that replied. Thank you for the information, and for the comments about how or why you use it and thankx for the encouragement re my talk.... Please note that I do not claim to have ellicited a reply from all users of R, this is a quick survey not a census. I have tried to break the responces down to the following categories: Where: (hopefully
2024 Jun 16
1
slowness when I use a list comprehension
I would be more strong on this advice: learn to think in R, rather than thinking in Python, when programming in R. R has atomic vectors... Python does not (until you import a package that implements them). I find that while it is possible to import R thinking into Python, Python programmers seem to object for stylistic reasons even though such thinking speeds up Python also. A key step in that
2006 Jun 28
12
Ajax.Updater
Hi, someone can help me, I am ot able to find the way how to user Ajax.updaterto test if the request give some positive or negative result. I am able only to return the result inside a div. An example is appreciated. _______________________________________________ Rails-spinoffs mailing list Rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org