<?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>jaimenet &#187; Linux</title>
	<atom:link href="http://jaimenet.net/category/linux/feed/" rel="self" type="application/rss+xml" />
	<link>http://jaimenet.net</link>
	<description></description>
	<lastBuildDate>Wed, 05 Oct 2011 16:47:25 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.4</generator>
		<item>
		<title>Resolver nombres de equipos Windows en Linux Ubuntu</title>
		<link>http://jaimenet.net/2011/07/resolver-nombres-de-equipos-windows-en-linux-ubuntu/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=resolver-nombres-de-equipos-windows-en-linux-ubuntu</link>
		<comments>http://jaimenet.net/2011/07/resolver-nombres-de-equipos-windows-en-linux-ubuntu/#comments</comments>
		<pubDate>Fri, 01 Jul 2011 19:24:00 +0000</pubDate>
		<dc:creator>jaime</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[host]]></category>
		<category><![CDATA[ping]]></category>
		<category><![CDATA[resolución de nombres]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://jaimenet.net/?p=46</guid>
		<description><![CDATA[Cuando queremos realizar un ping a otro equipo en la red pero no recordamos su ip lo podemos hacer con el nombre, y el resultado del ping nos muestra la Ip del equipo si éste se encuentra encendido. Pero en Ubuntu nos va a mostrar este error: Este problema se presenta por la prioridad para [...]]]></description>
			<content:encoded><![CDATA[<p>Cuando queremos realizar un ping a otro equipo en la red pero no recordamos su ip lo podemos hacer con el nombre, y el resultado del ping nos muestra la Ip del equipo si éste se encuentra encendido. Pero en Ubuntu nos va a mostrar este error:</p>
<p style="text-align: center;"><img class="aligncenter size-full wp-image-47" title="unknown host server" src="http://jaimenet.net/wp-content/uploads/2011/07/unknown-host-server.png" alt="unknown host server" width="281" height="66" />Este problema se presenta por la prioridad para resolver los nombres seteados en el nsswitch, para solucionarlo hacemos lo siguiente</p>
<p>Instalamos el Bind para Wins:</p>
<blockquote><p><strong>sudo apt-get install winbind</strong></p></blockquote>
<p>Luego entramos al archivo nsswitch a través de la terminal</p>
<blockquote><p><strong>sudo pico /etc/nsswitch.conf</strong></p></blockquote>
<p>o por interfaz gráfica con gedit<strong><br />
</strong></p>
<blockquote><p><strong>sudo gedit /etc/nsswitch.conf</strong></p></blockquote>
<p>y en él buscamos la línea siguiente<strong><br />
</strong></p>
<blockquote><p><strong>hosts:     files dns</strong> [es probable que existan mas items]</p></blockquote>
<p>y colocamos <strong>wins</strong> antes de <strong>dns</strong> quedando algo así:</p>
<blockquote><p><strong>hosts:     files wins dns</strong></p></blockquote>
<p>se guardan los cambios en el archivo y realizamos una prueba haciendo ping nuevamente al host y el resultado es positivo</p>
<p style="text-align: center;"><img class="aligncenter size-full wp-image-48" title="ping" src="http://jaimenet.net/wp-content/uploads/2011/07/ping.png" alt="" width="510" height="190" /></p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://jaimenet.net/2011/07/resolver-nombres-de-equipos-windows-en-linux-ubuntu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Instalar Flash Player 64bits en Ubuntu</title>
		<link>http://jaimenet.net/2011/06/instalar-flash-player-64bits-en-ubuntu/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=instalar-flash-player-64bits-en-ubuntu</link>
		<comments>http://jaimenet.net/2011/06/instalar-flash-player-64bits-en-ubuntu/#comments</comments>
		<pubDate>Thu, 30 Jun 2011 21:54:10 +0000</pubDate>
		<dc:creator>jaime</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[64 bits]]></category>
		<category><![CDATA[flash player]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://jaimenet.net/?p=32</guid>
		<description><![CDATA[Antes de instalar Flash Player 64 bits para Firefox o Chrome es importante tener en cuenta que es una versión que no es estable (pre-release) pero bastante funcional,  por el momento no he tenido ninguna clase de problemas. A continuación los pasos para obtenerlo: Primero hay que remover cualquier versión instalada sudo apt-get purge flashplugin-nonfree [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><img class="aligncenter size-full wp-image-40" title="flash-player-64-bits" src="http://jaimenet.net/wp-content/uploads/2011/06/flash-player-64-bits1.jpg" alt="" width="115" height="109" /></p>
<p>Antes de instalar Flash Player 64 bits para Firefox o Chrome es importante tener en cuenta que es una versión que no es estable (pre-release) pero bastante funcional,  por el momento no he tenido ninguna clase de problemas. A continuación los pasos para obtenerlo:</p>
<p>Primero hay que remover cualquier versión instalada</p>
<blockquote><p>sudo apt-get purge flashplugin-nonfree flashplugin-installer gnash gnash-common mozilla-plugin-gnash swfdec-mozilla<br />
sudo rm -f /usr/lib/firefox-addons/plugins/libflashplayer.so<br />
sudo rm -f /usr/lib/mozilla/plugins/libflashplayer.so<br />
sudo rm -f /usr/lib/mozilla/plugins/flashplugin-alternative.so<br />
sudo rm -f /usr/lib/mozilla/plugins/npwrapper*flash*so<br />
rm -f ~/.mozilla/plugins/*flash*so</p></blockquote>
<p>Agregar el repositorio, actualizar y luego instalar</p>
<blockquote><p>sudo apt-add-repository ppa:sevenmachines/flash<br />
sudo apt-get update<br />
sudo apt-get install flashplugin64-installer</p></blockquote>
<p>Listo ya tenemos flash player instalado</p>
<p>si deseas removerlo es con la siguiente instrucción</p>
<blockquote><p>sudo apt-get remove flashplugin64-installer</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://jaimenet.net/2011/06/instalar-flash-player-64bits-en-ubuntu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Instalar Flash Player en Fedora 15 64bits</title>
		<link>http://jaimenet.net/2011/06/instalar-flash-player-en-fedora-15-64bits/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=instalar-flash-player-en-fedora-15-64bits</link>
		<comments>http://jaimenet.net/2011/06/instalar-flash-player-en-fedora-15-64bits/#comments</comments>
		<pubDate>Tue, 14 Jun 2011 14:29:08 +0000</pubDate>
		<dc:creator>jaime</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[fedora]]></category>
		<category><![CDATA[flash player]]></category>
		<category><![CDATA[linux]]></category>

		<guid isPermaLink="false">http://jaimenet.net/?p=17</guid>
		<description><![CDATA[en la Terminal se debe ejecutar lo siguiente: nos logueamos como superusuario su desinstalar cualquier otra versión de flash player: yum erase flash-plugin nspluginwrapper* Se descarga y se instala rpm -Uvh http://www.linux-ati-drivers.homecall.co.uk/flashplayer.x86_64/flash-release-1-2.noarch.rpm yum install flash-plugin Listo]]></description>
			<content:encoded><![CDATA[<p>en la Terminal se debe ejecutar lo siguiente:</p>
<p>nos logueamos como superusuario</p>
<blockquote><p><strong>su</strong></p></blockquote>
<p>desinstalar cualquier otra versión de flash player:</p>
<blockquote><p><strong>yum erase flash-plugin nspluginwrapper*</strong></p></blockquote>
<p>Se descarga y se instala</p>
<blockquote><p><strong>rpm -Uvh http://www.linux-ati-drivers.homecall.co.uk/flashplayer.x86_64/flash-release-1-2.noarch.rpm</strong></p></blockquote>
<blockquote><p><strong>yum install flash-plugin</strong></p></blockquote>
<p>Listo<strong><br />
</strong></p>
]]></content:encoded>
			<wfw:commentRss>http://jaimenet.net/2011/06/instalar-flash-player-en-fedora-15-64bits/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

