Displaying 2 results from an estimated 2 matches for "tobedelet".
Did you mean:
tobedeleted
2007 Jun 05
2
Problems with Merge
...quot;,colnames(UpdateData))
close(chn)
# specify just how many rows we need from the Update file. We'd only
read five
# rows at a time.
UpdateRows = 20
UpdateData <- UpdateData[1:UpdateRows,]
# Delete Unwanted stocks.
UpdateData <- UpdateData[,!names(UpdateData) %in% ToBeDeleted]
x <- tail(UpdateData[c("Date","ABAN.BO")],n=50)
print(x)
Gives x as:
Date ABAN.BO
1 2007-04-30 96448.40
2 2007-05-01 96448.40
3 2007-05-02 96448.40
4 2007-05-03 96300.44
5 2007-05-04 93718.52
6 2007-05-05 93718.52
7 2007-05-06 93718.52
8 2007-...
2005 Aug 30
1
Profiles -- default user ntuser.dat not being used at first logon
...some help:
My understanding is that when a user logs onto the domain for the first
time, Windows should copy the default profile from the NETLOGON share on
the Samba machine.
(If this understanding is erroneous, please explain wherein I've
misunderstood.)
I have added the Samba user "tobedeleted", and put an ntuser.dat file
for a default user in the /var/lib/samba/netlogon directory, which is
the path I specified in the [netlogon] share, but Windows gives an error
to the effect that the user's profile can't be found on the server, and
that it will therefore create a loca...