Displaying 3 results from an estimated 3 matches for "coco2".
Did you mean:
coco
2008 Apr 25
2
Ubuntu vs Mac OS X
...on of R on my MacBook Pro (32-bits)
I decided to use the following matrix manipulation because they are
typical manipulation that I was planning to do repetitively and with
much larger matrices for my PhD project.
First matrix manipulation:
coco<-matrix(rnorm(1000000),1000,1000)
system.time(coco2<-eigen(coco))
Results on the Mac:
user system elapsed
7.301 0.974 7.376
Results on Ubuntu:
user system elapsed
20.573 0.088 20.766
Second matrix manipulation:
coco<-matrix(rnorm(1000000),1000,1000)
system.time(coco3<-coco%*%coco)
Results on th...
2002 Nov 22
1
smbclient says NT_STATUS_PASSWORD_MUST_CHANGE - how to change password?
...ed...
How does one go about changing the windows password from a unix machine
with no physical access to the windows machine sharing things?
samba 2.2.3a (debian woody)
windows2000 server
thanks!
brad
note: here's my latest attempt. I tried this with and without a -c
parameter
smbclient //coco2/c$ -c "net user bwlang *" -U bwlang
added interface ip=192.168.0.2 bcast=192.168.0.255 nmask=255.255.255.0
added interface ip=192.168.0.3 bcast=192.168.0.255 nmask=255.255.255.0
Got a positive name query response from 192.168.0.95 ( 192.168.0.95 )
Password:
session setup failed: NT_STATUS...
2002 Nov 22
0
RE:swat in samba-2.2.7
...nts the password
change options.
If you need further help email me.
Cheers,
John T.
>
> samba 2.2.3a (debian woody)
> windows2000 server
>
> thanks!
>
> brad
>
> note: here's my latest attempt. I tried this with and without a -c
> parameter
>
> smbclient //coco2/c$ -c "net user bwlang *" -U bwlang
> added interface ip=192.168.0.2 bcast=192.168.0.255 nmask=255.255.255.0
> added interface ip=192.168.0.3 bcast=192.168.0.255 nmask=255.255.255.0
> Got a positive name query response from 192.168.0.95 ( 192.168.0.95 )
> Password:
> sessio...