Displaying 2 results from an estimated 2 matches for "lab16".
Did you mean:
lab1
2009 Apr 23
0
problems using smbpasswd to enable/disable workstations trusted accounts
Greetings,
My name is Alceu and I was trying to create some scripts to
enable/disable users when I found this strange behavior with the account
flags:
# please assume that the Unix user is already created
root@midgard:~# smbpasswd -a -m lab16$
Added user lab16$.
root@midgard:~# pdbedit -Lv lab16$
Unix username: lab16$
NT username:
Account Flags: [W ]
...
root@midgard:~# smbpasswd -d lab16$
Disabled user lab16$.
root@midgard:~# pdbedit -Lv lab16$
Unix username: lab16$
NT username:
Account Flags: [D...
2010 May 22
1
How to find all single minima, i.e. only each one within each next part of analyzed vector (table)
...,19,20)
mass_label<-c("lab1","lab2","lab3","lab4","lab5","lab6","lab7","lab8","lab9","lab10",
"lab11","lab12","lab13","lab14","lab15","lab16","lab17","lab18","lab19","lab20")
dt<-5
# i.e.
mass_value<-c (9,0,3,1,5,6,7,8,3,10,2.1,12, 1, 1,15,16,17,18,19,20)
mass_position<-c(1,2,3,4,5,6,7,8,9,10, 11,12,13,14,15,16,17,18,19,20)
# - - - - -...