similar to: Trust relationship between Windows Domains

Displaying 20 results from an estimated 2000 matches similar to: "Trust relationship between Windows Domains"

2020 Mar 22
3
Tasa variación diaria COVID-19
Eric ¿Que dataset utilizo? Por curiosidad probé su código, pero me salen errores. Copio y pego todo como me sale en la consola. > # https://raw.githubusercontent.com/datasets/covid-19/master/data/time-series-19-covid-combined.csv > datos <- read.csv("C:/Users/HP/Downloads/time-series-19-covid-combined.csv") > > library(data.table) > library(ggplot2) >
2020 Mar 23
2
Tasa variación diaria COVID-19
Muchas gracias a todos por su ayuda. Hace un rato antes de abrir el correo, he encontrado dos soluciones a mi problema de como calcular el porcentaje de variación. La primera es usando el paquete dplyr: https://stackoverflow.com/questions/48196552/calculate-percentage-change-in-r-using-dplyr/48196871 La segunda usando la función PercChange del paquete DataCombine
2013 Jul 15
0
ayuda con stringr
Hola, Una forma de hacerlo es así... Pensando en que el separador de cada palabra es el "." y que la provincia es la cuarta palabra. > cad.ena <- c( + 'm.1.p.Álava' + ,'m.1.p.Albacete' + ,'m.2.p.Alicante' + ,'m.1.p.Almería' + ,'m.3.p.Asturias' + ,'m.1.p.Ávila' + ,'m.1.p.Badajoz' + ,'m.1.p.Baleares (Illes)' +
2020 Mar 25
2
Tasa variación diaria COVID-19
Gracias Ruben, muy interesante. Algo así estuve buscando, por ciudades y a nivel internacional, pero no lo encontré. Me bastaría con el número de fallecimientos por día, de cuantas más ciudades del mundo mejor. Si alguno supiera de algo así, le agradecería que me lo comunicase. Un saludo, Manuel El mar., 24 mar. 2020 a las 21:04, Rubén Fernández Casal (< rubenfcasal en gmail.com>) escribió:
2012 Mar 18
1
Help with dlply, loop and column names
Hi, I have a dataframe basically like this: > head(asturias.gen2011[,c(1,4,9:14)]) municipio total upyd psoe pp iu fac tipo 440 Allande 2031 1.44 31.10 39.75 4.01 21.62 1000-10000 443 Aller 12582 1.37 33.30 37.09 15.53 10.35 10000-50000 567 Amieva 805 1.48 32.69 37.36 6.15 20.16 <1000 849
2020 Mar 21
9
Tasa variación diaria COVID-19
Hola: Tengo los datos diarios del número de casos de coronavirus por comunidades autónomas y quiero calcular el número diario de nuevos casos y la tasa diaria de variación del número de casos y no se como hacerlo en R. *fecha* *comunidad* *poblacion* *casos_totales* 04/03/2020 Andalucía 8414240 13 05/03/2020 Andalucía 8414240 12 06/03/2020 Andalucía 8414240 21 04/03/2020 Aragón
2018 May 10
2
anchura chunk en pdf
Instalado ?tinytex? > install.packages(?tinytex?) y cargándolo > library(tinytex) Fue una causalidad: cuando instalé este paquete los PDFs comenzaron a salir correctamente de anchura. Tampoco puede darte una explicación :( Saludos, Patricio Patricio Suárez Gil Unidad de Investigación Área V-Gijón Planta 5ª Impar Hospital Universitario de Cabueñes C/Prado, 395 33203 Gijón (Asturias)
2018 May 10
2
anchura chunk en pdf
Yo he conseguido que los chunks y el texto tengan la misma anchura instalando ?tinytex?. Un saludo, Patricio Patricio Suárez Gil Unidad de Investigación Área V-Gijón Planta 5ª Impar Hospital Universitario de Cabueñes C/Prado, 395 33203 Gijón (Asturias) Tfno: 985 185 000 (Ext. 85715) @uinvest_psg ESPAÑA [[alternative HTML version deleted]]
2010 Mar 05
1
About the interaction A:B
Suppose, 'fr' is data.frame with columns 'Y', 'A' and 'B'. 'A' has levels 'Aa' 'Ab' and 'Ac', and 'B' has levels 'Ba', 'Bb', 'Bc' and 'Bd'. 'Y' columns are numbers. I tried the following three sets of commands. I understand that A*B is equivalent to A+B+A:B. However, A:B in A+B+A:B is
2013 Jul 15
3
ayuda con stringr
Hola a todos. Soy un poco torpe manejando cadenas de texto, así que os pido ayuda. Tengo un vector de texto de este tipo datos$tipo [1] m.1.p.Álava m.1.p.Albacete [3] m.2.p.Alicante m.1.p.Almería [5] m.3.p.Asturias m.1.p.Ávila [7] m.1.p.Badajoz m.1.p.Baleares (Illes) [9] m.1.p.Barcelona m.1.p.Burgos [11] m.1.p.Cáceres m.1.p.Cádiz Y quiero extraer el
2007 Feb 06
7
Reference Documentation Server
Hi, I'm trying to get samba (v3.0.23d) going on an embedded system. Our initial requirement is to get a very simple windows share operational. No security required, read only anonymous access. With this in mind we followed the guidelines as per the samba documentation: http://www.samba.org/samba/docs/man/Samba-HOWTO-Collection/StandAloneServer.html#simplynice Samba (smbd) crashes with a
2018 Jan 26
2
Ji cuadrado de tendencia lineal
Hola, estoy buscando la manera de ejecutar en R el test de Ji-cudrado de tendencia lineal (Linear trend Chi-square), pero no lo encuentro en toda la bibliografía que consulté, ni la viñeta del chis.test incluye ninguna opción que contemple este test. Si alguien tiene experiencia con el tema, agradecería cualquier ayuda. Un saludo, Patricio Suárez Gil Unidad de Investigación Área V-Gijón
2010 Jan 08
0
net join issues with 2 domains with a trust relationship
I am trying to join a machine to one domain using the credentials from another.. Yes .. I do have the privileges :-) kinit works. It used to work (3.0.28a) .... but with later revs I get this sort of error. Bit irritating, as I have to ask somebody with admin privs to do it for me ... root at curric4182-07:/home/peter# net ads join -U e2052982 at ADMIN4182.INTERNAL Enter e2052982 at
2011 Mar 30
1
Problem of: Trust relationship between 2 linux domains
Hi, I've read John H Terpstra's discussion on Google Groups about Trust Relationship between 2 linux domains. http://groups.google.com/group/linux.samba/browse_thread/thread/61ca10be6b510910/472abfdb7bf62c34?lnk=gst&q=trust+relationship#472abfdb7bf62c34 Follow these instructions, i 've done but there were errors, can you help me? When I used WinXP, it listed 2 domains, but I
2018 May 23
1
[777] Trust relationship between different domains and locations
hello folks, Elias Pereira via samba <samba at lists.samba.org> wrote: > Thanks for the link Rowland! > > I read some of the old topics on the list, regarding trust > relationship between two different domains and said that samba could > not support. I think it was 2011 topics. > > Today, with so many updates, is it already supported? > Rowland wrote: However,
2018 Jan 27
3
error en función ggadjustedcurves, paquete survminer
Tengo un modelo de regresión de Cox y quiero obtener el plot ajustado por una covariable (sexo) con la función ?ggadjustedcurves?, pero me da el siguiente error: > cox2 <- coxph(os ~ imc_25 + sexo.1, data = datos) > cox2 Call: coxph(formula = os ~ imc_25 + sexo.1, data = datos) coef exp(coef) se(coef) z p imc_25 -0.621 0.537 0.299 -2.08 0.038 sexo.1M 0.714
2016 Jul 08
0
Problem with Samba 4 samba_dnsupdate
Can you navigate to the domain controller like, \\dcname? Also do the logs tell you anything? Is bind running? Samba? etc? On Fri, Jul 8, 2016 at 4:18 PM, Igor & Sandra <group.alm at gmail.com> wrote: > I mean to join the network. > I have this network, nearly 120 computers. > Already does this AD since 2014 without giving problem. Only now emerged. > Unfortunately I had
2015 Jul 17
1
Improvements (?) in stats::poly and stats::polym.
Dear Keith, >>>>> <Keith.Jewell at campdenbri.co.uk> >>>>> on Thu, 16 Jul 2015 08:58:11 +0000 writes: > Dear R Core Team, > Last week I made a post to the R-help mailing list > ?predict.poly for multivariate data? > <https://stat.ethz.ch/pipermail/r-help/2015-July/430311.html> > but it has had no responses so I?m
2012 Oct 24
2
Ceph samba size reporting troubles
Dear developement team, I want to share a massive storage casted with Ceph by samba with windows workstations. All works well. My problem so is that in windows the ceph storage size statistics are wrong. Instead of seeing a 44TB hard drive I see a 176GB hard drive. Under linux that issue doesn't show. The size are properly reported. I investigated around and it seems that the problem
2012 Oct 24
0
Ceph samba size reporting troubles in windows
Dear developement team, I want to share a massive storage casted with Ceph by samba with windows workstations. All works well. My problem so is that in windows the ceph storage size statistics are wrong. Instead of seeing a 44TB hard drive I see a 176GB hard drive. Under linux that issue doesn't show. The size are properly reported. I investigated around and it seems that the problem