<?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; OS</title>
	<atom:link href="http://www.doutdex.com/blog/category/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>Problem vsftp in red hat 5, 421 Service not available remote server has closed</title>
		<link>http://www.doutdex.com/blog/2011/09/08/problem-vsftp-in-red-hat-5-421-service-not-available-remote-server-has-closed/</link>
		<comments>http://www.doutdex.com/blog/2011/09/08/problem-vsftp-in-red-hat-5-421-service-not-available-remote-server-has-closed/#comments</comments>
		<pubDate>Thu, 08 Sep 2011 14:58:14 +0000</pubDate>
		<dc:creator>doutdex</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[ftp]]></category>
		<category><![CDATA[vsftp]]></category>

		<guid isPermaLink="false">http://www.doutdex.com/blog/?p=588</guid>
		<description><![CDATA[Trying to install VSFTP on Red HAT 5. I got the following trying to connection via FTP: 230 Login successful. 421 Service not available, remote server has closed connection The workaound without upgrade the package is adding into /etc/vsftd.conf the line connect_from_port_20=YES to then restart the service: service vsftpd restart Issue related on http://bugs.centos.org/view.php?id=3929]]></description>
		<wfw:commentRss>http://www.doutdex.com/blog/2011/09/08/problem-vsftp-in-red-hat-5-421-service-not-available-remote-server-has-closed/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SSH Long time delay login to connect using ssh in linux</title>
		<link>http://www.doutdex.com/blog/2010/12/10/ssh-long-time-delay-login-to-connect-using-ssh-in-linux/</link>
		<comments>http://www.doutdex.com/blog/2010/12/10/ssh-long-time-delay-login-to-connect-using-ssh-in-linux/#comments</comments>
		<pubDate>Fri, 10 Dec 2010 22:51:17 +0000</pubDate>
		<dc:creator>doutdex</dc:creator>
				<category><![CDATA[Centos]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[delay ssh]]></category>
		<category><![CDATA[ssh]]></category>
		<category><![CDATA[ssh login delay]]></category>

		<guid isPermaLink="false">http://www.doutdex.com/blog/?p=571</guid>
		<description><![CDATA[I had more of 10 seconds waiting for a connection to a remote SSH linux, well the issue that I got was due to the remote server CENTOS 5.5 because into sshd_config  exist a GSS option enabled. Just comment the following line /etc/ssh/sshd_config # GSSAPIAuthentication yes Restart the sshd service into the remote server. service [...]]]></description>
		<wfw:commentRss>http://www.doutdex.com/blog/2010/12/10/ssh-long-time-delay-login-to-connect-using-ssh-in-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Status problem instalando o installing in android market with xperia x10</title>
		<link>http://www.doutdex.com/blog/2010/11/01/status-problem-instalando-o-installing-in-android-market-with-xperia-x10/</link>
		<comments>http://www.doutdex.com/blog/2010/11/01/status-problem-instalando-o-installing-in-android-market-with-xperia-x10/#comments</comments>
		<pubDate>Tue, 02 Nov 2010 02:23:13 +0000</pubDate>
		<dc:creator>doutdex</dc:creator>
				<category><![CDATA[Android]]></category>

		<guid isPermaLink="false">http://www.doutdex.com/blog/?p=566</guid>
		<description><![CDATA[Hace una semana se me presento un problema al seleccionar &#8220;actualizar todo&#8221; en el market de android segun revise &#8220;carango&#8221; se quedo en estado &#8220;instalando&#8221;. Trate desinstalando el programa que se quedo en ese estado que se llamaba . , pero no funciono, la solucion fue eliminar los archivos temporales de la aplicacion market y [...]]]></description>
		<wfw:commentRss>http://www.doutdex.com/blog/2010/11/01/status-problem-instalando-o-installing-in-android-market-with-xperia-x10/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<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>How to install Samba server on red hat or fedora linux server</title>
		<link>http://www.doutdex.com/blog/2010/07/11/how-to-install-samba-server-on-red-hat-or-fedora-linux-server/</link>
		<comments>http://www.doutdex.com/blog/2010/07/11/how-to-install-samba-server-on-red-hat-or-fedora-linux-server/#comments</comments>
		<pubDate>Sun, 11 Jul 2010 15:58:03 +0000</pubDate>
		<dc:creator>doutdex</dc:creator>
				<category><![CDATA[Centos]]></category>
		<category><![CDATA[Fedora]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Red Hat]]></category>
		<category><![CDATA[samba]]></category>

		<guid isPermaLink="false">http://www.doutdex.com/blog/?p=495</guid>
		<description><![CDATA[Triying to share files to windows server by network, one way is using a samba server. sudo yum install samba samba-client Edit config file, edir the [glocal] config setting the WORKGROUP, and the networks interfaces allow to the samba service and on the end of the config file  check the access for the share files [...]]]></description>
		<wfw:commentRss>http://www.doutdex.com/blog/2010/07/11/how-to-install-samba-server-on-red-hat-or-fedora-linux-server/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>bwm ng &#8211; Bandwidth monitor non graphic console program for all the interface available for Centos and Red hat SO</title>
		<link>http://www.doutdex.com/blog/2010/04/19/bandwitdh-bwm-ng-monitor-non-graphic/</link>
		<comments>http://www.doutdex.com/blog/2010/04/19/bandwitdh-bwm-ng-monitor-non-graphic/#comments</comments>
		<pubDate>Mon, 19 Apr 2010 22:54:10 +0000</pubDate>
		<dc:creator>doutdex</dc:creator>
				<category><![CDATA[Centos]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Red Hat]]></category>
		<category><![CDATA[bandwidth]]></category>

		<guid isPermaLink="false">http://www.doutdex.com/blog/?p=491</guid>
		<description><![CDATA[Just 32KB size simple to install wget http://dag.wieers.com/rpm/packages/bwm-ng/bwm-ng-0.5-2.el5.rf.x86_64.rpm rpm -ivh /tmp/bwm-ng-0.5-2.el5.rf.x86_64.rpm and exec the program bwm-ng -u bits Refenrence: http://dag.wieers.com/rpm/packages/bwm-ng/?M=D]]></description>
		<wfw:commentRss>http://www.doutdex.com/blog/2010/04/19/bandwitdh-bwm-ng-monitor-non-graphic/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Share Internet using Fedora &#8211; NAT like a gateway to outside access</title>
		<link>http://www.doutdex.com/blog/2010/04/16/share-internet-using-fedora-nat-like-a-gateway-to-outside-access/</link>
		<comments>http://www.doutdex.com/blog/2010/04/16/share-internet-using-fedora-nat-like-a-gateway-to-outside-access/#comments</comments>
		<pubDate>Fri, 16 Apr 2010 19:23:23 +0000</pubDate>
		<dc:creator>doutdex</dc:creator>
				<category><![CDATA[Fedora]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[nat. internet share]]></category>

		<guid isPermaLink="false">http://www.doutdex.com/blog/?p=487</guid>
		<description><![CDATA[Muchos, creo yo, querrán compartir la salida a Internet con alguna pequeña subred que posean en su casa (1 o más equipos), y eso es lo que hace un router, aquí detallaré los pasos seguidos con Fedora para dejarlo como router. Para efectos que se entienda este ejemplo, tengan en cuenta que el PC tiene [...]]]></description>
		<wfw:commentRss>http://www.doutdex.com/blog/2010/04/16/share-internet-using-fedora-nat-like-a-gateway-to-outside-access/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Fedora Boot process</title>
		<link>http://www.doutdex.com/blog/2010/04/15/fedora-boot-process/</link>
		<comments>http://www.doutdex.com/blog/2010/04/15/fedora-boot-process/#comments</comments>
		<pubDate>Thu, 15 Apr 2010 22:33:43 +0000</pubDate>
		<dc:creator>doutdex</dc:creator>
				<category><![CDATA[Fedora]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[fedora boot]]></category>
		<category><![CDATA[linux boot]]></category>

		<guid isPermaLink="false">http://www.doutdex.com/blog/?p=473</guid>
		<description><![CDATA[Fedora &#8211; The Boot Process Fedora 2 boots is the usual Red Hat way. Its initscripts are more or less similar in the various RedHat versions, as it often happens when a process is tested and mature enought to not need particular changes. Boot Loader Fedora&#8217;s default boot loader is Grub, the directory /boot/grub/ contains all the [...]]]></description>
		<wfw:commentRss>http://www.doutdex.com/blog/2010/04/15/fedora-boot-process/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Cómo saber la distribuciíon y versión de linux en tu PC</title>
		<link>http://www.doutdex.com/blog/2010/04/11/como-saber-la-distribuciion-y-version-de-linux-en-tu-pc/</link>
		<comments>http://www.doutdex.com/blog/2010/04/11/como-saber-la-distribuciion-y-version-de-linux-en-tu-pc/#comments</comments>
		<pubDate>Sun, 11 Apr 2010 16:44:27 +0000</pubDate>
		<dc:creator>doutdex</dc:creator>
				<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://www.doutdex.com/blog/2010/04/11/como-saber-la-distribuciion-y-version-de-linux-en-tu-pc/</guid>
		<description><![CDATA[Simplemente abre una consola y ejecuta: cat /etc/issue]]></description>
		<wfw:commentRss>http://www.doutdex.com/blog/2010/04/11/como-saber-la-distribuciion-y-version-de-linux-en-tu-pc/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Backup database -base de datos- mysql en archivo con cron con timestamp date fecha</title>
		<link>http://www.doutdex.com/blog/2009/06/20/backup-database-base-de-datos-mysql-en-archivo-con-cron-con-timestamp-date-fecha/</link>
		<comments>http://www.doutdex.com/blog/2009/06/20/backup-database-base-de-datos-mysql-en-archivo-con-cron-con-timestamp-date-fecha/#comments</comments>
		<pubDate>Sat, 20 Jun 2009 17:22:55 +0000</pubDate>
		<dc:creator>doutdex</dc:creator>
				<category><![CDATA[Base de Datos]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Mysql]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Unix]]></category>
		<category><![CDATA[backup]]></category>
		<category><![CDATA[cron]]></category>

		<guid isPermaLink="false">http://www.doutdex.com/blog/2009/06/20/backup-database-base-de-datos-mysql-en-archivo-con-cron-con-timestamp-date-fecha/</guid>
		<description><![CDATA[Amigos un ejemplo practico de respaldar una base de datos: Comandos: 1) Editar el archivo de crones para el usuario crontab -e 2) Agregar una línea indicando cada cuanto se va ejecutar, para este ejemplo puntual el cron se ejecutará semanalmente todos los días Lunes a las 10:30 de la mañana. 30 10 * * [...]]]></description>
		<wfw:commentRss>http://www.doutdex.com/blog/2009/06/20/backup-database-base-de-datos-mysql-en-archivo-con-cron-con-timestamp-date-fecha/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Problem a para instalar &#8211; configurar &#8211; camara web cam in ubuntu with kernel 2.6.27.11</title>
		<link>http://www.doutdex.com/blog/2009/04/04/problem-to-install-webcam-stat-gspako-semaphoreh-ubuntu-error-1/</link>
		<comments>http://www.doutdex.com/blog/2009/04/04/problem-to-install-webcam-stat-gspako-semaphoreh-ubuntu-error-1/#comments</comments>
		<pubDate>Sun, 05 Apr 2009 06:49:17 +0000</pubDate>
		<dc:creator>doutdex</dc:creator>
				<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[debian]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[webcam]]></category>

		<guid isPermaLink="false">http://www.doutdex.com/blog/?p=403</guid>
		<description><![CDATA[Hello guys, i was 3 hours trying to rebuid the sources of my webcam drivers chip z star in Ubuntu 8.10 kernel 2.6.27-11-generic was complicated, but after reading many post of comments in some blogs i understood what happen because before compiled same sources in Ubuntu 7.04, 7.08, 8.04 but for 8.10 something is wrong, [...]]]></description>
		<wfw:commentRss>http://www.doutdex.com/blog/2009/04/04/problem-to-install-webcam-stat-gspako-semaphoreh-ubuntu-error-1/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Como crear una imagen iso</title>
		<link>http://www.doutdex.com/blog/2008/10/24/como-crear-una-imagen-iso/</link>
		<comments>http://www.doutdex.com/blog/2008/10/24/como-crear-una-imagen-iso/#comments</comments>
		<pubDate>Fri, 24 Oct 2008 14:10:46 +0000</pubDate>
		<dc:creator>simon</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Unix]]></category>
		<category><![CDATA[Add new tag]]></category>

		<guid isPermaLink="false">http://blog.doutdex.com/?p=238</guid>
		<description><![CDATA[Para crear una imagen iso a partir de cualquier archivo: mkisofs -R -J -o archivo.iso /archivo/a/convertir/en/iso -R para que reconozca más de 8 caracteres en linux -J para que windows reconozca la iso. -o nombre de archivo iso.]]></description>
		<wfw:commentRss>http://www.doutdex.com/blog/2008/10/24/como-crear-una-imagen-iso/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Problema wifi notebook olidata L41II1 driver controlador para windows XP</title>
		<link>http://www.doutdex.com/blog/2008/10/20/problema-notebook-wifi-olidata-41ii1-windows-xp/</link>
		<comments>http://www.doutdex.com/blog/2008/10/20/problema-notebook-wifi-olidata-41ii1-windows-xp/#comments</comments>
		<pubDate>Tue, 21 Oct 2008 02:50:47 +0000</pubDate>
		<dc:creator>doutdex</dc:creator>
				<category><![CDATA[Drivers]]></category>
		<category><![CDATA[Windows XP]]></category>
		<category><![CDATA[win XP]]></category>

		<guid isPermaLink="false">http://blog.doutdex.com/?p=227</guid>
		<description><![CDATA[Amigos para el que ha sufrido tratando de instalar la tarjeta inalámbrica al tener instalado windows XP, les cuento que ha mí me paso lo mismo arreglando un PC varias noches buscando cual sería el driver correcto, finalmente buscando encontré que existen dos versiones de CDS con Driversel 1.2 funciona para win Vista y el [...]]]></description>
		<wfw:commentRss>http://www.doutdex.com/blog/2008/10/20/problema-notebook-wifi-olidata-41ii1-windows-xp/feed/</wfw:commentRss>
		<slash:comments>7</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>Cómo Aumentar la velocidad de Internet en Windows XP y win 2003 server</title>
		<link>http://www.doutdex.com/blog/2008/10/20/aumentar-la-velocidad-de-internet-en-windows-xp-y-win-2003-server/</link>
		<comments>http://www.doutdex.com/blog/2008/10/20/aumentar-la-velocidad-de-internet-en-windows-xp-y-win-2003-server/#comments</comments>
		<pubDate>Mon, 20 Oct 2008 12:52:07 +0000</pubDate>
		<dc:creator>doutdex</dc:creator>
				<category><![CDATA[Windows XP]]></category>
		<category><![CDATA[velocidad Internet]]></category>

		<guid isPermaLink="false">http://blog.doutdex.com/?p=195</guid>
		<description><![CDATA[Para el que no sepa, Windows XP posee un paquete QoS (Caldiad de servicio) que dentro de una configuración, se especifica un valor para que el sistema reserve 20% del ancho de banda de una conexión, &#8221; este valor limita las reservas de ancho de banda combinadas de todos los programas que se ejecutan en [...]]]></description>
		<wfw:commentRss>http://www.doutdex.com/blog/2008/10/20/aumentar-la-velocidad-de-internet-en-windows-xp-y-win-2003-server/feed/</wfw:commentRss>
		<slash:comments>1</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>Crear usuarios con shell y sin shell para servidor virtual apache, grupos en ubuntu</title>
		<link>http://www.doutdex.com/blog/2008/08/19/crear-usuarios-con-shell-y-sin-shell-para-servidor-virtual-apache-grupos-en-ubuntu/</link>
		<comments>http://www.doutdex.com/blog/2008/08/19/crear-usuarios-con-shell-y-sin-shell-para-servidor-virtual-apache-grupos-en-ubuntu/#comments</comments>
		<pubDate>Wed, 20 Aug 2008 02:23:17 +0000</pubDate>
		<dc:creator>doutdex</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://doutdex.wordpress.com/?p=137</guid>
		<description><![CDATA[¿Como se crea un nuevo usuario en ubuntu usando la consola? useradd nombreusuario ¿Cómo configurar un servidor virtual para apache 2 con usuario distinto al del usuario por defecto de apache? 1) Crear el grupo del nuevo usuario groupadd sitio000 2) Crear nuevo directorio para el sitio web mkdir /sites/misitio.com/web 3) Creacíon de usuario, sin [...]]]></description>
		<wfw:commentRss>http://www.doutdex.com/blog/2008/08/19/crear-usuarios-con-shell-y-sin-shell-para-servidor-virtual-apache-grupos-en-ubuntu/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Como eliminar imagen de kernel en ubuntu listado menu grub</title>
		<link>http://www.doutdex.com/blog/2008/07/16/como-eliminar-imagen-de-kernel-en-ubuntu-listado-menu-grub/</link>
		<comments>http://www.doutdex.com/blog/2008/07/16/como-eliminar-imagen-de-kernel-en-ubuntu-listado-menu-grub/#comments</comments>
		<pubDate>Wed, 16 Jul 2008 18:28:55 +0000</pubDate>
		<dc:creator>doutdex</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[kernel]]></category>

		<guid isPermaLink="false">http://doutdex.wordpress.com/?p=127</guid>
		<description><![CDATA[linux-headers-2.6.24-16-generic Listamos para saber todas las imágenes del kermel y módulos de los mismo: aptitude search linux-&#124;grep ^i Eliminamos la imagen, el módulo para esa versión: aptitude purge linux-image-2.6.22-14-generic linux-restricted-modules-2.6.22 linux-image-2.6.22-14-generic &#160; linux-headers-2.6.24-16 linux-restricted-modules-2.6.24 linux-ubuntu-modules-2.6.24-19- Así eliminamos las imágenes liberando espacio en disco y los sacamos del menú grub también. Referencia: http://it.dennyhalim.com/2008/06/remove-old-ubuntu-kernel.html]]></description>
		<wfw:commentRss>http://www.doutdex.com/blog/2008/07/16/como-eliminar-imagen-de-kernel-en-ubuntu-listado-menu-grub/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Programas favoritos en Ubuntu</title>
		<link>http://www.doutdex.com/blog/2008/07/02/programas-favoritos-en-ubuntu/</link>
		<comments>http://www.doutdex.com/blog/2008/07/02/programas-favoritos-en-ubuntu/#comments</comments>
		<pubDate>Wed, 02 Jul 2008 20:54:54 +0000</pubDate>
		<dc:creator>doutdex</dc:creator>
				<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://doutdex.wordpress.com/?p=20</guid>
		<description><![CDATA[Aquí les dejo una lista de programas que uso frecuentemente en ubuntu: azureus Para bajar torrents (se necesita JVM) para el que nunca ha descargado torrents buscar en www.isohunt.com o www.mininova.org descargar el archivo, ejemplo: Heroes.S01E22.HDTV.XviD-LOL.torrent (mi serie favorita) y luego abrir el archivo *.torrent con el azureus o simplemente arrastrar el archivo al programa. [...]]]></description>
		<wfw:commentRss>http://www.doutdex.com/blog/2008/07/02/programas-favoritos-en-ubuntu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

