<?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>Tutoriales Ubuntu</title>
	<atom:link href="http://www.tutoriales-ubuntu.com/feed" rel="self" type="application/rss+xml" />
	<link>http://www.tutoriales-ubuntu.com</link>
	<description>Todo sobre Ubuntu!</description>
	<lastBuildDate>Mon, 30 Jul 2012 18:47:12 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
		<item>
		<title>Instalar Java7 de Oracle en Ubuntu</title>
		<link>http://www.tutoriales-ubuntu.com/archives/instalar-java7-de-oracle-en-ubuntu</link>
		<comments>http://www.tutoriales-ubuntu.com/archives/instalar-java7-de-oracle-en-ubuntu#comments</comments>
		<pubDate>Mon, 30 Jul 2012 18:44:57 +0000</pubDate>
		<dc:creator>roaksoax</dc:creator>
				<category><![CDATA[How To]]></category>
		<category><![CDATA[Otros]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[java7]]></category>
		<category><![CDATA[oracle]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://www.tutoriales-ubuntu.com/?p=223</guid>
		<description><![CDATA[Para poder installar java7, que ahora pertenece a Oracle, lo podemos hacer de una manera muy sensilla desde PPA: sudo add-apt-repository ppa:webupd8team/java sudo apt-get update sudo apt-get install oracle-java7-installer Una vez instalado, podemos verificar que la version de java es correct, haciendo el siguiente comando: java -version El resultado debe ser similar al siguiente: java [...]]]></description>
			<content:encoded><![CDATA[<p>Para poder installar java7, que ahora pertenece a Oracle, lo podemos hacer de una manera muy sensilla desde PPA:</p>
<blockquote>
<pre><code>sudo add-apt-repository ppa:webupd8team/java
</code>sudo apt-get update 
sudo apt-get install oracle-java7-installer</pre>
</blockquote>
<pre>Una vez instalado, podemos verificar que la version de java es correct, haciendo el siguiente comando:</pre>
<blockquote>
<pre>java -version</pre>
</blockquote>
<pre>El resultado debe ser similar al siguiente:</pre>
<blockquote><p>java version &#8220;1.7.0_05&#8243;<br />
Java(TM) SE Runtime Environment (build 1.7.0_05-b05)<br />
Java HotSpot(TM) 64-Bit Server VM (build 23.1-b03, mixed mode)</p></blockquote>
<p>Ahora bien, si por alguna razon Java7 de oracle no esta siendo utilizado, lo que se tiene que hacer es lo siguiente:</p>
<blockquote>
<pre><code>sudo update-java-alternatives -s java-7-oracle</code></pre>
</blockquote>
]]></content:encoded>
			<wfw:commentRss>http://www.tutoriales-ubuntu.com/archives/instalar-java7-de-oracle-en-ubuntu/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ubuntu 12.04 Precise Pangolin Lanzado!!</title>
		<link>http://www.tutoriales-ubuntu.com/archives/ubuntu-12-04-precise-pangolin-lanzado</link>
		<comments>http://www.tutoriales-ubuntu.com/archives/ubuntu-12-04-precise-pangolin-lanzado#comments</comments>
		<pubDate>Thu, 26 Apr 2012 18:27:34 +0000</pubDate>
		<dc:creator>roaksoax</dc:creator>
				<category><![CDATA[How To]]></category>
		<category><![CDATA[12.04]]></category>
		<category><![CDATA[precise]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://www.tutoriales-ubuntu.com/?p=216</guid>
		<description><![CDATA[Ubuntu Precise Pangolin ya esta disponible para la descarga. Usted puede descargar Ubuntu 12.04 aqui: http://www.ubuntu.com/download Para actualizar de Ubuntu 11.10, siga el siguiente enlace (en ingles): http://www.ubuntu.com/download/desktop/upgrade Las notas de lanzamiento estan disponibles (en Ingles) http://www.ubuntu.com/getubuntu/releasenotes Para descubrir mas, siga los siguientes enlaces (en Ingles): http://www.ubuntu.com/ubuntu/whats-new http://www.ubuntu.com/ubuntu/features]]></description>
			<content:encoded><![CDATA[<p>Ubuntu Precise Pangolin ya esta disponible para la descarga.</p>
<p>Usted puede descargar Ubuntu 12.04 aqui:</p>
<p><a href="http://www.ubuntu.com/getubuntu/releasenotes">http://www.ubuntu.com/download</a></p>
<p>Para actualizar de Ubuntu 11.10, siga el siguiente enlace (en ingles):</p>
<p><a href="http://www.ubuntu.com/download/desktop/upgrade">http://www.ubuntu.com/download/desktop/upgrade</a></p>
<p>Las notas de lanzamiento estan disponibles (en Ingles)</p>
<p><a href="http://www.ubuntu.com/getubuntu/releasenotes">http://www.ubuntu.com/getubuntu/releasenotes</a></p>
<p>Para descubrir mas, siga los siguientes enlaces (en Ingles):</p>
<p><a href="http://www.ubuntu.com/ubuntu/whats-new">http://www.ubuntu.com/ubuntu/whats-new</a><br />
<a href="http://www.ubuntu.com/ubuntu/features"> http://www.ubuntu.com/ubuntu/features</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.tutoriales-ubuntu.com/archives/ubuntu-12-04-precise-pangolin-lanzado/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Instalar Chromium Browser en Ubuntu Karmic</title>
		<link>http://www.tutoriales-ubuntu.com/archives/instalar-chromium-browser-en-ubuntu-karmic</link>
		<comments>http://www.tutoriales-ubuntu.com/archives/instalar-chromium-browser-en-ubuntu-karmic#comments</comments>
		<pubDate>Mon, 23 Nov 2009 22:23:55 +0000</pubDate>
		<dc:creator>roaksoax</dc:creator>
				<category><![CDATA[Gnome]]></category>
		<category><![CDATA[How To]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[browser]]></category>
		<category><![CDATA[chromium]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[karmic]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://www.tutoriales-ubuntu.com/?p=208</guid>
		<description><![CDATA[En este tutorial les mostrareee como instalar el Explorador de Internet de Google, Chromium, en Ubuntu Karmic. Como primer paso, tenemos que abrir el archivo donde se indican la fuente de software de Chromium. Para esto, habrimos una terminal y hacemos el siguiente comando: sugo gedit /etc/apt/sources.list Una vez que hemos abierto el archivo, copiamos [...]]]></description>
			<content:encoded><![CDATA[<p>En este tutorial les mostrareee como instalar el Explorador de Internet de Google, Chromium, en Ubuntu Karmic.</p>
<p>Como primer paso, tenemos que abrir el archivo donde se indican la fuente de software de Chromium. Para esto, habrimos una terminal y hacemos el siguiente comando:</p>
<blockquote><p><code>sugo gedit /etc/apt/sources.list</code></p></blockquote>
<p>Una vez que hemos abierto el archivo, copiamos lo siguiente al final de este:</p>
<blockquote><p><code>deb http://ppa.launchpad.net/chromium-daily/ppa/ubuntu karmic main<br />
deb-src http://ppa.launchpad.net/chromium-daily/ppa/ubuntu karmic main</code></p></blockquote>
<p>Luego guardamos el archivo, cerramos, y hacemos lo siguiente en la terminal:</p>
<blockquote><p><code>sudo apt-key adv --recv-keys --keyserver keyserver.ubuntu.com 0xfbef0d696de1c72ba5a835fe5a9bf3bb4e5e17b5</code></p></blockquote>
<p>Luego, hacemos lo siguiente desde la terminal:</p>
<blockquote><p><code>sudo apt-get update</code></p></blockquote>
<p>Y por ultimo, instalamos:</p>
<blockquote><p><code>sudo apt-get install chromium-browse</code>r</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://www.tutoriales-ubuntu.com/archives/instalar-chromium-browser-en-ubuntu-karmic/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Pide tu tutorial!!</title>
		<link>http://www.tutoriales-ubuntu.com/archives/pide-tu-tutorial</link>
		<comments>http://www.tutoriales-ubuntu.com/archives/pide-tu-tutorial#comments</comments>
		<pubDate>Thu, 15 Oct 2009 23:53:25 +0000</pubDate>
		<dc:creator>roaksoax</dc:creator>
				<category><![CDATA[How To]]></category>

		<guid isPermaLink="false">http://www.tutoriales-ubuntu.com/?p=206</guid>
		<description><![CDATA[Deseas ayuda en algo y no encuentras el tutorial que estas buscando?? Pues p&#8217;idelo, solo deja tu comentario.]]></description>
			<content:encoded><![CDATA[<p>Deseas ayuda en algo y no encuentras el tutorial que estas buscando?? Pues p&#8217;idelo, solo deja tu comentario.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.tutoriales-ubuntu.com/archives/pide-tu-tutorial/feed</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
		<item>
		<title>Agregar una entrada para Windows si Grub no la lista</title>
		<link>http://www.tutoriales-ubuntu.com/archives/agregar-una-entrada-para-windows-si-grub-no-la-lista</link>
		<comments>http://www.tutoriales-ubuntu.com/archives/agregar-una-entrada-para-windows-si-grub-no-la-lista#comments</comments>
		<pubDate>Fri, 04 Sep 2009 18:02:03 +0000</pubDate>
		<dc:creator>roaksoax</dc:creator>
				<category><![CDATA[Grub]]></category>
		<category><![CDATA[Sistema]]></category>
		<category><![CDATA[agregar]]></category>
		<category><![CDATA[agregar windows a grub]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[windows a grub]]></category>

		<guid isPermaLink="false">http://www.tutoriales-ubuntu.com/?p=204</guid>
		<description><![CDATA[Este tutorial les servirá a todos aquellos que por alguna razón tienen instalado Windows, pero este no se muestra listado en nuestro Grub. Esto en realidad es muy simple y lo único que necesitamos saber es donde se instalado Windows. Suponiendo que nuestro Windows está instalado en la partición /dev/sda1, hacemos lo siguiente: :~$ sudo [...]]]></description>
			<content:encoded><![CDATA[<p>Este tutorial les servirá a todos aquellos que por alguna razón tienen instalado Windows, pero este no se muestra listado en nuestro Grub. Esto en realidad es muy simple y lo único que necesitamos saber es donde se instalado Windows. Suponiendo que nuestro Windows está instalado en la partición <em><strong>/dev/sda1</strong></em>, hacemos lo siguiente:</p>
<blockquote><p><code><em><strong>:~$ sudo vim /boot/grub/menu.lst</strong></em></code></p></blockquote>
<p><span id="more-204"></span></p>
<p>Y al final del archivo agregamos algo similar a:</p>
<blockquote><p><code><em><strong>title   Windows XP<br />
root   (hd0,0)<br />
makeactive<br />
chainloader   +1</strong></em></code></p></blockquote>
<p>Ahora bien, sabiendo que hacemos si Windows está en <em><strong>sda2</strong></em> y no está en <em><strong>sda1</strong></em>?? Cuando tenemos una partición de la forma <em><strong>sda1</strong></em>, esto significa que estamos en el disco <em><strong>(hd0,0)</strong></em>. Si la partición es <em><strong>sda2</strong></em>, el disco es <em><strong>(hd0,1)</strong></em> y así sucesivamente. Y ahora solo reiniciamos el sistema y ya debemos tener una entrada para Windows en nuestro grub.</p>
<p><strong>NOTA:</strong> Solo por motivos de conocimiento, en caso que se tenga una partición<em><strong> sdb1</strong></em>, el disco será <em><strong>(hd1,0)</strong></em>. Si es <em><strong>sdb2</strong></em>, el disco será <em><strong>(hd1,1)</strong></em> y así sucesivamente.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.tutoriales-ubuntu.com/archives/agregar-una-entrada-para-windows-si-grub-no-la-lista/feed</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Como reinstalar Grub después de una instalación de Windows</title>
		<link>http://www.tutoriales-ubuntu.com/archives/como-reinstalar-grub-despues-de-una-instalacion-de-windows</link>
		<comments>http://www.tutoriales-ubuntu.com/archives/como-reinstalar-grub-despues-de-una-instalacion-de-windows#comments</comments>
		<pubDate>Fri, 04 Sep 2009 17:41:22 +0000</pubDate>
		<dc:creator>roaksoax</dc:creator>
				<category><![CDATA[Grub]]></category>
		<category><![CDATA[Sistema]]></category>
		<category><![CDATA[recuperar]]></category>
		<category><![CDATA[recuperar windows]]></category>
		<category><![CDATA[reinstalar]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://www.tutoriales-ubuntu.com/?p=200</guid>
		<description><![CDATA[Este tutorial es para todos aquellos que tenian Dual-Boot (Windows y Ubuntu) en sus computadoras, y que por alguna razón tuvieron que reinstalar Windows, y obviamente, perdieron el Dual-Boot y ya no tiene Grub Instalado que les da a escoger que sistema operativo desean iniciar. Para arreglar esto seguiremos los siguientes pasos: Lo primero que [...]]]></description>
			<content:encoded><![CDATA[<p>Este tutorial es para todos aquellos que tenian Dual-Boot (Windows y Ubuntu) en sus computadoras, y que por alguna razón tuvieron que reinstalar Windows, y obviamente, perdieron el Dual-Boot y ya no tiene Grub Instalado que les da a escoger que sistema operativo desean iniciar. Para arreglar esto seguiremos los siguientes pasos:</p>
<ol>
<li>Lo primero que tenemos que hacer es iniciar Ubuntu desde un Live CD.</li>
<li>Luego tenemos que ejecutar una seria de comandos que definirán el lugar donde instalaremos grub. Por tanto, hacemos lo siguiente:</li>
<blockquote><p><code><em><strong>:~$ sudo grub<br />
&gt; find /boot/grub/stage1</strong></em></code></p></blockquote>
<p>El resultado del comando anterior nos mostrará un resultado parecido a <em><strong>(hdX,Y)</strong></em>, donde <em><strong>X</strong></em> es el número que identifica el disco duro, y <em><strong>Y</strong></em> es el número que identifica la partición. Este resultado lo utilizaremos en el paso siguiente.</p>
<p><span id="more-200"></span></p>
<li>Ahora que tenemos el disco y la partició donde instalaremos Grub, hacemos lo siguiente:</li>
<blockquote><p><code><em><strong>&gt; root (hdX,Y)<br />
&gt; setup (hdX)<br />
&gt; quit<br />
</strong></em></code></p></blockquote>
<li>Por último, reiniciamos el computador y listo. Ya debemos tener Grub instalado nuevamente mostranto tanto a Ubuntu como Windows.</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://www.tutoriales-ubuntu.com/archives/como-reinstalar-grub-despues-de-una-instalacion-de-windows/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Instalar un servidor DHCP en Ubuntu Jaunty</title>
		<link>http://www.tutoriales-ubuntu.com/archives/instalar-un-servidor-dhcp-en-ubuntu-jaunty</link>
		<comments>http://www.tutoriales-ubuntu.com/archives/instalar-un-servidor-dhcp-en-ubuntu-jaunty#comments</comments>
		<pubDate>Fri, 03 Jul 2009 04:59:45 +0000</pubDate>
		<dc:creator>roaksoax</dc:creator>
				<category><![CDATA[How To]]></category>
		<category><![CDATA[dhcp]]></category>
		<category><![CDATA[instalar servidor dhcp]]></category>
		<category><![CDATA[tutoriales]]></category>
		<category><![CDATA[tutoriales ubuntu]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[ubuntu tutoriales]]></category>

		<guid isPermaLink="false">http://www.tutoriales-ubuntu.com/?p=192</guid>
		<description><![CDATA[En este tutorial les voy a mostrar como instalar un servidor DHCP en Ubuntu Jaunty Jackalope. Lo primero aquí es instalar dhcp3-server. Para esto hacemos lo siguiente: sudo apt-get install dhcp3-server Ahora, en caso deseemos que DHCP funcione en varias interfaces de red, tenemos que editar el archivo /etc/default/dhcp3-server, pero esto no es necesario si [...]]]></description>
			<content:encoded><![CDATA[<p>En este tutorial les voy a mostrar como instalar un servidor DHCP en Ubuntu Jaunty Jackalope. Lo primero aquí es instalar dhcp3-server. Para esto hacemos lo siguiente:</p>
<blockquote><p><code><em>sudo apt-get install dhcp3-server</em></code></p></blockquote>
<p>Ahora, en caso deseemos que DHCP funcione en varias interfaces de red, tenemos que editar el archivo /etc/default/dhcp3-server, pero esto no es necesario si la interfaz que utilizamos es eth0, ya que es la interfaz por defecto.<br />
<span id="more-192"></span></p>
<p>Por último vamos a configurar el servidor DHCP. Esto se hace en /etc/dhcp3/dhcpd.conf e ingresamos datos similares a los siguientes:</p>
<blockquote><p><code><em>default-lease-time 600;<br />
max-lease-time 7200;<br />
option subnet-mask 255.255.255.0;<br />
option broadcast-address 10.10.10.255;<br />
option routers 10.10.10.1;<br />
option domain-name-servers 208.67.222.222, 208.67.220.220;<br />
option domain-name "dominio.ejemplo.com";</p>
<p>subnet 10.10.10.0 netmask 255.255.255.0 {<br />
range 10.10.10.10 10.10.1.50;<br />
range 10.10.10.100 10.10.10.150;<br />
}</em></code></p></blockquote>
<p>Ahora reiniciamos el servicio para que los cambios tomen efecto:</p>
<blockquote><p><code><em><br />
sudo /etc/init.d/dhcp3-server</em></code></p></blockquote>
<p>Y listo! Tenemos nuestro servidor DHCP configurado.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.tutoriales-ubuntu.com/archives/instalar-un-servidor-dhcp-en-ubuntu-jaunty/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Actualizar Ubuntu Server: De Intrepid Ibex 8.10 a Jaunty Jackalope 9.04</title>
		<link>http://www.tutoriales-ubuntu.com/archives/actualizar-ubuntu-server-de-intrepid-ibex-810-a-jaunty-jackalope-904</link>
		<comments>http://www.tutoriales-ubuntu.com/archives/actualizar-ubuntu-server-de-intrepid-ibex-810-a-jaunty-jackalope-904#comments</comments>
		<pubDate>Sun, 31 May 2009 06:10:42 +0000</pubDate>
		<dc:creator>roaksoax</dc:creator>
				<category><![CDATA[Actualizaciones]]></category>
		<category><![CDATA[Sistema]]></category>
		<category><![CDATA[actualizar]]></category>
		<category><![CDATA[actualizar de intrepid a jaunty]]></category>
		<category><![CDATA[actualizar ubuntu server a jaunty]]></category>
		<category><![CDATA[intrepid]]></category>
		<category><![CDATA[jaunty]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[servidor]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://www.tutoriales-ubuntu.com/?p=189</guid>
		<description><![CDATA[Si alguno de estudes cuenta con un servidor en Ubuntu Intrepid Ibex 8.10, se habrá preguntado cual es la mejor forma de actualizar a Ubuntu Jaunty?? Pues es bien simple. Lo primero que tenemos que hacer es instalar lo siguiente: :~$ sudo apt-get install update-manager-core Una vez instalado hacemos lo siguiente: :~$ sudo do-release-upgrade Y [...]]]></description>
			<content:encoded><![CDATA[<p>Si alguno de estudes cuenta con un servidor en Ubuntu Intrepid Ibex 8.10, se habrá preguntado cual es la mejor forma de actualizar a Ubuntu Jaunty?? Pues es bien simple. Lo primero que tenemos que hacer es instalar lo siguiente:</p>
<blockquote><p><em><code><strong>:~$ sudo apt-get install update-manager-core</strong></code></em></p></blockquote>
<p>Una vez instalado hacemos lo siguiente:</p>
<blockquote><p><em><code><strong>:~$ sudo do-release-upgrade</strong></code></em></p></blockquote>
<p>Y listo, esperamos hasta que termine de descargar y empiece a actualizar. Una vez que empiece a actualizar, talvéz será necesario responder algunas preguntas sencillas.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.tutoriales-ubuntu.com/archives/actualizar-ubuntu-server-de-intrepid-ibex-810-a-jaunty-jackalope-904/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Configurar Evolution para Hotmail o Windows Live en Ubuntu con POP</title>
		<link>http://www.tutoriales-ubuntu.com/archives/configurar-evolution-para-hotmail-o-windows-live-en-ubuntu-con-pop</link>
		<comments>http://www.tutoriales-ubuntu.com/archives/configurar-evolution-para-hotmail-o-windows-live-en-ubuntu-con-pop#comments</comments>
		<pubDate>Fri, 15 May 2009 15:25:39 +0000</pubDate>
		<dc:creator>roaksoax</dc:creator>
				<category><![CDATA[Correo]]></category>
		<category><![CDATA[Evolution]]></category>
		<category><![CDATA[hotmail]]></category>
		<category><![CDATA[pop]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[ubuntu evolution hotmail]]></category>
		<category><![CDATA[ubuntu evolution windows live]]></category>
		<category><![CDATA[ubuntu hotmail]]></category>
		<category><![CDATA[ubuntu windows live]]></category>
		<category><![CDATA[windows live]]></category>

		<guid isPermaLink="false">http://www.tutoriales-ubuntu.com/?p=183</guid>
		<description><![CDATA[Para configurar su cuenta de Hotmail, o Windows Live, con Evolution, necesitan seguir los mismos pasos que con el tutorial de como Configurar Evolution para Gmail en Ubuntu con POP, sólo que tenemos que usar valores diferentes para los servidores de POP y SMTP. Los valores para recibir correo, son los siguientes: Tipo de Servidor: [...]]]></description>
			<content:encoded><![CDATA[<p>Para configurar su cuenta de Hotmail, o Windows Live, con Evolution, necesitan seguir los mismos pasos que con el tutorial de como Configurar <a href="http://www.tutoriales-ubuntu.com/archives/configurar-evolution-para-gmail-en-ubuntu-con-pop" target="_blank"><em><strong>Evolution para Gmail en Ubuntu con POP</strong></em></a>, sólo que tenemos que usar valores diferentes para los servidores de POP y SMTP.</p>
<p>Los valores para recibir correo, son los siguientes:</p>
<p><span id="more-183"></span><strong>Tipo de Servidor:</strong> POP<br />
<strong>Servidor:</strong> pop3.live.com:995<br />
<strong>Usuario:</strong> tucorreo@live.com o  tucorreo@hotmail.com<br />
<strong>Utilizar conexión segura:</strong> Cifrado SSL<br />
<strong>Tipo de Autenticación:</strong> Contraseña</p>
<p>Los valores para enviar correo, son los siguientes:</p>
<p><strong>Tipo de Servidor:</strong> SMTP<strong><br />
Servidor:</strong> smtp.live.com:587 (Y seleccionar, <em><strong>&#8220;El servidor requiere autenticación&#8221;</strong></em>)<strong><br />
Utilizar conexión segura:</strong> Cifrado TLS<strong><br />
Tipo de Autenticación:</strong> Login<strong><br />
Usuario:</strong> tucorreo@live.com o tucorreo@hotmail.com</p>
]]></content:encoded>
			<wfw:commentRss>http://www.tutoriales-ubuntu.com/archives/configurar-evolution-para-hotmail-o-windows-live-en-ubuntu-con-pop/feed</wfw:commentRss>
		<slash:comments>148</slash:comments>
		</item>
		<item>
		<title>Habilitar CTRL + ALT + BACKSPACE en Ubuntu Jaunty</title>
		<link>http://www.tutoriales-ubuntu.com/archives/habilitar-ctrl-alt-backspace-en-ubuntu-jaunty</link>
		<comments>http://www.tutoriales-ubuntu.com/archives/habilitar-ctrl-alt-backspace-en-ubuntu-jaunty#comments</comments>
		<pubDate>Tue, 05 May 2009 15:46:16 +0000</pubDate>
		<dc:creator>roaksoax</dc:creator>
				<category><![CDATA[Gnome]]></category>
		<category><![CDATA[How To]]></category>
		<category><![CDATA[Sistema]]></category>
		<category><![CDATA[activar ctrl alt backspace]]></category>
		<category><![CDATA[activar ctrl alt backspace en jaunty]]></category>
		<category><![CDATA[ctrl alt backspace]]></category>
		<category><![CDATA[habilitar]]></category>
		<category><![CDATA[jaunty]]></category>
		<category><![CDATA[jaunty gnome]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[ubuntu jaunty habilitar ctrl alt backspace]]></category>

		<guid isPermaLink="false">http://www.tutoriales-ubuntu.com/?p=176</guid>
		<description><![CDATA[Algunos de ustedes que ya han migrado a Jaunty Jackalope se habrán dado con la sopresa que el comando CTRL + ATL + BACKSPACE para reiniciar gdm, ha sido deshabilitado. Personalmente pienso que es bueno tenerlo habilitado por cualquier &#8220;emergencia&#8221;. Existen dos formas de hacerlo, la primera es modificar el archivo /etc/X11/xorg.con o utitlizar un [...]]]></description>
			<content:encoded><![CDATA[<p>Algunos de ustedes que ya han migrado a Jaunty Jackalope se habrán dado con la sopresa que el comando CTRL + ATL + BACKSPACE para reiniciar gdm, ha sido deshabilitado. Personalmente pienso que es bueno tenerlo habilitado por cualquier &#8220;emergencia&#8221;. Existen dos formas de hacerlo, la primera es modificar el archivo /etc/X11/xorg.con o utitlizar un comando. Pero tanto ustedes como yo, no deseamos modificar este archivo, así que utilizaremos el comando.</p>
<p><span id="more-176"></span></p>
<p>Lo primero que haremos, es instalarlo:</p>
<blockquote><p><em><code>:~$ sudo apt-get install dontzap</code></em></p></blockquote>
<p>Luego, vamos a habilitar CTRL + ALT + BACKSPACE de la siguiente manera:</p>
<blockquote><p><em><code>:~$ sudo dontzap --disable</code></em></p></blockquote>
<p>Una vez hecho este comando, reiniciamos GDM o nuestra PC, como uds. prefieran. Una vez reiniciado, ya tendremos habilitado CTRL + ALT + BACKSPACE</p>
]]></content:encoded>
			<wfw:commentRss>http://www.tutoriales-ubuntu.com/archives/habilitar-ctrl-alt-backspace-en-ubuntu-jaunty/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>
