Displaying 2 results from an estimated 2 matches for "downalod".
Did you mean:
downaload
2006 Aug 31
0
Data Download Probelm from Yahoo
Hi All,
I'm trying to download data using following code.
require(UsingR) ## This is the R-package you need
to run command yahoo.get.hist.quote
#Initialize empty table
closing <-NULL
#Downalod consituents since I don't have it on my comp
download.file("http://www2.standardandpoors.com/spf/csv/index/sp500.csv",
"Z:/BETA PROJECT/DATA DOWNLOAD FROM YAHOO/Constituents.csv", "internal",
quiet = FALSE, mode = "wb",cacheOK =
TRUE)
constituents<-as...
2001 Nov 25
2
winbindd ?'s
Am I correct in my understanding that with winbindd (and PAM), I am able to
authenticate PAM aware apps against an NT 4 domain with no passwd entries?
If so, how would one get ssh working with this? I've followed the winbindd
how-to and haven't been able to ssh into the box with winbindd using an
account that only resides in the domain (i.e. isn't in the passwd file).
Could