similar to: Bind DNS SPF Record

Displaying 20 results from an estimated 400 matches similar to: "Bind DNS SPF Record"

2011 Aug 09
1
Can two machines in the same network have the same hostname with different IPs?
Hi, Can two machines in the same network have the *same hostname* with different IPs? I have done it in test environment. I want to do it under production? is it possible ? is it recommended? let's say . one Server is *mail.example.com* with ip address* 192.168.0.1* the other Server is also *mail.example.com* but with another ip address *192.168.0.2 * -- Thank you Indunil
2011 Sep 13
2
vim access
Hello, I have install a cent os 6 x64, and i cant use vim command. Can you help me to how to access file more easily or more reliably. -- *Regards,* Ashish -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.centos.org/pipermail/centos/attachments/20110913/2997d3f0/attachment.html>
2011 Nov 04
2
Can't run fail2ban 0.8.4 [CentOS 6]
Hi, To begin I'm sorry for my poor English level, that's not my first language. On CentOS 6 I've installed fail2ban 0.8.4 from EPEL repository. I've configured it with this page : http://centoshelp.org/security/fail2ban/ Then I've tried this command : chkconfig --level 23 fail2ban on && service fail2ban start but the output says it fallen, nothing more. The status
2013 Aug 06
2
NFS - No lista dos directorios especificos
Estimados. Actualmente, estoy tirando los backups a un server que comparte por NFS los directorios. Me encuentro con un problema, por ahora en dos servidores, en el cual no puedo ver directorios exportados. Server: LaCie 5Big Network (sistema propietario, sin acceso root. http://www.lacie.com/la/products/product.htm?id=10485) Cliente1: root at server [/home/cpbackuptmp]# uname -a Linux
2011 Nov 09
6
Postfix mail server procedure
CentOS Community, I was wondering if anyone had a good resource or procedure for a step by step in installing a mail server with Centos. There ARE documents on google, however almost all that i've found were outdated from 2005. Does anyone know where I can find this type of document for a mailserver Postfix + MySQL + SpamAssassin + ClamAV + Squirrelmail + Postfixadmin, etc?
2011 Nov 08
2
CentOS 6 yum Groupinstall vs Manual install
Gentlemen, I have a question regarding yum groupinstall vs just using yum install. I have been reading tutorials online (for example how to run a Centos LAMP). Most of the tutorials have examples to install httpd, mysql, etc using yum install httpd.... The reason for this e-mail is that I noticed in yum grouplist that there is an option to install Web Server, MySQL database server, etc.
2012 Jan 17
3
LVM question
CentOS Community, It is to my understanding that the /boot partition should never be placed on LVM and should be a physical partition on the hard drives (or on top of a RAID array). Is this an accurate statement? Also please advise if the SWAP filesystem is safe to be placed under LVM, or if this should be a hard partition / hard limit as well. I am unsure if boot issues or any filesystem issues
2012 Apr 05
4
6.2 - How to check for a failed disk using LVM with a hardware RAID (3ware)
CentOS Community, What commands can I use to check the disk health of the system when LVM2 is being used on top of a RAID 10 using a HARDWARE 3ware raid card. The OS sees a hardware raid usually as one big drive. Is there a way to check the disks individually to see if any are failing, or throwing hard or scsi transport errors?
2012 Feb 18
2
SPF Record questions
I am inquiring about how to setup a proper SPF record. I know there are SPF wizards/generators available but each seem to have a different "opinion" of what should be included and what should not be included. Let me give you a scenario of my setup, and hopefully someone can help me out. My domain is: test.com My mailserver hostname is: mail.host.com which also has a MATCHING PTR
2019 Mar 10
2
Problema codificación archivos
Estimados Usuarios-R: Muy buenos dias. Estoy teniendo problemas cuando grabo un script en R con la codificación del archivo. Tengo Windows 10 y R 3.5.2 64 bits. Por ejemplo grabo un script donde aparecen las palabras "España" y "España" . Cuando lo abro de vuelta se transforman en "EspaÃ?±a" y "España" respectivamente. Y si las dejo asi se siguen
2009 Aug 12
2
Como imponer una matriz de correlaciones en un modelo mixto?
Hola, mi pregunta es la siguiente: Tengo un modelo genético aditivo, donde los individuos estan emparentados. Quiero que la matriz de parentesco sea la matriz de coeficientes de las correlaciones entre genotipos. En SAS, con PROC MIxed podia agregarla como un archivo y usarla en la sentencia random...No encuentro como hacerlo en R, alguna idea?? En resumen, puedo imponerle a los efectos
2013 Jul 19
4
Error read.csv
Estimados Tengo un archivo CSV con 1.200.000 registros separados por ";" y cuando quiero abrirlo me da el siguiente error: form<-read.csv("Usr1.csv" , sep=';' , na.strings = "NA", header=T) Mensajes de aviso perdidos In scan(file, what, nmax, sep, dec, quote, skip, nlines, na.strings, : entrada inválida encontrada en la conexión de entrada
2010 May 24
8
Network problem after updates
Hi all, I''ve a serious problem with my dom0 xen installation, that''s why I''m blocked to daily work. I come to describe my virtualization scenary and the arised problem. Hardware is a Dell server with 3 physicall ethernet network cards and 16 GB RAM. Initially installed CentOS-5.2 with Xen-3.0.3 and 2.6.18-128.el5xen kernel. Dom0 with 7 domU paravirtuallized (they have
2010 May 24
8
Network problem after updates
Hi all, I''ve a serious problem with my dom0 xen installation, that''s why I''m blocked to daily work. I come to describe my virtualization scenary and the arised problem. Hardware is a Dell server with 3 physicall ethernet network cards and 16 GB RAM. Initially installed CentOS-5.2 with Xen-3.0.3 and 2.6.18-128.el5xen kernel. Dom0 with 7 domU paravirtuallized (they have
2020 Apr 20
2
Conversión de variable categóricas a Númericas.
Cordial saludo. Estoy teniendo un problema al convertir una columna categórica a numérica. Espero que me puedan colaborar. Esta variable está en números escritos, es decir, "uno", "dos" etc. Ya los cambie por números (que siguen siendo factores) mediante fct_recode y quise de ahí convertirla mediante as.numeric pensando que R iba a identificar los números y no iba a alterar el
2013 Jul 20
1
Error read.csv
Siguiendo la sugerencia de Velez Jorge use read.delim2, lee y crea el objeto pero al intentar visualizarlo me da el error: > form<-read.delim2("ASSEUsr1.csv", header=T, sep=";") > form Error: C stack usage is too close to the limit Olvideo decir que corro R con Rstudio en Ubuntu 13.04 Gracias El 19 de julio de 2013 15:36, Carlos Ortega
2014 Apr 30
2
Anova 2 vías NO PARAMÉTRICO
Hola, tenemos como equivalencia no paramétrica al Anova de 1 vía el test Kruskal Wallis, pero ¿existe un test no paramétrico equivalente al Anova de 2 vías? Gracias. Saludos. -- Sec. Apoyo Estadístico. Servicio de Apoyo a la Investigación (SAI) Vicerrectorado de Investigación e Internacionalización. Universidad de Murcia Edif. SACE. Campus de Espinardo. 30100 Murcia @. mariaelvira.ferre en
2013 Nov 25
2
Próxima reunión del "Grupo de Usuarios de R de Madrid" - miércoles 27-Noviembre...
Hola, Una breve nota para recordar que este próximo miércoles nos reuniremos el "Grupo de Usuarios de R de Madrd". Hay un par de pequeños cambios en la agenda. Las presentaciones siguen siendo las mismas, pero se modifica el orden y quizás la más importante es que volvemos a la UNED (Faculad de Ciencias). Cualquier otro cambio de última hora, aparecerá reflejado aquí:
2019 Mar 11
2
Problema codificación archivos
Gracias Javier. Voy a probar. Saludos, Sebastián. Enviado desde Correo para Windows 10 De: Javier Marcuzzi Enviado: domingo, 10 de marzo de 2019 14:53 Para: Sebastian Kruk CC: Lista R Asunto: Re: [R-es] Problema codificación archivos Estimado Sebastian Kruk Yo utilizo Microsoft R-open 3.5.1 y la r-project se encuentra en 3.5.3, ¿si intenta con cualquiera de estas dos? Javier Rubén Marcuzzi
2016 Aug 11
3
Comparación de probabilidades de supervivencia en R
Hola, Manuel, No entiendo tu pregunta (la repito aqui para que sea mas explicito): hay alguna forma de comparar la probabilidad de supervivencias (en este caso anual) entre grupos sin utilizar un chi-cuadrado y un valor de P. Entiendo que lo que hace survdiff es comparar las curvas de supervivencia, pero yo quiero comparar la probabilidad de supervivencia entre grupos al final del estudio. Con