<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="wordpress/2.1.2" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	>

<channel>
	<title>www.Newbie.cl</title>
	<link>http://www.newbie.cl/nb</link>
	<description>Tu marcas el limite</description>
	<pubDate>Fri, 09 Jul 2010 21:59:36 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.1.2</generator>
	<language>en</language>
			<item>
		<title>Instalar servidor MySQL e instalar phpMyAdmin</title>
		<link>http://www.newbie.cl/nb/2010/07/09/instalacion-del-servidor-mysql-instalar-servidor-phpmyadmin/</link>
		<comments>http://www.newbie.cl/nb/2010/07/09/instalacion-del-servidor-mysql-instalar-servidor-phpmyadmin/#comments</comments>
		<pubDate>Fri, 09 Jul 2010 13:12:40 +0000</pubDate>
		<dc:creator>CPS 2.0</dc:creator>
		
		<guid isPermaLink="false">http://www.newbie.cl/nb/?p=249</guid>
		<description><![CDATA[Asumiendo que los servidores tienen CentOS 5, la instalación del servicio MySQL, será bastante sencilla. 
Instalamos mysql-server (servicio mysqld) y mysql, lo hacemos con yum y  la opción –y para aceptar cualquier mensaje que se presente, agregamos el servicio al arranque del sistema e iniciamos el servicio:
shell> yum –y install mysql mysql-server
shell> chkconfig mysqld [...]]]></description>
		<wfw:commentRss>http://www.newbie.cl/nb/2010/07/09/instalacion-del-servidor-mysql-instalar-servidor-phpmyadmin/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Evitar fuerza bruta, SSHD.</title>
		<link>http://www.newbie.cl/nb/2010/06/28/evitar-fuerza-bruta-sshd/</link>
		<comments>http://www.newbie.cl/nb/2010/06/28/evitar-fuerza-bruta-sshd/#comments</comments>
		<pubDate>Mon, 28 Jun 2010 05:45:42 +0000</pubDate>
		<dc:creator>jeanjaran</dc:creator>
		
		<guid isPermaLink="false">http://www.newbie.cl/nb/?p=240</guid>
		<description><![CDATA[Volviendo a las andanzas de escribir ya que por trabajo, estudio y familia no queda mucho tiempo. Hoy al verificar mi server el cual tiene da servicios a mi mini ISP.(BARRIO) me doy cuenta en los registros log de /var/log/secure que tengo varias entradas de fuerza bruta tratando de conectarse con usuarios inexistentes a mi [...]]]></description>
		<wfw:commentRss>http://www.newbie.cl/nb/2010/06/28/evitar-fuerza-bruta-sshd/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Manual Configuración Replicación MySQL</title>
		<link>http://www.newbie.cl/nb/2010/06/23/manual-configuracion-replicacion-mysql/</link>
		<comments>http://www.newbie.cl/nb/2010/06/23/manual-configuracion-replicacion-mysql/#comments</comments>
		<pubDate>Wed, 23 Jun 2010 18:53:13 +0000</pubDate>
		<dc:creator>CPS 2.0</dc:creator>
		
		<guid isPermaLink="false">http://www.newbie.cl/nb/?p=233</guid>
		<description><![CDATA[Antes de comenzar debemos verificar la compatibilidad entre los servidores involucrados, la documentación se encuentra en:
 http://dev.mysql.com/doc/refman/5.0/es/replication-compatibility.html
1	Configuración del servidor maestro:
1.1	Entramos a la consola MySQL como root:
shell> mysql -u root
1.2	Creamos un usuario para el replicador:
mysql> GRANT REPLICATION SLAVE ON *.* TO &#8216;replicator&#8217;@%
     > IDENTIFIED BY &#8216;Sl4v3p4ss&#8217;;
1.3	Configuramos /etc/my.cnf agregando log-bin, server-id y sync_binlog, [...]]]></description>
		<wfw:commentRss>http://www.newbie.cl/nb/2010/06/23/manual-configuracion-replicacion-mysql/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Ejercicio Subnetting Clase C.</title>
		<link>http://www.newbie.cl/nb/2010/05/24/ejercicio-subnetting-clase-c/</link>
		<comments>http://www.newbie.cl/nb/2010/05/24/ejercicio-subnetting-clase-c/#comments</comments>
		<pubDate>Mon, 24 May 2010 21:55:17 +0000</pubDate>
		<dc:creator>jeanjaran</dc:creator>
		
		<guid isPermaLink="false">http://www.newbie.cl/nb/?p=227</guid>
		<description><![CDATA[Vamos a explicar como realizar un ejercicio de subnetting con los siguientes datos.

Dirección de red : 192.168.18.0/24 (Nos solicitan tener 14 subredes)
Por lo cual realizamos el calculo correspondiente para sacar la mascara que nos dara la cantidad de subredes:
2ˆ2-2=2 subredes, 2ˆ3-2=6 subredes, 2ˆ4-2=14 subredes (este calculo nos sirve).Act.2.Subnetting.pkt
El numero cuatro al cual elevamos seria la [...]]]></description>
		<wfw:commentRss>http://www.newbie.cl/nb/2010/05/24/ejercicio-subnetting-clase-c/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Bomba ZIP</title>
		<link>http://www.newbie.cl/nb/2010/04/22/bomba-zip/</link>
		<comments>http://www.newbie.cl/nb/2010/04/22/bomba-zip/#comments</comments>
		<pubDate>Thu, 22 Apr 2010 19:12:01 +0000</pubDate>
		<dc:creator>vlascon</dc:creator>
		
		<guid isPermaLink="false">http://www.newbie.cl/nb/?p=196</guid>
		<description><![CDATA[
Queridos lectores  como se pueden dar cuenta hemos vuelto y esta vez un poco mas renovados&#8230; 
Hoy quiero darles a conocer una bomba para los sistemas que consiste en tan solo un archivo comprimido en .zip de tan solo 42.374 bytes comprimido, ustedes se preguntaran&#8230; ¿Ya y? el tema es que este pequeño archivo [...]]]></description>
		<wfw:commentRss>http://www.newbie.cl/nb/2010/04/22/bomba-zip/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
