<?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>Itimag.com &#187; NX</title>
	<atom:link href="http://www.itimag.com/tag/nx/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.itimag.com</link>
	<description>Blog de un Ingeniero Informático</description>
	<lastBuildDate>Mon, 09 Jan 2012 11:54:08 +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>Instalando NX Free en Debian Etch 4.0</title>
		<link>http://www.itimag.com/unix/escritorio-remoto-nx-free-en-debian/</link>
		<comments>http://www.itimag.com/unix/escritorio-remoto-nx-free-en-debian/#comments</comments>
		<pubDate>Sun, 13 Apr 2008 22:04:00 +0000</pubDate>
		<dc:creator>Itimag</dc:creator>
				<category><![CDATA[Unix]]></category>
		<category><![CDATA[client]]></category>
		<category><![CDATA[debian]]></category>
		<category><![CDATA[escritorio]]></category>
		<category><![CDATA[NX]]></category>
		<category><![CDATA[remoto]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[servidor]]></category>

		<guid isPermaLink="false">http://www.itimag.net/servidores/escritorio-remoto-nx-free-en-debian.html</guid>
		<description><![CDATA[Os dejo con este útil script para instalar NX Free en nuestro servidor con Debian Etch 4.0. ¿Qué es NX Free? NX free es una aplicación freeware que una vez instalada en nuestro servidor nos va a permitir conectarnos a éste de forma remota y controlarlo desde nuestro equipo mediante la aplicación NX Client. Es [...]]]></description>
			<content:encoded><![CDATA[<p>Os dejo con este útil script para instalar NX Free en nuestro servidor con Debian Etch 4.0.</p>
<p>¿Qué es NX Free? NX free es una aplicación freeware que una vez instalada en nuestro servidor nos va a permitir conectarnos a éste de forma remota y controlarlo desde nuestro equipo mediante la aplicación NX Client.</p>
<p>Es diferente a ssh ya que NX Free nos permite ver el escritorio de nuestro servidor en nuestro PC.</p>
<p>Veamos el script de instalación de NX Free:</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">apt-get</span> <span style="color: #c20cb9; font-weight: bold;">install</span> kdm
<span style="color: #c20cb9; font-weight: bold;">apt-get</span> <span style="color: #c20cb9; font-weight: bold;">install</span> kde
<span style="color: #c20cb9; font-weight: bold;">apt-get</span> <span style="color: #c20cb9; font-weight: bold;">install</span> kde-i18n-es
<span style="color: #c20cb9; font-weight: bold;">apt-get</span> <span style="color: #c20cb9; font-weight: bold;">install</span> xutils
<span style="color: #c20cb9; font-weight: bold;">apt-get</span> <span style="color: #c20cb9; font-weight: bold;">install</span> xserver-xfree86
<span style="color: #c20cb9; font-weight: bold;">apt-get</span> <span style="color: #c20cb9; font-weight: bold;">install</span> xfs
<span style="color: #c20cb9; font-weight: bold;">apt-get</span> <span style="color: #c20cb9; font-weight: bold;">install</span> xfonts-base
<span style="color: #c20cb9; font-weight: bold;">apt-get</span> <span style="color: #c20cb9; font-weight: bold;">install</span> xfonts-intl-european
<span style="color: #c20cb9; font-weight: bold;">apt-get</span> <span style="color: #c20cb9; font-weight: bold;">install</span> xfonts-75dpi
<span style="color: #c20cb9; font-weight: bold;">wget</span> http:<span style="color: #000000; font-weight: bold;">//</span>64.34.161.181<span style="color: #000000; font-weight: bold;">/</span>download<span style="color: #000000; font-weight: bold;">/</span>3.1.0<span style="color: #000000; font-weight: bold;">/</span>Linux<span style="color: #000000; font-weight: bold;">/</span>nxclient_3.1.0-<span style="color: #000000;">6</span>_i386.deb
<span style="color: #c20cb9; font-weight: bold;">wget</span> http:<span style="color: #000000; font-weight: bold;">//</span>64.34.161.181<span style="color: #000000; font-weight: bold;">/</span>download<span style="color: #000000; font-weight: bold;">/</span>3.1.0<span style="color: #000000; font-weight: bold;">/</span>Linux<span style="color: #000000; font-weight: bold;">/</span>nxnode_3.1.0-<span style="color: #000000;">6</span>_i386.deb
<span style="color: #c20cb9; font-weight: bold;">wget</span> http:<span style="color: #000000; font-weight: bold;">//</span>64.34.161.181<span style="color: #000000; font-weight: bold;">/</span>download<span style="color: #000000; font-weight: bold;">/</span>3.1.0<span style="color: #000000; font-weight: bold;">/</span>Linux<span style="color: #000000; font-weight: bold;">/</span>FE<span style="color: #000000; font-weight: bold;">/</span>nxserver_3.1.0-<span style="color: #000000;">5</span>_i386.deb
<span style="color: #c20cb9; font-weight: bold;">dpkg</span> <span style="color: #660033;">-i</span> nxclient_3.1.0-<span style="color: #000000;">6</span>_i386.deb
<span style="color: #c20cb9; font-weight: bold;">dpkg</span> <span style="color: #660033;">-i</span> nxnode_3.1.0-<span style="color: #000000;">6</span>_i386.deb
<span style="color: #c20cb9; font-weight: bold;">dpkg</span> <span style="color: #660033;">-i</span> nxserver_3.1.0-<span style="color: #000000;">5</span>_i386.deb
<span style="color: #000000; font-weight: bold;">/</span>usr<span style="color: #000000; font-weight: bold;">/</span>NX<span style="color: #000000; font-weight: bold;">/</span>bin<span style="color: #000000; font-weight: bold;">/</span>nxserver <span style="color: #660033;">--useradd</span> usuario <span style="color: #660033;">--system</span> <span style="color: #7a0874; font-weight: bold;">&#40;</span>para añadir un usuario<span style="color: #7a0874; font-weight: bold;">&#41;</span>
<span style="color: #000000; font-weight: bold;">/</span>usr<span style="color: #000000; font-weight: bold;">/</span>NX<span style="color: #000000; font-weight: bold;">/</span>bin<span style="color: #000000; font-weight: bold;">/</span>nxserver <span style="color: #660033;">--restart</span> <span style="color: #7a0874; font-weight: bold;">&#40;</span>reiniciar el servidor<span style="color: #7a0874; font-weight: bold;">&#41;</span></pre></div></div>

<p>Cabe destacar que mediante este script instalaremos kde como escritorio.</p>
<p>Si queremos instalarlo con gnome, deberemos ejecutar el siguiente script en nuestro servidor:</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">apt-get</span> <span style="color: #c20cb9; font-weight: bold;">install</span> x-window-system
<span style="color: #c20cb9; font-weight: bold;">apt-get</span> <span style="color: #c20cb9; font-weight: bold;">install</span> gnome
<span style="color: #c20cb9; font-weight: bold;">apt-get</span> <span style="color: #c20cb9; font-weight: bold;">install</span> gdm
<span style="color: #c20cb9; font-weight: bold;">apt-get</span> <span style="color: #c20cb9; font-weight: bold;">install</span> xutils
<span style="color: #c20cb9; font-weight: bold;">apt-get</span> <span style="color: #c20cb9; font-weight: bold;">install</span> xserver-xfree86
<span style="color: #c20cb9; font-weight: bold;">apt-get</span> <span style="color: #c20cb9; font-weight: bold;">install</span> xfs
<span style="color: #c20cb9; font-weight: bold;">apt-get</span> <span style="color: #c20cb9; font-weight: bold;">install</span> xfonts-base
<span style="color: #c20cb9; font-weight: bold;">apt-get</span> <span style="color: #c20cb9; font-weight: bold;">install</span> xfonts-intl-european
<span style="color: #c20cb9; font-weight: bold;">apt-get</span> <span style="color: #c20cb9; font-weight: bold;">install</span> xfonts-75dpi
<span style="color: #c20cb9; font-weight: bold;">wget</span> http:<span style="color: #000000; font-weight: bold;">//</span>64.34.161.181<span style="color: #000000; font-weight: bold;">/</span>download<span style="color: #000000; font-weight: bold;">/</span>3.1.0<span style="color: #000000; font-weight: bold;">/</span>Linux<span style="color: #000000; font-weight: bold;">/</span>nxclient_3.1.0-<span style="color: #000000;">6</span>_i386.deb
<span style="color: #c20cb9; font-weight: bold;">wget</span> http:<span style="color: #000000; font-weight: bold;">//</span>64.34.161.181<span style="color: #000000; font-weight: bold;">/</span>download<span style="color: #000000; font-weight: bold;">/</span>3.1.0<span style="color: #000000; font-weight: bold;">/</span>Linux<span style="color: #000000; font-weight: bold;">/</span>nxnode_3.1.0-<span style="color: #000000;">6</span>_i386.deb
<span style="color: #c20cb9; font-weight: bold;">wget</span> http:<span style="color: #000000; font-weight: bold;">//</span>64.34.161.181<span style="color: #000000; font-weight: bold;">/</span>download<span style="color: #000000; font-weight: bold;">/</span>3.1.0<span style="color: #000000; font-weight: bold;">/</span>Linux<span style="color: #000000; font-weight: bold;">/</span>FE<span style="color: #000000; font-weight: bold;">/</span>nxserver_3.1.0-<span style="color: #000000;">5</span>_i386.deb
<span style="color: #c20cb9; font-weight: bold;">dpkg</span> <span style="color: #660033;">-i</span> nxclient_3.1.0-<span style="color: #000000;">6</span>_i386.deb
<span style="color: #c20cb9; font-weight: bold;">dpkg</span> <span style="color: #660033;">-i</span> nxnode_3.1.0-<span style="color: #000000;">6</span>_i386.deb
<span style="color: #c20cb9; font-weight: bold;">dpkg</span> <span style="color: #660033;">-i</span> nxserver_3.1.0-<span style="color: #000000;">5</span>_i386.deb
<span style="color: #000000; font-weight: bold;">/</span>usr<span style="color: #000000; font-weight: bold;">/</span>NX<span style="color: #000000; font-weight: bold;">/</span>bin<span style="color: #000000; font-weight: bold;">/</span>nxserver <span style="color: #660033;">--useradd</span> usuario <span style="color: #660033;">--system</span> <span style="color: #7a0874; font-weight: bold;">&#40;</span>para añadir un usuario<span style="color: #7a0874; font-weight: bold;">&#41;</span>
<span style="color: #000000; font-weight: bold;">/</span>usr<span style="color: #000000; font-weight: bold;">/</span>NX<span style="color: #000000; font-weight: bold;">/</span>bin<span style="color: #000000; font-weight: bold;">/</span>nxserver <span style="color: #660033;">--restart</span> <span style="color: #7a0874; font-weight: bold;">&#40;</span>reiniciar el servidor<span style="color: #7a0874; font-weight: bold;">&#41;</span></pre></div></div>

<p>Una vez instalado y configurado el usuario con el que accederemos, solo nos falta instalar el NX Client para poder acceder al servidor. Lo podemos bajar desde <a href="http://www.nomachine.com/download.php">aquí</a>.</p>
<p>Espero que os sea de utilidad.</p>
<p>Fuente de información, los <a href="http://foros.ovh.es/showthread.php?t=1512">foros de ovh</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.itimag.com/unix/escritorio-remoto-nx-free-en-debian/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

