Displaying 4 results from an estimated 4 matches for "isjust".
Did you mean:
ijust
2023 Jan 31
1
Using separate packages for a DC
...0300, Michael Tokarev via samba wrote:
> After realizing that people don't realize (heh) samba DC isnot a
> regular fileserver, an idea come to me.
> How about building two different samba packages (on a
> distributionsuch as debian), one being a regular file server and
> another isjust for an AD DC, and make them *co-installable*, so each
> hasits own set of config/library/cache/runtime files?
I think that would be a pile of pain, and cause to many conflicts.
> When installed together, it will be two separate instances, builtin a
> way so that they don't share anyth...
2011 Apr 05
2
Precision of summary() when summarizing variables in a data frame
Hi,
I summary() a variable with 409908 numeric observations. The variable is
part of a data.frame. The problem is that the min and max returned by
summary() do not equal the ones returned by min() and max(). Does anybody
know why that is?
> min(data$vc)
[1] 15452
> max(data$vc)
[1] 316148
> summary(data$vc)
Min. 1st Qu. Median Mean 3rd Qu. Max.
15450 21670 40980
2011 Jan 13
9
spurious <li> generated when list followed by 3
RedCloth master generates a spurios <li> element when a numbered or undumbered list is followed by three or more newlines.
RedCloth.new("* one\n* two\n* three \n\n\n").to_html
#=> "<ul>\n\t<li>one</li>\n\t<li>two</li>\n\t<li>three</li>\n</ul>\n<li>"
# note extra trailing <li> outside <ul>
A colleague
2023 Jan 30
4
Using separate packages for a DC
After realizing that people don't realize (heh) samba DC is
not a regular fileserver, an idea come to me.
How about building two different samba packages (on a distribution
such as debian), one being a regular file server and another is
just for an AD DC, and make them *co-installable*, so each has
its own set of config/library/cache/runtime files?
When installed together, it will be two