<?xml version="1.0" encoding="UTF-8"?>
<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/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>One Kind Of Life &#187; FreeBSD</title>
	<atom:link href="http://www.doutdex.com/blog/category/os/freebsd-os/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.doutdex.com/blog</link>
	<description>Experience analyzing new softwares</description>
	<lastBuildDate>Wed, 04 Jan 2012 13:01:49 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>How to add multiple port listen SSH on FreeBSD</title>
		<link>http://www.doutdex.com/blog/2010/07/14/how-to-add-multiple-port-listen-ssh-on-freebsd/</link>
		<comments>http://www.doutdex.com/blog/2010/07/14/how-to-add-multiple-port-listen-ssh-on-freebsd/#comments</comments>
		<pubDate>Wed, 14 Jul 2010 19:56:00 +0000</pubDate>
		<dc:creator>doutdex</dc:creator>
				<category><![CDATA[FreeBSD]]></category>
		<category><![CDATA[Unix]]></category>
		<category><![CDATA[ports]]></category>
		<category><![CDATA[ssh]]></category>
		<category><![CDATA[sshd]]></category>

		<guid isPermaLink="false">http://www.doutdex.com/blog/?p=502</guid>
		<description><![CDATA[The way to do is: 1) Edit sshd config &#8220;/etc/ssh/sshd_config&#8221; vi /etc/ssh/sshd_config 2) Uncomment the line &#8220;# Port 22&#8243; and add new lines according to how many listener ports you wants to be available for the SSH service on your machine. In this example we wants to add a new listener for port 10022 and [...]]]></description>
		<wfw:commentRss>http://www.doutdex.com/blog/2010/07/14/how-to-add-multiple-port-listen-ssh-on-freebsd/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to set static IP on Freebsd</title>
		<link>http://www.doutdex.com/blog/2010/07/14/how-to-set-static-ip-on-freebsd/</link>
		<comments>http://www.doutdex.com/blog/2010/07/14/how-to-set-static-ip-on-freebsd/#comments</comments>
		<pubDate>Wed, 14 Jul 2010 19:41:03 +0000</pubDate>
		<dc:creator>doutdex</dc:creator>
				<category><![CDATA[FreeBSD]]></category>
		<category><![CDATA[interface]]></category>
		<category><![CDATA[network]]></category>
		<category><![CDATA[static]]></category>

		<guid isPermaLink="false">http://www.doutdex.com/blog/?p=499</guid>
		<description><![CDATA[1) Edit config file vi /etc/rc.conf 2) Depends how many interfaces exist is possible to set each one for (em0, em1em2, em&#8230;) #Interface 1 with default gateway for 192.168.0.1 ifconfig_em0=&#34;inet 192.168.0.10 netmask 255.255.255.0&#34; defaultrouter=&#34;192.168.0.1&#34; #Interface 2 ifconfig_em1=&#34;inet 192.168.2.10 netmask 255.255.255.0&#34; 3) Save that file &#8220;rc.conf&#8221; and restart network init # /etc/rc.d/netif restart &#38;amp;&#38;amp; /etc/rc.d/routing restart]]></description>
		<wfw:commentRss>http://www.doutdex.com/blog/2010/07/14/how-to-set-static-ip-on-freebsd/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Como grabar un dvd de datos en freebsd, y que lo reconozca windows</title>
		<link>http://www.doutdex.com/blog/2008/10/20/como-grabar-un-dvd-de-datos-en-freebsd-y-que-lo-reconozca-windows/</link>
		<comments>http://www.doutdex.com/blog/2008/10/20/como-grabar-un-dvd-de-datos-en-freebsd-y-que-lo-reconozca-windows/#comments</comments>
		<pubDate>Mon, 20 Oct 2008 16:13:30 +0000</pubDate>
		<dc:creator>simon</dc:creator>
				<category><![CDATA[FreeBSD]]></category>

		<guid isPermaLink="false">http://blog.doutdex.com/?p=209</guid>
		<description><![CDATA[Para grabar un dvd de datos en freebsd desde consola: growisofs -Z /dev/cd0 -R -J /ruta/de/datos Donde: Opción -Z es el destino, en este caso el grabador de dvd. Opción -R es recursivo. Opción -J es para que pueda leerse en windows. /ruta/de/datos es lo que queremos grabar.]]></description>
		<wfw:commentRss>http://www.doutdex.com/blog/2008/10/20/como-grabar-un-dvd-de-datos-en-freebsd-y-que-lo-reconozca-windows/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Crear usuarios y grupos en FreeBSD</title>
		<link>http://www.doutdex.com/blog/2008/10/14/crear-usuarios-y-grupos-en-freebsd/</link>
		<comments>http://www.doutdex.com/blog/2008/10/14/crear-usuarios-y-grupos-en-freebsd/#comments</comments>
		<pubDate>Tue, 14 Oct 2008 20:43:34 +0000</pubDate>
		<dc:creator>simon</dc:creator>
				<category><![CDATA[FreeBSD]]></category>

		<guid isPermaLink="false">http://blog.doutdex.com/?p=150</guid>
		<description><![CDATA[Para crear usuarios y grupos hay que estar en modo root. El grupo es simple, porque sólo hay que especificar el nombre del grupo. Para crear un grupo llamado nuevoGrupo se pone lo siguiente en linea de comandos. pw groupadd nuevoGrupo Ahora, para crear un nuevo usuario, que pertenece a este grupo, se pone lo [...]]]></description>
		<wfw:commentRss>http://www.doutdex.com/blog/2008/10/14/crear-usuarios-y-grupos-en-freebsd/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Configurar acceso SSH en freeBSD</title>
		<link>http://www.doutdex.com/blog/2007/05/07/configurar-acceso-ssh-en-freebsd/</link>
		<comments>http://www.doutdex.com/blog/2007/05/07/configurar-acceso-ssh-en-freebsd/#comments</comments>
		<pubDate>Mon, 07 May 2007 14:13:25 +0000</pubDate>
		<dc:creator>doutdex</dc:creator>
				<category><![CDATA[FreeBSD]]></category>

		<guid isPermaLink="false">http://doutdex.wordpress.com/2007/05/07/configurar-acceso-ssh-en-freebsd/</guid>
		<description><![CDATA[Secure Shell -ssh-: Para utilizar ssh, debemos manejar un par de archivos los cuales &#8216;abren&#8217; las conexiones seguras. Al iniciar el FreeBSD por vez primera, se generan un par de archivos con las claves públicas y privadas del server. Pero si no editamos el archivo hosts.allow ( en el directorio /etc ) y sshd_config ( [...]]]></description>
		<wfw:commentRss>http://www.doutdex.com/blog/2007/05/07/configurar-acceso-ssh-en-freebsd/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>COMO Actualizar ports en freebsd</title>
		<link>http://www.doutdex.com/blog/2007/04/30/como-actualizar-ports-en-freebsd/</link>
		<comments>http://www.doutdex.com/blog/2007/04/30/como-actualizar-ports-en-freebsd/#comments</comments>
		<pubDate>Mon, 30 Apr 2007 20:23:07 +0000</pubDate>
		<dc:creator>doutdex</dc:creator>
				<category><![CDATA[FreeBSD]]></category>

		<guid isPermaLink="false">http://doutdex.wordpress.com/2007/04/30/como-actualizar-ports-en-freebsd/</guid>
		<description><![CDATA[Para actualizar nuestro arbol de ports de FreeBSD con un simple comando, se deben instalar previamente 2 ports. pkg_add -r cvsup-without-gui pkg_add -r portupgrade Con esto quedan instalados los dos programas que necesitamos para hacer la actualización. Ahora editamos el archivo make.conf que se encuentra en el directorio /etc con el editor vi. vi /etc/make.conf [...]]]></description>
		<wfw:commentRss>http://www.doutdex.com/blog/2007/04/30/como-actualizar-ports-en-freebsd/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>

