Displaying 3 results from an estimated 3 matches for "reolace".
Did you mean:
relace
2024 Oct 14
1
AD/DNS: Cannot Create a CNAME record with a blank name...
On 10/14/24 10:22, Rowland Penny via samba wrote:
> The problem with that idea is that Microsoft would also have to accept
> it and they probably wouldn't.
Oh. Ah. So supersets to the AD behavior are strictly verboten?
> Well a trick is just that, a trick (aka workaround), now we know it
> doesn't work, I will remove it from the wiki.
>
> Rowland
>
Actually,
2006 Jan 08
0
GUI User Disk Mount Tool
Disk mount tool gives message "There are no filesystems you are allowed
to mount. Reolacing "pamconsole" with "user" in /etc/fstab solves the
issue temporarily. This was fixed in FC4. Is there a fix for CentOS
4.2?
Thanks in advance.
bj
Cent OS 4, Linux 2.6.9-22.0.1.EL athlon 07:42:11 up 1 day, 23:01, 3
users, load average: 0.42, 0.24, 0.09
2004 Apr 08
2
lines and glm
Dear R-helpers,
I'm a beginner using R 1.8.1 on Windows 2000. I'm trying to replicate some
examples in Franses' & Paap's Quantitative Models in Marketing Research.
> t <- 1:1000
> e1 <- rnorm(1000)
> e2 <- rnorm(1000)
> x <- 0.0001*t+e1
> y2 <- -2+x+e2
> y <- ifelse(y2>0,1,0)
>
> plot(x, y, pch = 16, col = "darkblue",
+