<?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>Linux, Java y programación &#187; servidor</title>
	<atom:link href="http://casidiablo.net/tag/servidor/feed/" rel="self" type="application/rss+xml" />
	<link>http://casidiablo.net</link>
	<description>Blog de Java, Programación y Linux</description>
	<lastBuildDate>Fri, 11 Nov 2011 05:41:21 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Actualizar Ubuntu Server [de 8.4 a 8.10]</title>
		<link>http://casidiablo.net/update-ubuntu-server-hardy-intrepid/</link>
		<comments>http://casidiablo.net/update-ubuntu-server-hardy-intrepid/#comments</comments>
		<pubDate>Fri, 31 Oct 2008 09:55:02 +0000</pubDate>
		<dc:creator>Cristian</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[actualizar]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[servidor]]></category>
		<category><![CDATA[update]]></category>
		<category><![CDATA[upgrade]]></category>

		<guid isPermaLink="false">http://casidiablo.net/?p=2130</guid>
		<description><![CDATA[Como te habrás enterado leyendo en el 90% de la blogosfera linuxera, ya se encuentra disponible la versión 8.10 de Ubuntu. Y por supuesto, algunos ya han escrito guías al respecto, sobre todo para los usuarios de escritorio (te recomiendo ésta que escribió José de UbuntuLife). Por tanto me concentraré en la parte del servidor, [...]]]></description>
			<content:encoded><![CDATA[
<div class="topsy_widget_data topsy_theme_blue" style="float: right;margin-left: 0.75em; background: url(data:,%7B%20%22url%22%3A%20%22http%253A%252F%252Fcasidiablo.net%252Fupdate-ubuntu-server-hardy-intrepid%252F%22%2C%20%22style%22%3A%20%22big%22%2C%20%22title%22%3A%20%22Actualizar%20Ubuntu%20Server%20%5Bde%208.4%20a%208.10%5D%22%20%7D);"></div>
<p style="text-align: center;"><img src="http://casidiablo.net/wordpress/wp-content/uploads/2008/10/ubuntu-server.png" alt="ubuntu server" /></p>
<p style="text-align: justify;">Como te habrás enterado leyendo en el 90% de la blogosfera linuxera, ya se encuentra disponible la versión 8.10 de Ubuntu. Y por supuesto, algunos ya han escrito guías al respecto, sobre todo para los usuarios de escritorio (<a href="http://pinguinosycia.blogspot.com/2008/10/instalar-ubuntu-810-por-ubuntulife.html">te recomiendo ésta</a> que escribió José de <a href="http://ubuntulife.wordpress.com">UbuntuLife</a>).</p>
<p style="text-align: justify;">Por tanto me concentraré en la parte del servidor, puesto que no he encontrado suficiente información en Español. La siguiente guía nos permitirá actualizar un servidor con Ubuntu 8.4 a 8.10. Los pasos, aunque usando la consola, son bastantes sencillos.</p>
<p style="text-align: justify;">Primero, loguearnos como root:</p>
<div class="consola">sudo su</div>
<p>Luego:</p>
<div class="consola">apt-get update</div>
<p>Después instalamos el paquete <code>update-manager-core</code>:<span id="more-2130"></span></p>
<div class="consola">apt-get install update-manager-core</div>
<p>Abrir el archivo <em>/etc/update-manager/release-upgrades</em>&#8230;</p>
<div class="consola">nano /etc/update-manager/release-upgrades</div>
<p>Y cambiar <em>Prompt=lts</em> por <em>Prompt=normal</em>:</p>
<div class="consola">[...]<br />
Prompt=normal</div>
<p>Luego ejecutamos el comando <code>do-release-upgrade</code> y confirmamos que queremos actualizar:</p>
<div class="consola">do-release-upgrade<br />
Do you want to start the upgrade?2 packages are going to be removed. 48 new packages are going to be<br />
installed. 376 packages are going to be upgraded.</p>
<p>You have to download a total of 242M. This download will take about 6<br />
minutes with your connection.</p>
<p>Fetching and installing the upgrade can take several hours. Once the<br />
download has finished, the process cannot be cancelled.</p>
<p>Continue [yN]  Details [d] <strong><span style="color: #ff0000;">&lt;&#8211; y</span></strong></div>
<p>Al final te pregunta si deseas eliminar los paquetes obsoletos, a lo que debes responder Yes:</p>
<div class="consola">Remove obsolete packages?21 packages are going to be removed.</p>
<p>Continue [yN]  Details [d] <strong><span style="color: #ff0000;">&lt;&#8211; y</span></strong></div>
<p>El sistema debe ser reiniciado después de la actualización:</p>
<div class="consola">System upgrade is complete.<br />
Restart requiredTo finish the upgrade, a restart is required.<br />
If you select &#8216;y&#8217; the system will be restarted.</p>
<p>Continue [yN]<strong><span style="color: #ff0000;"> &lt;&#8211; y</span></strong></div>
<p>Una vez reiniciado, ya tenemos actualizado nuestro server.</p>
<p>La fuente en inglés es Howtoforge.</p>

]]></content:encoded>
			<wfw:commentRss>http://casidiablo.net/update-ubuntu-server-hardy-intrepid/feed/</wfw:commentRss>
		<slash:comments>13</slash:comments>
		</item>
		<item>
		<title>Tutorial, crear servidor Ubuntu Server</title>
		<link>http://casidiablo.net/servidor-ubuntu-server/</link>
		<comments>http://casidiablo.net/servidor-ubuntu-server/#comments</comments>
		<pubDate>Mon, 11 Aug 2008 22:20:11 +0000</pubDate>
		<dc:creator>Cristian</dc:creator>
				<category><![CDATA[tutorial]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[how-to]]></category>
		<category><![CDATA[servidor]]></category>

		<guid isPermaLink="false">http://casidiablo.net/?p=1326</guid>
		<description><![CDATA[Y una vez mas nuestro amigo Forat.Info nos regala un EXCELENTE tutorial, esta vez para crear un Servidor en Linux Ubuntu Server que ofrezca servicios hacia Internet o a nuestra red local; y se compone de doce capítulos: Introducción - Vol 1 ( Hardware ) - Vol 2 ( Sistema operativo ) - Vol 3 [...]]]></description>
			<content:encoded><![CDATA[
<div class="topsy_widget_data topsy_theme_blue" style="float: right;margin-left: 0.75em; background: url(data:,%7B%20%22url%22%3A%20%22http%253A%252F%252Fcasidiablo.net%252Fservidor-ubuntu-server%252F%22%2C%20%22style%22%3A%20%22big%22%2C%20%22title%22%3A%20%22Tutorial%2C%20crear%20servidor%20Ubuntu%20Server%22%20%7D);"></div>
<p style="text-align: center;"><img class="aligncenter" src="http://farm4.static.flickr.com/3066/2622813643_9bdc3b0c84_o.jpg" alt="serverubuntu" width="192" height="288" /></p>
<p>Y una vez mas nuestro amigo <a href="http://www.forat.info/" target="blank"><strong>Forat.Info</strong></a><strong> </strong>nos regala un EXCELENTE tutorial, esta vez para crear un <strong>Servidor en Linux Ubuntu Server</strong> que ofrezca servicios hacia Internet o a nuestra red local; y se compone de doce capítulos:</p>
<p><a href="http://www.forat.info/2008/06/30/te-gustaria-tener-un-servidor-en-linux-ubuntu-server/" target="blank"><strong>Introducción</strong></a><br />
- Vol 1 ( <a href="http://www.forat.info/2008/07/04/servidor-en-linux-ubuntu-server-vol-1-hardware/" target="blank"><strong>Hardware</strong></a> )<br />
- Vol 2 ( <a href="http://www.forat.info/2008/07/07/servidor-en-linux-ubuntu-server-vol-2-sistema-operativo/" target="blank"><strong>Sistema operativo</strong></a> )<br />
- Vol 3 ( <a href="http://www.forat.info/2008/07/10/servidor-en-linux-ubuntu-server-vol-3-configuracion-de-red/" target="blank"><strong>Configuración de red</strong></a> )<br />
- Vol 4 ( <a href="http://www.forat.info/2008/07/13/servidor-en-linux-ubuntu-server-vol-4-web-server-lamp/" target="blank"><strong>Web Server LAMP</strong></a> )<br />
- Vol 5 ( <a href="http://www.forat.info/2008/07/16/servidor-en-linux-ubuntu-server-vol-5-ftp-server/" target="blank"><strong>FTP Server</strong></a> )<br />
- Vol 6 ( <a href="http://www.forat.info/2008/07/19/servidor-en-linux-ubuntu-server-vol-6-dominios/" target="blank"><strong>Dominios</strong></a> )<br />
- Vol 7 ( <a href="http://www.forat.info/2008/07/22/servidor-en-linux-ubuntu-server-vol-7-estadisticas-hardware/" target="blank"><strong>Estadisticas Hardware</strong></a> )<br />
- Vol 8 ( <a href="http://www.forat.info/2008/07/25/servidor-en-linux-ubuntu-server-vol-8-estadisticas-web/" target="blank"><strong>Estadísticas Web</strong></a> )<br />
- Vol 9 ( <a href="http://www.forat.info/2008/07/28/servidor-en-linux-ubuntu-server-vol-9-entorno-grafico/" target="blank"><strong>Entorno gráfico</strong></a> )<br />
- Vol 10 ( <a href="http://www.forat.info/2008/08/03/servidor-en-linux-ubuntu-server-vol-10-servidor-de-archivos-samba/" target="blank"><strong>Servidor de archivos Samba</strong></a> )<br />
- Vol 11 ( <a href="http://www.forat.info/2008/08/06/servidor-en-linux-ubuntu-server-vol-11-almacen-portatil-usb/" target="blank"><strong>Almacén portátil USB</strong></a> )<br />
- Vol 12 ( <a href="http://www.forat.info/2008/08/09/servidor-en-linux-ubuntu-server-vol-12-blog-con-wordpress/" target="blank"><strong>Blog con WordPress</strong></a> )</p>
<p>Mis más sinceras felicitaciones a David por tan estupendo contenido!</p>
<p>Más información: <a href="http://www.forat.info/2008/08/12/servidor-en-linux-ubuntu-server-manual-completo/">http://www.forat.info/</a></p>

]]></content:encoded>
			<wfw:commentRss>http://casidiablo.net/servidor-ubuntu-server/feed/</wfw:commentRss>
		<slash:comments>36</slash:comments>
		</item>
	</channel>
</rss>

