Displaying 6 results from an estimated 6 matches for "bjerr".
Did you mean:
bjerre
2002 Mar 12
3
failsafe against "stupid" / careless users
I'm admin on a samba PDC with 150 users, and as normal users they are quit
"stupid". This means that they ofte deletes something that shouldnt have
been deleted. And I find it anoying to restore their files from tapebackup.
So would it be possible to get samba to "move" files instead of deleting
them? This way I could allocate a disk to store deleted files for a periode
of
2002 Mar 04
2
PDC, NIS and password sync.
Hi.
I have for a while been trying to get my samba 2.2.1a PDC to be a NIS master
and still maintain the password sync feature, without any luck.
Now I made something that seems to work - but I would like to get your input
to see if what I do is ok or it is something I should'nt do.
1: Samba uses passwd to sync the password (not yppasswd)
2: cron runs make in /var/yp every 15 minutes to
2002 Nov 11
3
Wind roses
Are there any R function or packages that generate wind roses? These are
``star''-like plots that summarize the frequency, direction and magnigude
of windspeeds.
Thanks,
Matt
--
Matt Pocernich
University of Colorado - Denver
Department of Mathematics
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read
2002 Oct 25
1
Re-establishing a Samba 2.2.1a domain controller after major "crash"
Our Samba 2.2.1a domain controller suffered a major disk error the other
day. The partition with /etc and /dev died. :(
I?ve now reinstalled SuSE 7.3, and re-established the UNIX password files
(passwd, group, shadow) from backup, further more I?ve re-established the
files from /etc/samba (MACHINE.SID, groups.mapping, lmhosts, machine.sid,
secrets.tdb, smb.conf, smbpasswd, smbusers).
All my
2002 Oct 17
0
Polar plot, circular plot (angular data)
...group!")
# Example by Ross Ihaka at R-help
group <- sample(3, 100, replace = TRUE)
theta <- 0.5 * rnorm(100) + 0.5 * group
r <- rnorm(100, 4)
polar.plot(r, theta, lp.col = c("red","green4","blue")[group], points.pch = 19)
---ooo---
Karsten Dalsgaard Bjerre (M.Sc. Agriculture, Ph.D. Student).
Department of Plant Biology
Royal Veterinary and Agricultural University
40 Thorvaldsensvej
DK-1871 Frederiksberg C
Denmark
Tel: (+45) 3528 3418
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read...
2002 Nov 08
0
Polar plot, circular plot (angular data): II
Dear R-users,
As noted by Paul Murrell < p.murrell at auckland.ac.nz > there is errors in the code for polar plotting I send to R-help under the title "Polar plot, circular plot (angular data)" at Thu Oct 17 2002 - 12:18:20 CEST.
Thanks!
I have reorganized the code into a structure ('pp'). This allows plots to be modified to a greater extent by passing arguments by ...