Displaying 20 results from an estimated 300 matches similar to: "Win XP Profiles"
2002 Nov 05
2
Force User -
Hello,
I am using Samba shares as a way for my users to publish files from their
Windows XP PC's to my Apache Web Server on Red Hat Linux.
The username I use for Apache is apache and it has full read,write and
execute access on all the files within my webserver root directory. In the
Samba Shares I use force user = apache so this means that any files created
using the share actually get
2002 Sep 27
0
force a user/owner
Hello,
I am using a samba share to upload files from my PC to an intranet server
running apache on red hat 6.2.
However, i always want the user/owner of the file to be apache and the group
to be webdev. BUt even though I set these options in samba when I create a
file and upload to the intranet via the samba share for some reason the
user/owner of the file is always root. Why??
The options i
2002 Jun 30
3
Network IP address
Hello all,
Quick question.
Our network has NO connection to the internet (the way we want it) but we
are using 66.2.x.x as our IP addresses. However, I am now reading that
192.168.x.x is the preferred naming convention. If I leave as 66.2.x.x will
I have problems with Samba?
Because I dont connect to the Internet do I need to change?
Thanks in advance and hope
Mr. Gerard O'Reilly
Intranet
2002 Jul 14
0
Samba and RPM
Hi,
I am running Red Hat 6.2 and I am trying to install version 2.2.4 of Samba using RPM but am getting many failed dependency errors as follows:
PAM>= 0.72 is needed by Samba
Kernel >= 2.2.1 is needed by Samba
Glibc >= 2.1.2 is needed by Samba
chkconfig is needed by Samba
File utils is needed by Samba
/bin/sh is needed
ld-linux.so.2
libc.so.6
libdl.so.2
libncurses.so.4
And many other
2002 Jun 29
2
Samba as PDC & File Server compared to Windows Server
Hi,
Im looking for help and advice. I am using Linux Red Hat 6.2 as my Server
and I am running Apache 1.3.12 and Samba 2.0.6.
I have an Intranet set up which my users access through IE 5.5 on their
Windows 95 clients (at the moment!). However, I am looking for advice on
the best way to share files via the Intranet to my Windows Users.
If i upgrade the clients to Windows XP or 2000 will my Samba
2001 Oct 19
7
Force User
Here is what I am trying to accomplish:
I want to create a share that will force users to a ID and group, allow
certain users write privileges to certain directories only and others read
only. I have set this up and every time I create a file the owner is set to
root and the group is correct. Any help would be great, the following is
what I have in the smb.conf file:
[migrate]
path =
2002 Aug 07
0
Fw: Win XP, Samba PDC, Profile Question
Hi,
PLease, please help.
I am running Rh 6.2, Samba 2.2.4 as a PDC and I have been upgrding my clients to XP over the last week (company holidays! - except for me!).
I can join to the Domain using Registry Edit (Sign or Seal) and I am not using roaming profiles to start with so I have blanked out the logon path and logon home in my smb.conf.
My problem is relating to the user profiles. When
2010 Mar 05
2
Improved Nelder-Mead algorithm - a potential replacement for optim's Nelder-Mead
Hi,
I have written an R translation of C.T. Kelley's Matlab version of the Nelder-Mead algorithm. This algorithm is discussed in detail in his book "Iterative methods for optimization" (SIAM 1999, Chapter 8). I have tested this relatively extensively on a number of smooth and non-smooth problems. It performs well, in general, and it almost always outperforms optim's
2004 Aug 06
0
WORLDS BEST LIVESHOWS .. MEGA!
Dear Ladies & Gentlemen,
Welcome to the GREATEST SEX SHOW on the ENTIRE NET !
We now offer you to ENTER the world´s No.1 voted SEX-SERVER on the WEB !
By far the largest and most incredible content of LIVE SEX is now served to users WORLDWIDE!
EVERYTHING is offered 100% ANONOMOUSLY & you don´t need to sign-up or have a creditcard ... The way it should be !
TO PLUGIN and get access
2004 Aug 06
1
INCREDIBLE MEGA EXPERIENCE!
Hehe, yeah, and the pr0n wasn't even that good :)
I'm on one mailing list that has died and has no traffic except spam. Problem is it's not majordomo and I can'r get a response from anyone human to unsubscribe me :(
Jase
>>> scott@john.ikansas.com 05/29/01 21:10 PM >>>
Nice,
Statistics show that 3 out of the 4 lists I am subscribed to, 50% of them
suffer
2014 Aug 10
1
"Fastest" way to merge 300+ .5MB dataframes?
Good afternoon,
Today I was working on a practice problem. It was simple, and perhaps
even realistic. It looked like this:
? Get a list of all the data files in a directory
? Load each file into a dataframe
? Merge them into a single data frame
Because all of the columns were the same, the simplest solution in my
mind was to `Reduce' the vector of dataframes with a call to
`merge'. That
2008 Jan 22
1
R: determinants and inverses
hello all
sorry for the following "none" R related question.
does anyone know of a reference to calculate the following identity:
|I + ABC|
where I is an identity matrix and A, B,C may not have to be square matrices?
you help will be greatly appreciated.
H. V. Henderson; S. R. Searle
SIAM Review, Vol. 23, No. 1. (Jan., 1981), pp. 53-60.
provides a result to
2009 Mar 08
1
Summary of data.frame according to colnames and grouping factor
A dataframe holds 3 vars, each checked true or false (1, 0). Another
var holds the grouping, r and s:
### start:example
set.seed(20)
d <- data.frame(sample(c(0, 1), 20, replace=T), sample(c(0, 1), 20,
replace=T), sample(c(0, 1), 20, replace=T))
names(d) <- c("A", "B", "C")
e <- rep(c("r", "s"), 10)
### end:example
How do I get the
2000 Nov 16
2
newbee question
Dear All
Where can I lookup good methods to compute
p from q=bin(m,n)p^n*(1-p)^(m-n) such that
q<=alfa, alfa small. Are there such libs,
code and source in R?
Best Regards
--
Jan Burse SIAM, EAWAG
Scheuchzerstr. 67 ?berlandstr. 133
8006 Z?rich 8600 D?bendorf
tel: +41-1-364 17 66 tel: +41-1-823 55 34
2014 Aug 05
2
Is it a good idea or even possible to redefine attach?
Hi,
Today I got curious about whether or not I /could/ remove `attach' from
my system so:
- Backed it up
- Implemented a new one
- Like this
,----
| attach.old <<- attach
| attach <<- function(...) {stop("NEVER USE ATTACH")}
`----
I got the error:
,----
| Error: cannot change value of locked binding for 'attach'
`----
If I unlock `attach' I assume that I
2000 Mar 21
1
clustering methods in R
Dear R people,
I need to do some work with clustering, but know next to nothing about it
at present. R has (at least) three clustering packages, cluster, mclust,
cclust.
I was wondering if someone can direct me to some good books where I could
find documentation and background on the functions in these packages. The
html help in these packages lists the following as references. Can people
2009 Mar 11
3
chisq.test: decreasing p-value
A Likert scale may have produced counts of answers per category.
According to theory I may expect equality over the categories. A
statistical test shall reveal the actual equality in my sample.
When applying a chi square test with increasing number of repetitions
(simulate.p.value) over a fixed sample, the p-value decreases
dramatically (looks as if converge to zero).
(1) Why?
(2) (If
2009 Mar 07
2
Recode factor into binary factor-level vars
How to I "recode" a factor into a binary data frame according to the
factor levels:
### example:start
set.seed(20)
l <- sample(rep.int(c("locA", "locB", "locC", "locD"), 100), 10,
replace=T)
# [1] "locD" "locD" "locD" "locD" "locB" "locA" "locA" "locA"
2009 Nov 22
3
Define return values of a function
I have created a function to do something:
i <- factor(sample(c("A", "B", "C", NA), 793, rep=T, prob=c(8, 7, 5,
1)))
k <- factor(sample(c("X", "Y", "Z", NA), 793, rep=T, prob=c(12, 7, 9,
1)))
mytable <- function(x){
xtb <- x
btx <- x
# do more with x, not relevant here
cat("The table has been created,
1998 Nov 09
0
speaking of /tmp races
Sorry if this is so obvious as to not merit mentioning, but I just grep'd
for /tmp/.*$$ in /bin/ and /usr/bin and found a number of lines which
appeared to be people making up tmp files with /tmp/appname.$$ as the
name.
Maybe my redhat 5.1 box wasn't a great place to do that though -- anyone
have a redhat 5.2 box (or debian-current, or whatever) that they can grep
through their bin