Displaying 4 results from an estimated 4 matches for "saida".
Did you mean:
said
2011 Aug 02
1
Using Function
...nction to apply to variables.
I would like the variable name to be placed automatically.
I tried the following function but is not working.
desc = function(x){
media = mean(x, na.rm=T)
desvio = sd(x, na.rm=T)
cv = desvio/media*100
saida = cbind(media, desvio, cv)
colnames(saida) = c(NULL, 'M?dia',
'Desvio', 'CV')
rownames(saida) = c(x)
saida
}
desc(Idade)
M?dia Desvio CV
Idade 44.04961 16.9388 38.4539
How do you get the variable name is...
2006 Nov 08
1
timestamp vs vtimestamp
Hello all,
I''m looking for answers about a question that i did post on ZFS/UFS discuss... without success, now i''m here to see your points. Any tips?
As you know, i''m making some "screencasts" about a few solaris features. That screencasts is one point of many tests that i''m making with solaris 10. Now, with some tests with dtrace, i have saw a
2023 Mar 08
1
Printers not browsable in Samba
...the samba is not setting the Browseable = yes parameter. See the samba
configuration file and the output of Testparm:
[printers]
comment = Compartilhamento de Impressoras
path = /var/spool/samba
printable = yes
guest ok = no
read only = yes
create mask = 0700
browseable = yes
Saida do Testparm
# testparm
[printers]
browseable = No
comment = Compartilhamento de Impressoras
create mask = 0700
path = /var/spool/samba
printable = Yes
Evaristo Rocha
Fone:(62)99425-6837
<https://www.avast.com/sig-email?utm_medium=email&utm_source=li...
2002 Sep 09
0
SAMBA to work with Solarios 8.0 and Win 2k
...YSERVERNAME (Not listening for calling name)
* session request to *SMBSERVER failed (Not listening for calling
name)
1- Do I need to register my SAMBA server as a PDC or BDC ?
2- Do I need to register my SAMBA server at DNS and WINS ?
Here it follows the result of testparm command.
<<saida.txt>>
Am I missing something ?
Best Regards,
Lavoisier J.L.Farias
E-mail: lfarias@lucent.com
-------------- next part --------------
Load smb config files from /usr/local/samba/lib/smb.conf
Processing section "[homes]"
Processing section "[printers]"
Processing section...