<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress.com" -->
<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/"
	>

<channel>
	<title>freenx &amp;laquo; WordPress.com Tag Feed</title>
	<link>http://en.wordpress.com/tag/freenx/</link>
	<description>Feed of posts on WordPress.com tagged "freenx"</description>
	<pubDate>Wed, 23 Dec 2009 11:57:31 +0000</pubDate>

	<generator>http://en.wordpress.com/tags/</generator>
	<language>en</language>

<item>
<title><![CDATA[Remote Desktop with FreeNX]]></title>
<link>http://samuelcheng.wordpress.com/2009/10/31/remote-desktop-with-freenx/</link>
<pubDate>Sat, 31 Oct 2009 22:10:42 +0000</pubDate>
<dc:creator>phsamuel</dc:creator>
<guid>http://samuelcheng.wordpress.com/2009/10/31/remote-desktop-with-freenx/</guid>
<description><![CDATA[ssh is great. But sometimes I just need a desktop. The remote desktop functionality offered by Ubunt]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>ssh is great. But sometimes I just need a desktop. The remote desktop functionality offered by Ubuntu is kind of limited. For example, I just don&#8217;t know how I can enable remote desktop easily in the first place if one is not in front of the host already. Moreover, Ubuntu&#8217;s remote desktop is limited to LAN. I would love to do something similar to the Linux version of <a href="http://www.teamviewer.com/index.aspx">teamviewer</a>.</p>
<p>It turns out that free remote desktop over the Internet is already out there for Linux/Ubuntu users! Better still, it is a piece of cake to <a href="https://help.ubuntu.com/community/FreeNX">install</a>.</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Salada de Frutas...]]></title>
<link>http://arieduardo.wordpress.com/2009/08/03/salada-de-frutas/</link>
<pubDate>Mon, 03 Aug 2009 19:21:48 +0000</pubDate>
<dc:creator>arieduardo</dc:creator>
<guid>http://arieduardo.wordpress.com/2009/08/03/salada-de-frutas/</guid>
<description><![CDATA[Host Ubuntu 9.04,rodando uma Vitual Machine Windows XP, acessando um servidor FreeNX Ubuntu 9.04, vi]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>Host Ubuntu 9.04,rodando uma Vitual Machine Windows XP, acessando um servidor FreeNX Ubuntu 9.04, via Hamachi&#8230; <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':-D' class='wp-smiley' /> </p>
<p><img class="alignnone size-medium wp-image-214" title="Salada de Frutas" src="http://arieduardo.wordpress.com/files/2009/08/salada_de_frutas.png?w=300" alt="Salada de Frutas" width="521" height="393" /></p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Login Graphically to A Computer in a Remote Location]]></title>
<link>http://bigbrovar.wordpress.com/2009/05/09/login-graphically-to-your-desktop-from-a-remote-location/</link>
<pubDate>Sat, 09 May 2009 13:24:59 +0000</pubDate>
<dc:creator>Bigbrovar</dc:creator>
<guid>http://bigbrovar.wordpress.com/2009/05/09/login-graphically-to-your-desktop-from-a-remote-location/</guid>
<description><![CDATA[The ability to login graphically into any computer from a remote location has a number of uses. In m]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>The ability to login graphically into any computer from a remote location has a number of uses. In my case it allows me to create a setup where students in my school can easily login graphically into the universities computer lab and use many of the applications which are installed there (like <a href="http://en.wikipedia.org/wiki/Matlab">Matlab</a> which is only licensed to run on our lab computers) It also allows me to log into my work computer from home. To create this setup we would need a tool called Freenx.<br />
<!--more--><br />
<strong>FreeNX</strong><br />
FreeNX is a system that allows you to access your desktop from another machine over the Internet. You can use this to login graphically to your desktop from a remote location.</p>
<p><strong>Advantages of FreeNX</strong><br />
One advantage of FreeNX is that it is based on the <a href="http://en.wikipedia.org/wiki/Ssh">SSH</a> Protocol so your packets are transferred over an encrypted channel which in human language means  nasty people can&#8217;t see what you are doing and potentially compromise your computer</p>
<p><strong>Installation</strong></p>
<p>Installation FreeNX is in Two Phrase the server and the client</p>
<p><strong>Server Installation</strong></p>
<p>The server version is installed on the remote system you want to login to. To install the server version you need to <a href="http://ubuntuguide.org/wiki/Ubuntu:Intrepid#Add_Extra_Ubuntu_Repositories">add the following repository to your sources.list</a></p>
<p><strong>Hardy Heron</strong><br />
<code>deb http://ppa.launchpad.net/freenx-team/ubuntu hardy main<br />
deb-src http://ppa.launchpad.net/freenx-team/ubuntu hardy main</code></p>
<p><strong>Intrepid Ibex</strong><br />
<code>deb http://ppa.launchpad.net/freenx-team/ubuntu intrepid main<br />
deb-src http://ppa.launchpad.net/freenx-team/ubuntu intrepid main</code></p>
<p><strong>Jaunty Jackalope</strong><br />
<code>deb http://ppa.launchpad.net/freenx-team/ubuntu jaunty main<br />
deb-src http://ppa.launchpad.net/freenx-team/ubuntu jaunty main</code></p>
<p>Now we add the public Key for the FreeNX PPA with:<br />
<code>sudo apt-key adv --recv-keys --keyserver keyserver.ubuntu.com 2a8e3034d018a4ce</code></p>
<p>and we install with:<br />
<code>sudo apt-get update ; sudo apt-get install freenx </code></p>
<p>That is all that is needed for the installation of freenx server on our remote machine.</p>
<p><strong>Client Installation</strong></p>
<p>The client is installed on the machine you want to login from.</p>
<p>There are Two type of FreeNX clients available the non free and open source version (and freedom hating version <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  ) and the free and open source version</p>
<p><strong>The Non-free version </strong><br />
This is the official NX version and can not be installed from the Ubuntu repository but can be deb version for ubuntu can be downloaded from <strong><a href="http://www.nomachine.com/download-package.php?Prod_Id=777">here</a></strong><br />
Double click to install.<br />
Once installed you find it at <strong>Application-Internet-NX Client for Linux</strong></p>
<p>The Free and Open Source version can be downloaded from the Ubuntu repository by running:<br />
<code>sudo apt-get install qtnx</code><br />
Once installed you find it at <strong>Application-Internet-QTNX</strong></p>
<p>Usage<br />
What i really love about FreeNX is its usage, its very easy to use and all your do is launch the client which once installed can be found under <strong>/Application/Internet/Nx Client for LInux</strong></p>
<p><img src="http://farm4.static.flickr.com/3600/3455570650_943f1432bf_o_d.png" alt="Wizard" width="384" height="273" /></p>
<p>Once you start the Program it displays a wizard which would guide you through the configuration process</p>
<p><img src="http://farm4.static.flickr.com/3127/3455570648_8b4b881577_o_d.png" alt="session" width="387" height="301" /></p>
<p><strong>=Session</strong>: First Thing you do is create a session which is like a profile of the remote machine you want to connect to. You can have many sessions of different remote machines which allows you to easily choose a session and login to the machine configure to the session.<br />
<strong>Host</strong>: The IP address of the remote machine you want to login to<br />
<strong>Select you Internet Type</strong>:   Here is were you also get to indicate what type of internet connection you are running, NX compresses your data over the network so the slower your internet connection the higher the compression rate of your data (or so it seems) then you also put in the . Leave the port as 22 since that is the default that ssh uses (unless you have ssh using another port on the remote machine)</p>
<p><strong>General Config</strong></p>
<p><img src="http://farm4.static.flickr.com/3646/3455553978_9bcf7ded95_o_d.png" alt="genconf" width="394" height="283" /></p>
<p><strong></strong></p>
<p><strong>Desktop</strong>: Here you get you choose the platform the remote machine is running windows? *nix ? and also what graphical enviroment? kde, gnome ?</p>
<p><strong>Display</strong> You are allowed to set how big you want the resolution of the remote machine to be on your current machine once you arte logged in.</p>
<p><strong>Advanced Configuration</strong></p>
<p><img src="http://farm4.static.flickr.com/3395/3455553986_843a2cb9be_o_d.png" alt="advance config" /></p>
<p>Here you have the ability to use a network proxy if you are behind a firewall, There are also option that allows you to disable encryption ( why would you ever want to do that) which is not advisable for security reasons.</p>
<p><img src="http://farm4.static.flickr.com/3319/3455553992_caabe8a6dc_o_d.png" alt="service" width="362" height="417" /></p>
<p>Here you can enable services like samba share or cups printing between the remote machine and your current machine, in case you want to share files or print something from the remote machine. pretty neat hey <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Once all the settings are configured to your taste. Its time to run your connection to the remote machine.</p>
<p>The end result is something similar to this</p>
<p><a href="http://farm4.static.flickr.com/3540/3455570646_8d05e51b89_o_d.png"><img src="http://farm4.static.flickr.com/3540/3455570646_dffdf59f56_d.jpg" alt="remote-desktop" /></a></p>
<p>The remote machine will be running within a windows which can be minimized or resized, or moved to another work space while you continue work on your local machine.</p>
<p>Overall I find Freenx to be very useful and comes in very handy in my day to day work as a system administrator. Its cross platform which means you can even login to a windows machine from your linux box and vice versa. </p>
<p>Hope someone finds this useful</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Conectando a um computador com o XFCE pelo FreeNX]]></title>
<link>http://crustyeeepc.wordpress.com/2009/02/04/conectando-a-um-computador-com-o-xfce-pelo-freenx/</link>
<pubDate>Wed, 04 Feb 2009 14:57:14 +0000</pubDate>
<dc:creator>The Naughty Crusty</dc:creator>
<guid>http://crustyeeepc.wordpress.com/2009/02/04/conectando-a-um-computador-com-o-xfce-pelo-freenx/</guid>
<description><![CDATA[Dica rápida pessoal&#8230; Se você tem um computador com o XFCE, como o meu servidorzinho com o Xubu]]></description>
<content:encoded><![CDATA[Dica rápida pessoal&#8230; Se você tem um computador com o XFCE, como o meu servidorzinho com o Xubu]]></content:encoded>
</item>
<item>
<title><![CDATA[Instalación y configuración de FreeNX en openSUSE 11.0]]></title>
<link>http://labitacoradegabriel.wordpress.com/2008/06/25/instalacion-y-configuracion-de-freenx-en-opensuse-110/</link>
<pubDate>Wed, 25 Jun 2008 13:14:17 +0000</pubDate>
<dc:creator>Gabriel</dc:creator>
<guid>http://labitacoradegabriel.wordpress.com/2008/06/25/instalacion-y-configuracion-de-freenx-en-opensuse-110/</guid>
<description><![CDATA[En este post quiero comentar los pasos que seguí para instalar FreeNX en un nuevo servidorcito que e]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p align="center"><img class="size-full wp-image-57" src="http://labitacoradegabriel.wordpress.com/files/2008/03/geeko.jpg" alt="" width="129" height="85" /><img class="size-full wp-image-166 alignnone" src="http://labitacoradegabriel.wordpress.com/files/2008/06/freenx.png" alt="" width="119" height="85" /><img class="size-full wp-image-167" src="http://labitacoradegabriel.wordpress.com/files/2008/06/nomachine.jpg" alt="" width="113" height="85" /></p>
<p style="text-align:justify;">En este post quiero comentar los pasos que seguí para instalar <strong>FreeNX</strong> en un nuevo servidorcito que estoy preparando en el cual corre <strong>openSUSE 11.0</strong>, para mí <strong>FreeNX</strong> es el gran sustituto de <strong>VNC</strong>, para más información acerca de <strong>FreeNX</strong> por favor visitar su <a href="http://freenx.berlios.de/info.php" target="_blank"><strong>SITIO OFICIAL</strong></a> o el artículo en <a href="http://es.wikipedia.org/wiki/Freenx" target="_blank"><strong>WIKIPEDIA</strong></a>.</p>
<p style="text-align:justify;">Lo bueno de <strong>FreeNX</strong> es que corre sobre el protocolo ssh permitiendo que la información viaje segura, además, trabaja directamente con el servidor X lo que permite que no se necesite ninguna intermediación de una placa gráfica. El servicio lo tenemos que instalar en la máquina a la cual vamos a querer acceder con los cliente, el paquete de instalación viene junto en el DVD de <strong>openSUSE 11.0</strong> así que no habrá problemas con eso:</p>
<p><code><span style="color:#ff0000;">globalserver:/ #</span> zypper install freenx</code></p>
<p>Una ves instalado el paquete tenemos que configurar el servicio de la siguiente forma:</p>
<p><code><span style="color:#ff0000;">globalserver:/ #</span> nxsetup --install --setup-nomachine-key --clean</code></p>
<p style="text-align:justify;">y eso es todo, ya podemos conectarnos con cualquier cliente para <strong>FreeNX</strong>, yo para Windows utilizo el cliente de <strong>NoMachine</strong> que lo podemos descargar desde su sitio oficial: <a href="http://www.nomachine.com/download.php" target="_blank"><strong>http://www.nomachine.com/download.php</strong></a>, para <strong>GNU/Linux</strong> hay varios clientes también como por ejemplo <strong>qtnx</strong> que se encuentra disponible en los repositorios.</p>
<p style="text-align:justify;">Si por algún motivo hemos decidido cambiar el puerto del protocolo ssh (configurándolo en <strong>/etc/ssh/sshd_config</strong>), también lo tenemos que cambiar en la configuración del servicio <strong>FreeNX</strong> en el archivo <strong>/etc/nxserver/node.conf</strong>, no hay que olvidarse de reiniciar el servicio <strong>sshd</strong> y <strong>FreeNX</strong> para que todo funcione correctamente:</p>
<p><code><span style="color:#ff0000;">globalserver:/ #</span> service sshd restart<br />
<span style="color:#ff0000;">globalserver:/ #</span> nxserver --restart</code></p>
<p>Gabriel K.</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[VMware VDI more a concept than a product ... ?]]></title>
<link>http://channelvirtualization.wordpress.com/2008/06/04/vmware-more-a-concept-than-a-product/</link>
<pubDate>Wed, 04 Jun 2008 18:56:19 +0000</pubDate>
<dc:creator>Roel Gydé</dc:creator>
<guid>http://channelvirtualization.wordpress.com/2008/06/04/vmware-more-a-concept-than-a-product/</guid>
<description><![CDATA[Computerworld posted an article about VMware&#8217;s VDI being more of a concept than a product. The]]></description>
<content:encoded><![CDATA[Computerworld posted an article about VMware&#8217;s VDI being more of a concept than a product. The]]></content:encoded>
</item>
<item>
<title><![CDATA[How to fix broken NX user authentication after OpenSSL fix]]></title>
<link>http://huerlisi.wordpress.com/2008/05/16/how-to-fix-broken-nx-user-authentication-after-openssl-fix/</link>
<pubDate>Fri, 16 May 2008 17:19:43 +0000</pubDate>
<dc:creator>huerlisi</dc:creator>
<guid>http://huerlisi.wordpress.com/2008/05/16/how-to-fix-broken-nx-user-authentication-after-openssl-fix/</guid>
<description><![CDATA[It looks like OpenSSH Keys generated on Debian derived distros (Ubuntu/Voyage etc.) are REALLY bad. ]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>It looks like OpenSSH Keys generated on Debian derived distros (Ubuntu/Voyage etc.) are REALLY bad. I&#8217;m currently rolling out OpenSSL key updates as adviced on http://wiki.debian.org/SSLkeys.</p>
<p>One casualty of this update was my NX server using freenx. It just tells me that I can&#8217;t be authenticated. In the log /var/log/freenx.log it shows the following:</p>
<blockquote><p>&#8211; NX SERVER START: -c /usr/lib/nx/nxserver &#8211; ORIG_COMMAND=<br />
HELLO NXSERVER &#8211; Version 2.1.0-71 OS (GPL)<br />
NX&#62; 105 hello NXCLIENT &#8211; Version 2.1.0<br />
NX&#62; 134 Accepted protocol: 2.1.0<br />
NX&#62; 105 SET SHELL_MODE SHELL<br />
NX&#62; 105 SET AUTH_MODE PASSWORD<br />
NX&#62; 105 login<br />
NX&#62; 101 User: shuerlimann<br />
NX&#62; 102 Password:<br />
NX&#62; 404 ERROR: wrong password or login<br />
NX&#62; 999 Bye
</p></blockquote>
<p>This post talks about the NoMachine NX Server, but gave me the necessary clues: <a href="http://lists.kde.org/?l=freenx-knx&#38;m=116542288527396&#38;w=2">http://lists.kde.org/?l=freenx-knx&#38;m=116542288527396&#38;w=2</a></p>
<p>The magic command for freenx from <a href="http://datakeylive.com">http://datakeylive.com</a><br />
 on Ubuntu is</p>
<blockquote><p>sudo rm /var/lib/nxserver/home/.ssh/known_hosts
</p></blockquote>
<p>This is necessary, as the SSH host key has been updated&#8230; Well, a more informative error message would&#8217;ve been nice, but I&#8217;m thankfull to the guys who produce freenx, anyway;-)</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Ubuntu - La version 8.04 maintenant disponible]]></title>
<link>http://proberge.wordpress.com/2008/04/29/ubuntu-la-version-804-maintenant-disponible/</link>
<pubDate>Tue, 29 Apr 2008 06:22:41 +0000</pubDate>
<dc:creator>urobepi</dc:creator>
<guid>http://proberge.wordpress.com/2008/04/29/ubuntu-la-version-804-maintenant-disponible/</guid>
<description><![CDATA[La nouvelle version du système d&#8217;exploitation Ubuntu baptisée &#8216;Hardy Heron&#8216; est of]]></description>
<content:encoded><![CDATA[La nouvelle version du système d&#8217;exploitation Ubuntu baptisée &#8216;Hardy Heron&#8216; est of]]></content:encoded>
</item>
<item>
<title><![CDATA[Acceso Remoto con NoMachine FreeNX]]></title>
<link>http://jgutierrez.wordpress.com/2008/04/12/acceso-remoto-con-nomachine-freenx/</link>
<pubDate>Sat, 12 Apr 2008 22:50:48 +0000</pubDate>
<dc:creator>jgutierrez</dc:creator>
<guid>http://jgutierrez.wordpress.com/2008/04/12/acceso-remoto-con-nomachine-freenx/</guid>
<description><![CDATA[Muchas veces hemos querido acceder a nuestro pc desde otra parte, ya sea para poder obtener alguna i]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>Muchas veces hemos querido acceder a nuestro pc desde otra parte, ya sea para poder obtener alguna información o para trabajar con nuestros programas favoritos, los cuales ya estan instalados y configurados en nuestro computador. Bueno, eso es posible con con <a href="http://www.nomachine.com/">FreeNX</a> , esta aplicación nos permite acceder de forma gráfica a nuestro computador y a diferencia de otras aplicaciones, esta no toma el control de la sesión que se encuentra actualmente en uso, sino que crea una nueva sesión , así el usuario que está utilizando el computador en ese momento no se será interrumpido.</p>
<p style="margin-bottom:0;">Para instalar FreeNX necesitamos 3 archivos, los cuales son :</p>
<ol>
<li>NxClient</li>
<li>NxNode</li>
<li>NxServer</li>
</ol>
<p>Puedes bajar las últimas versiones de la página oficial <a href="http://www.nomachine.com/download-package.php?Prod_Id=6">AQUí</a></p>
<p style="margin-bottom:0;">Ahora para instalarlos, lo haremos de la siguiente manera, es importante mantener el orden de instalación:</p>
<p style="margin-bottom:0;">sudo dpkg -i nxclient_xxxx.deb</p>
<p style="margin-bottom:0;">sudo dpkg -i nxnode_xxxx.deb</p>
<p style="margin-bottom:0;">sudo dpkg -i nxserver_xxxxx.deb</p>
<p style="margin-bottom:0;">Donde se reemplazan las xxx por la versión del paquete.</p>
<p style="margin-bottom:0;">y listo &#8230;</p>
<p style="margin-bottom:0;">Ahora en el menu de Aplicaciones -&#62; Internet  nos aparecerá “NX Client for Linux”, dentro de este menú podremos encontrar un asistente de instalación el cual nos guía para hacer la conexión.</p>
<p style="margin-bottom:0;"><img src="http://farm3.static.flickr.com/2267/2085636360_8fd7959975.jpg?v=0" alt="" width="500" height="378" /></p>
<p style="margin-bottom:0;">Luego de esto ya podemos conectarnos remotamente a nuestro pc.</p>
<p style="margin-bottom:0;"><img src="http://farm3.static.flickr.com/2121/2085636364_2362f1a5ef.jpg?v=0" alt="" width="500" height="377" /></p>
<p style="margin-bottom:0;"><img src="http://farm3.static.flickr.com/2013/2085636366_c4aa6754b7.jpg?v=0" alt="" width="500" height="378" /></p>
<p style="margin-bottom:0;">Para que esto funcione es necesario instalar el servidor FreeNX en la máquina a la cual nos queremos conectar.</p>
<p>Y eso sería</p>
<p>Saludos.</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[FreeNX - Compartilhando a Área de Trabalho Linux/Ubuntu/Windows]]></title>
<link>http://papogeek.wordpress.com/2008/02/12/freenx-compartilhando-a-area-de-trabalho-linuxubuntuwindows/</link>
<pubDate>Tue, 12 Feb 2008 10:00:00 +0000</pubDate>
<dc:creator>nvolpini</dc:creator>
<guid>http://papogeek.wordpress.com/2008/02/12/freenx-compartilhando-a-area-de-trabalho-linuxubuntuwindows/</guid>
<description><![CDATA[O FreeNX é um aplicativo para compartilhamento de área de trabalho, ele é mais eficiente que o VNC e]]></description>
<content:encoded><![CDATA[O FreeNX é um aplicativo para compartilhamento de área de trabalho, ele é mais eficiente que o VNC e]]></content:encoded>
</item>
<item>
<title><![CDATA[Running FreeNX using a Mandriva 2008 Server]]></title>
<link>http://bayuart.wordpress.com/2007/11/06/running-freenx-using-a-mandriva-2008-server/</link>
<pubDate>Tue, 06 Nov 2007 01:40:11 +0000</pubDate>
<dc:creator>bayuart</dc:creator>
<guid>http://bayuart.wordpress.com/2007/11/06/running-freenx-using-a-mandriva-2008-server/</guid>
<description><![CDATA[NoMachine NX is a Terminal Server and remote access solution based on a comprising set of enterprise]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p align="center"><img src="http://www.linux-tip.net/images/stories/nx2008/workshop.jpg" alt="freeNX" align="middle" /></p>
<p>NoMachine NX is a Terminal Server and remote access solution based on a comprising set of enterprise class open source technologies. NX makes it possible to run any graphical application on any operating system across any network connection at incredible speed. FreeNX application/thin-client server is based on NoMachine’s NX technology. It can operate remote X11 sessions over 56k modem dialup links or anything better. FreeNX package contains a free (GPL) implementation of the nxserver component. The following workshop describes the FreeNX installation on a Mandriva 2008 Free server. Additionally it explains how to access it using a Windows XP and an OpenSuse 10.3 client.</p>
<p><a href="http://www.linux-tip.net/cms/content/view/326/26/" title="mandriva freenx" target="_blank">more&#8230;</a></p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[FreeNX (Comunidad Ubuntu)]]></title>
<link>http://sisguay.wordpress.com/2007/10/01/freenx-comunidad-ubuntu/</link>
<pubDate>Mon, 01 Oct 2007 10:20:04 +0000</pubDate>
<dc:creator>sisguay</dc:creator>
<guid>http://sisguay.wordpress.com/2007/10/01/freenx-comunidad-ubuntu/</guid>
<description><![CDATA[Fuente: https://help.ubuntu.com/community/FreeNX FreeNX FreeNX is a system that allows you to access]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>Fuente: https://help.ubuntu.com/community/FreeNX</p>
<h1><a href="https://help.ubuntu.com/community/FreeNX?action=fullsearch&#38;value=linkto%3A%22FreeNX%22&#38;context=180" title="Haz click aqu� para efectuar una búsqueda de contenidos para este t�tulo">FreeNX</a></h1>
<p><a href="http://freenx.berlios.de/" class="external"><img src="https://help.ubuntu.com/htdocs/ubuntu/img/u-www.png" alt="[WWW]" height="16" width="16" /> FreeNX</a> is a system that allows you to access your desktop from another machine over the internet. You can use this to login graphically to your desktop from a remote location. One example of its use would be to have a FreeNX server set up on your home computer, and graphically logging in to the home computer from your work computer, using a FreeNX client.</p>
<p><!--more--><strong>Terminology</strong></p>
<p>The <em>Server</em> is the computer you want to connect to. This is the computer where the FreeNX server will need to be installed. The name of the Ubuntu package providing the server is &#8220;freenx&#8221;. For the example used here, the home computer is the server.</p>
<p>The <em>Client</em> is the computer from which you want to be able to access the <em>Server</em>. The name of the Ubuntu package providing the client is &#8220;nxclient&#8221;. For the example used here, the work computer is the client.</p>
<h3>Installing the FreeNX server</h3>
<p>We will be installing the FreeNX server on the <em>Server</em> machine, i.e., the machine that you want to access remotely. In the stated example, this is your computer that is at home. Open your aptitude sources list and append the two lines for the repository.</p>
<pre>gksudo gedit /etc/apt/sources.list</pre>
<p>For Ubuntu 5.10 and 6.06, they are:</p>
<pre>deb http://free.linux.hp.com/~brett/seveas/freenx dapper-seveas freenx
deb-src http://free.linux.hp.com/~brett/seveas/freenx dapper-seveas freenx</pre>
<p>For Ubuntu 7.04, they are:</p>
<pre>deb http://free.linux.hp.com/~brett/seveas/freenx feisty-seveas freenx
deb-src http://free.linux.hp.com/~brett/seveas/freenx feisty-seveas freenx</pre>
<p>(For future versions, visit the <a href="http://free.linux.hp.com/%7Ebrett/seveas/freenx" class="external"><img src="https://help.ubuntu.com/htdocs/ubuntu/img/u-www.png" alt="[WWW]" height="16" width="16" /> FreeNX repository</a> site to check for other repositories.)</p>
<p>Save and then close.</p>
<p>Add the GPG key:</p>
<pre>wget http://free.linux.hp.com/~brett/seveas/freenx/seveas.gpg -O- &#124; sudo apt-key add -</pre>
<p>Then Update Apt</p>
<pre>sudo apt-get update</pre>
<p>After you add the repository, then install the <tt>freenx</tt> package.</p>
<pre>sudo aptitude install freenx</pre>
<p>(Using aptitude to install extra needed packages) [Note: You can manually perform the setup with: sudo nxsetup --install --setup-nomachine-key]</p>
<p>During installation you will be given the option to select <a href="https://help.ubuntu.com/community/NoMachine" class="nonexistent">NoMachine</a> keys, or custom keys. It is best to select <a href="https://help.ubuntu.com/community/NoMachine" class="nonexistent">NoMachine</a> keys. <em>For the paranoid: there is absolutely NO added security risk involved in using the default keys. Read an <a href="http://en.wikipedia.org/wiki/Secure_Sockets_Layer" class="external"><img src="https://help.ubuntu.com/htdocs/ubuntu/img/u-www.png" alt="[WWW]" height="16" width="16" /> SSL</a> primer if you want to know the details about why this is the case</em></p>
<p>(I am not so sure about that <em><span class="u">absolutely NO</span> added security risk</em>; anyway, official word seems to be that this is a non-issue: see <a href="http://mail.kde.org/pipermail/freenx-knx/2005-August/001900.html"><img src="https://help.ubuntu.com/htdocs/ubuntu/img/u-www.png" alt="[WWW]" height="16" width="16" /> http://mail.kde.org/pipermail/freenx-knx/2005-August/001900.html</a> )</p>
<p>On the server, add your user to nxserver</p>
<pre>sudo nxserver --adduser &#60;username&#62;
sudo nxserver --passwd &#60;username&#62;
sudo nxserver --restart</pre>
<p>[Note: I don't know if this is still needed, but it helps - <a href="https://help.ubuntu.com/community/JeremySchroeder">JeremySchroeder</a>]</p>
<h4>Configuring SSH</h4>
<p>By default, nxserver uses port 22 for communicating over SSH. On some machines or networks, port 22 may be blocked. For example, some providers block port 22. To make the SSH server listen on port 8888, you can do the following:</p>
<p>Edit the file /etc/ssh/sshd_config</p>
<pre>gksudo gedit /etc/ssh/sshd_config</pre>
<p>Find</p>
<pre>Port 22</pre>
<p>and change it to</p>
<pre>Port 8888</pre>
<p>You then need to restart SSHD.  Try</p>
<pre>/etc/init.d/ssh restart</pre>
<p>Edit the file /etc/nxserver/node.conf</p>
<pre>gksudo gedit /etc/nxserver/node.conf</pre>
<p>Find</p>
<pre># The port number where local 'sshd' is listening.
#SSHD_PORT=22</pre>
<p>and change it to:</p>
<pre># The port number where local 'sshd' is listening.
SSHD_PORT=8888</pre>
<p>That is, change the port number to the one that sshd is listening to, and uncomment the line.</p>
<h3>Installing the NX Client</h3>
<pre>sudo aptitude install nxclient</pre>
<p>You should be able to access your Ubuntu box from any Windows or Linux box using the free client from <a href="http://www.nomachine.com/download_product.php?Prod_Id=23" class="external"><img src="https://help.ubuntu.com/htdocs/ubuntu/img/u-www.png" alt="[WWW]" height="16" width="16" /> NoMachine&#8217;s website</a>. You can also embed your NX Server in a webpage by installing the Nomachine Web Companion and the Apache webserver.</p>
<p><img src="https://help.ubuntu.com/htdocs/ubuntu/img/idea.png" alt="(!)" height="15" width="15" /> Note on nomachine web site there is new version off nxclient version 2.0 and it don&#8217;t work with freenx so you should better use nxclient from <a href="http://free.linux.hp.com/%7Ebrett/seveas/freenx/" class="external"><img src="https://help.ubuntu.com/htdocs/ubuntu/img/u-www.png" alt="[WWW]" height="16" width="16" /> Seveas&#8217; Packages</a>!</p>
<p>Now you can execute the installed client using the following command:</p>
<pre>/usr/NX/bin/nxclient &#38;</pre>
<p>Or by looking it up in the menu</p>
<p>This will start the NX client in a GUI, and step you through getting connected to the FreeNX server, and you will be on your way! [Note: If you are behind a firewall you may need to enable SSL encryption under the Advanced configuration tab - <a href="https://help.ubuntu.com/community/JeremySchroeder">JeremySchroeder</a>]</p>
<p><a href="http://www.nomachine.com/ar/view.php?ar_id=AR07D00407" class="external"><img src="https://help.ubuntu.com/htdocs/ubuntu/img/u-www.png" alt="[WWW]" height="16" width="16" /> Useful Resource for installing client on 64-bit Ubuntu</a></p>
<h3>Miscellany</h3>
<h4>FreeNX on PowerPC</h4>
<p>There are no precompiled binaries of FreeNX on this platform, so FreeNX have to be compiled from source. Sources for breezy can be found at <a href="https://help.ubuntu.com/community/SeveasPackages" class="nonexistent">SeveasPackages</a></p>
<p>These steps will build FreeNX from source:</p>
<ol>
<li>Create a directory to hold the FreeNX source, and cd into it.
<pre>mkdir freenxSource; cd freenxSource</pre>
</li>
<li>Build the freenx pacakges and install related packages.
<pre>sudo apt-get build-dep nx freenx
apt-get -b source nx freenx</pre>
<p>This will download the souce tarballs and build the freenx packages (*.deb) in the current directory.</li>
<li>Install the FreeNX packages.
<pre>sudo dpkg -i *.deb</pre>
</li>
<li>If dpkg complains about missing packages, let apt fix it
<pre>sudo apt-get -f install
sudo dpkg -i *.deb</pre>
</li>
</ol>
<h4>FreeNX on 64bit</h4>
<p>FreeNX is not 64-bit safe, so you will have to build a 32-bit chroot.</p>
<h4>How to start/stop FreeNX</h4>
<p>The FreeNX server is not a service but uses ssh. The following command will stop the FreeNX program from accepting connections.</p>
<pre>sudo nxserver --stop</pre>
<p>(Replace &#8211;stop by &#8211;start for starting it again)</p>
<h4>Using custom SSH keys</h4>
<p><img src="https://help.ubuntu.com/htdocs/ubuntu/img/alert.png" alt="/!\" height="15" width="15" /> This is NOT supported by the FreeNX developers &#8211; only do this if you have no other option</p>
<ol>
<li>Generate the DSA private-public key pair.
<pre> ssh-keygen -t dsa</pre>
<p>By default this key is places in ~/.ssh/id-dsa. You can leave the passphrase empty, this will not pose a security risk.</li>
<li>Install the public key in the FreeNX serving machine. The key should be placed in the file authorized_keys2 in the .ssh dir of the user named nx.
<pre>cat ~/.ssh/id_dsa.pub &#124; sudo -u nx tee -a ~nx/.ssh/authorized_keys2</pre>
</li>
<li>Install the private key in the NX client software. When creating a session, press the button labeled &#8220;Key&#8221; and select your new key in the window that pops up.</li>
</ol>
<h3>References</h3>
<ul>
<li> <a href="http://en.wikipedia.org/wiki/FreeNX" class="external"><img src="https://help.ubuntu.com/htdocs/ubuntu/img/u-www.png" alt="[WWW]" height="16" width="16" /> FreeNX on Wikipedia</a></li>
<li> <a href="http://free.linux.hp.com/%7Ebrett/seveas/freenx/" class="external"><img src="https://help.ubuntu.com/htdocs/ubuntu/img/u-www.png" alt="[WWW]" height="16" width="16" /> Seveas&#8217; Packages</a> FreeNX repository</li>
<li> <a href="http://ubuntuforums.org/showthread.php?t=467219" class="external"><img src="https://help.ubuntu.com/htdocs/ubuntu/img/u-www.png" alt="[WWW]" height="16" width="16" /> Ubuntu Forums HowTo FreeNx</a> <em>How to remote desktop using SSH and FreeNX &#8211; OpenGL Seveas Repositories</em></li>
</ul>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Freenx 3]]></title>
<link>http://sisguay.wordpress.com/2007/09/27/freenx-3/</link>
<pubDate>Thu, 27 Sep 2007 15:42:08 +0000</pubDate>
<dc:creator>sisguay</dc:creator>
<guid>http://sisguay.wordpress.com/2007/09/27/freenx-3/</guid>
<description><![CDATA[Instalar FreeNX. Control remoto Ubuntu 31 Enero, 2007 Ads by Google Desarrollo rapido REDHAT Arquite]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>Instalar FreeNX. Control remoto Ubuntu</p>
<p>31 Enero, 2007</p>
<p>Ads by Google<br />
Desarrollo rapido REDHAT<br />
Arquitectura WEB 2.0, AJAX, SOA de<br />
forma estandard y facil.<br />
www.TransTOOLs.com/Expand REDHAT<br />
Reparacion PC Impresoras<br />
Mantenimiento Empresas Cyber, Redes<br />
Cableado AMP Siemon Abonos, Insumos<br />
www.mymhard.com.ar</p>
<p>Está el radmin para windows, que a mi me parece una magnífica herramienta para control remoto de windows. (Teniendo un subdominio, si no tienes ip fija y abriendo los puertos del router). Se conecta por el puerto 4899 y es configurable. Algunos antivirus lo identifican como peligroso o potencialmente peligroso, pues hay hackers que utilizan su código. El sinónimo al radmin en linux es el vnc, una herramienta gratuita, pero para el tema de puertos, hay que abrir más de uno.</p>
<p>Para Ubuntu estuve buscando herramientas, me encontré con esta, también maravillosa herramienta, más parecida al terminal server, pues ejecuta una sesión en escritorio remoto, como dice esta página:</p>
<p>“Además al contrario de VNC no se trata de compartir una conexión, sino de crear una nueva sesión que se puede dejar abierta y retomarla otra vez.”</p>
<p>Tutorial en pdf</p>
<p>para instalarlo en Ubuntu:</p>
<p>me copio el enlace que actualmente está roto: www.guia-ubuntu.org/index.php/FreeNX</p>
<p>FreeNX es un software que permite acceder remotamente y de forma gráfica a nuestro PC. Al contrario que VNC, en vez de usar el protocolo RFB (Remote Frame Bufer), FreeNX usa un nuevo esquema de compresión del entorno X-Window, que permite controlar un escritorio remoto incluso con una conexión de módem de 56 Kbps. El tráfico del servidor X se comprime y transmite por SSL usando una conexión SSH que puede ser resumida automáticamente en caso de ser interrumpida.</p>
<p>Además tiene la ventaja de que el programa guarda en caché los elementos gráficos ya mostrados (menús, iconos, decoraciones de ventanas…) por lo que en lugar de hacer una segunda petición para mostrar esos elementos, se muestran desde local.</p>
<p>[editar]</p>
<p>Instalar FreeNX (servidor)</p>
<p>Para instalar FreeNX en Ubuntu debemos añadir el repositorio necesario:</p>
<p>$ sudo gedit /etc/apt/sources.list</p>
<p>Al final de dicho archivo añadimos la siguiente línea:</p>
<p>Para Dapper:</p>
<p>deb http://mirror.ubuntulinux.nl/ dapper-seveas custom extras freenx java seveas-meta all</p>
<p>Para Edgy</p>
<p>deb http://mirror.ubuntulinux.nl/ edgy-seveas custom extras freenx java seveas-meta all</p>
<p>Instalamos la claves de autenticación:</p>
<p>$ sudo gpg &#8211;keyserver subkeys.pgp.net &#8211;recv-keys 1135D466 $ sudo gpg &#8211;export &#8211;armor 1135D466 &#124; sudo apt-key add -</p>
<p>Instalamos el servidor:</p>
<p>$ sudo apt-get update $ sudo apt-get install freenx</p>
<p>Configuración del Servidor:</p>
<p>Si queremos usar las no-machine keys ejecutamos:</p>
<p>$ sudo nxsetup &#8211;install &#8211;setup-nomachine-key &#8211;clean &#8211;purge</p>
<p>Si por el contrario, preferimos usar nuestras propias claves (mucho más seguro, pero con el inconveniente de que tenemos que llevarnos las claves haya donde vayamos):</p>
<p>$ sudo nxsetup &#8211;install &#8211;clean</p>
<p>NX necesita por defecto tener el demonio sshd escuchando el el puerto 22 y con las claves públicas activadas. Para ello debemos comprobar que en el fichero /etc/ssh/sshd_config tengamos las siguientes líneas:</p>
<p>Port 22 PubkeyAuthentication yes</p>
<p>Si por el contrario preferimos tener ssh en otro puerto, debemos indicárselo a NX. Para ello editamos el siguiente fichero:</p>
<p>$ sudo gedit /etc/nxserver/node.conf</p>
<p>Editamos la línea:</p>
<p>#SSHD_PORT=22</p>
<p>Y ponemos el puerto que queramos. Por ejemplo 1234:</p>
<p>SSHD_PORT=1234</p>
<p>Firewall: NX utiliza el puerto del ssh y además el puerto 5000, por lo que si disponemos de firewall, tendremos que abrir dichos puertos.</p>
<p>Instalar el cliente NX<br />
Para instalar el cliente abrimos un terminal y escribimos:</p>
<p>$ sudo apt-get install nxclient</p>
<p>Lo podremos localizar en el menú Aplicaciones &#62;&#62; Internet &#62;&#62; NX Client for Linux &#62;&#62; NX Client for Linux.</p>
<p>Si no aparece en el menú, reinstala nxclient desde Synaptic, y listo.</p>
<p>Ads by Google<br />
Desarrollo rapido REDHAT<br />
Arquitectura WEB 2.0, AJAX, SOA de forma estandard y facil.<br />
www.TransTOOLs.com/Expand REDHAT<br />
Notebooks<br />
¡Las marcas más vendidas con excelentes precios!<br />
www.MercadoLibre.com.ar<br />
Placas Pcmcia de Notebook<br />
Todas las opciones en placas Pcmcia buscalas en nuestra web. Ofertas!<br />
www.distrinotebook.com<br />
Escritorio Remoto<br />
Acceso seguro a la Computadora sin instalación. Pruébelo gratis!<br />
www.LogMeIn.com</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Freenx2 ]]></title>
<link>http://sisguay.wordpress.com/2007/09/27/freenx2/</link>
<pubDate>Thu, 27 Sep 2007 11:12:20 +0000</pubDate>
<dc:creator>sisguay</dc:creator>
<guid>http://sisguay.wordpress.com/2007/09/27/freenx2/</guid>
<description><![CDATA[http://www.gpltarragona.org/index.php?p=316 Administración gráfica remota con FreeNX Novembre 6, 200]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>http://www.gpltarragona.org/index.php?p=316</p>
<p>Administración gráfica remota con FreeNX<br />
Novembre 6, 2004 a les 12:26 am &#124; Categoria Internet &#124;</p>
<p>FreeNX es una nueva aplicación cliente/servidor que permite acceder al escritorio GNU/Linux de forma remota al estilo de VNC pero con un método muchísimo más eficiente. VNC traspasa imagenes comprimidas del escritorio remoto, sin embargo FreeNX baja un nivel más y comprime directamente el protocolo de las X, de esta forma se consigue un rendimiento espectacular.</p>
<p>El programa ha sido desarrollado por la empresa NoMachine y ha sido liberado bajo la licencia GPL.</p>
<p>Lo he probado en diversos escenarios y en todos me ha sorprendido:<br />
Servidor GNU/Linux en LAN a 100 Mbps: Es posible trabajar con la máquina remota con total comodidad<br />
Servidor GNU/Linux en ADSL 512Kbps/128Kbps: El rendimiento es inferior al anterior pero se sigue podiendo trabajar comodamente, supera con creces VNC.</p>
<p>Se debe tener en cuenta que FreeNX trabaja utilizando el servicio SSH y por tanto toda la identificación y la comunicación es encriptada, con VNC no lo tenemos de forma nativa y hay que hacer túneles SSH lo que hace inusable el acceso en redes lentas como Internet.</p>
<p>El único posible inconveniente de FreeNX es que no permite acceder al escritorio actual del usuario que este trabajando fisicamente con el servidor (con VNC se puede conseguir usando gemsvnc, x11vnc o vino), pero como ventajas podemos acceder al escritorio de cualquier usuario y suspender la aplicación de forma que en una siguiente conexión recuperemos el estado del escritorio tal y como lo dejamos.</p>
<p>En definitiva estoy encantado con el programa dado que con mi conexión ADSL solo tengo 128 Kbps de subida y el servidor VNC no era muy usable, sin embargo con FreeNX puedo acceder remotamente a mi escritorio (incluso a pantalla completa) sin problemas y con poco retardo.</p>
<p>Para instalar en Ubuntu:<br />
Añadir a “/etc/apt/sources.list”:</p>
<p>deb http://www.kalyxo.org/debian/ experimental main<br />
Actualizar el listado de aplicaciones: “aptitude update”<br />
Es importante disponer ya de un servidor SSH activo, en Ubuntu se instala con “aptitude install openssh-server” y se guardan los archivos de configuración en “/etc/sshd/”. La configuración por defecto suele funcionar y automáticamente en la instalación se activará el servidor. Para probar su funcionamiento podemos usar “ssh usuario@localhost” o “ssh usuario@ip_maquina” si lo hacemos remotamente. Es importante que el firewall (en caso de disponer de uno) del servidor tenga abierto el puerto 22 para poder establecer conexiones SSH y en consecuencia, FreeNX.<br />
Instalar el servidor “aptitude install freenx” y el cliente “aptitude install nxclient” en diferentes máquinas (existen clientes para MS Windows en la página de NoMachine)<br />
Comentar la línea que añadimos a “/etc/apt/sources.list”, es importante no hacer una actualización del sistema (aptitude dist-upgrade/upgrade) con este repositorio activado ya que se nos instalarán programas que no corresponden a Ubuntu. Este repositorio solo lo usamos para instalar FreeNX, nada más.<br />
Actualizar de nuevo el listado de aplicaciones con “aptitude update”<br />
Configurar el servidor, tenemos 2 opciones:<br />
Utilizar la clave SSH por defecto de NX, con esto no tendremos que facilitar ninguna clave a nuestros clientes (aunque seguirá siendo necesario el login/password), esta opción es menos segura ya que estamos permitiendo a cualquiera poder conectarse al servidor NX aunque después se encontrará con la barrera del login/password, sin embargo resulta más sencillo de configurar el acceso de los clientes. Para usar esta vía: “nxsetup –setup-nomachine-key”.<br />
Generar una clave SSH nueva, esta tendrá que ser repartida a todos los clientes que deseen conectarse. Para usar esta vía: “nxsetup”. La clave se guarda en el directorio del usuario “nx”, en Ubuntu será en “/home/.nx/.ssh/”, debemos copiarla (”client.id_dsa.key”) a “/usr/NX/share” (o el directorio donde hayamos instalado en MS Windows) de todos los clientes (si ya existe una, reemplazarla o renombrarla).<br />
A partir de ahora el servicio NX se activará automaticamente en cada arranque, para pararlo se usa “nxserver –stop” y para volverlo a poner en marcha “nxserver –start”.</p>
<p>Para acceder con el cliente:<br />
Ejecutamos “nxclient” o “nxclient –wizard”. Pulsamos Next.<br />
Le damos un nombre a la sesión, indicamos la máquina a la que queremos conectarnos y el tipo de conexión que tenemos (ADSL, LAN…). Pulsamos Next.<br />
Seleccionamos que la conexión será a un UNIX con GNOME y especificamos la resolución con la que queremos que arranque, por ejemplo 1024×768. Activamos la encriptación SSL, así solo es necario que tengamos acceso al puerto 22 de la máquina remota. Pulsamos Next.<br />
Dejamos marcado la creación de un icono en el escritorio y pulsamos Finish.<br />
Ahora ya podemos conectarnos a la máquina remota indicando nuestro login y password</p>
<p>Autor: marble<br />
4 comentaris »</p>
<p>Suscripció RSS als comentaris de la entrada.</p>
<p>primer de tot dir que si no es una molestia caldria actualitzar la linea del repositori ya que lan canviat.</p>
<p>deb http://archive.kalyxo.org/kalyxo/ experimental main<br />
o<br />
ftp http://archive.kalyxo.org/kalyxo/ experimental main</p>
<p>Tambe dir que potser l’error que em dona es una xorrada, pero com no se com solucionario deixo el comentari a veure si algu mo pot explicar. Gracies.</p>
<p>Quan intento instalar el FreeNx em diu que no es satisfan les dependencias pel nxagent i el nxproxy, alhora quan intento instalar el nxagent em dona l’error de que tambe fallen les dependencias i aixin fins arribar a les llibreries libnxcomp0. Aquestes em diuen que depenen aixo:<br />
libnxcomp0: Depende: libpng12-0 (&#62;= 1.2.7) pero está instalado 1.2.5.0-7ubuntu1.</p>
<p>Que tindria que fer?</p>
<p>Comentari per Anònim — Desembre 3, 2004 #</p>
<p>Baixa els debs d’aqui, aquests son els que jo vaig utilitzar i en principi funcionen. Per instalar-ho:</p>
<p>dpkg -i *.deb</p>
<p>El repositori es per Debian, no per Ubuntu… per això ara hi han tants problemes.</p>
<p>Comentari per Anònim — Desembre 4, 2004 #</p>
<p>gracies ara no puc pero ho provare</p>
<p>Comentari per Anònim — Desembre 4, 2004 #</p>
<p>Jo ho vaig provar ahir. Primer em va donar una errada de dependències, però el gestor de paquets Synaptics ho va sol·lucionar.</p>
<p>Ara estic escrivint des d’un P150 amb debian woody i nxclient de www.nomachine.com. El nxserver està instal·lat en una ubuntu 4.10.</p>
<p>Gràcies.</p>
<p>Santi</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Freenx 1]]></title>
<link>http://sisguay.wordpress.com/2007/09/27/freenx-1/</link>
<pubDate>Thu, 27 Sep 2007 10:54:29 +0000</pubDate>
<dc:creator>sisguay</dc:creator>
<guid>http://sisguay.wordpress.com/2007/09/27/freenx-1/</guid>
<description><![CDATA[FreeNX De Guía Ubuntu Saltar a navegación, búsqueda FreeNX es un software que permite acceder remota]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><h1 class="firstHeading">FreeNX</h1>
<h3>De Guía Ubuntu</h3>
<p>Saltar a <a href="http://www.guia-ubuntu.org/index.php?title=FreeNX#column-one">navegación</a>, <a href="http://www.guia-ubuntu.org/index.php?title=FreeNX#searchInput">búsqueda</a></p>
<p><!-- start content -->FreeNX es un software que permite acceder remotamente y de forma gráfica a nuestro PC. Al contrario que VNC, en vez de usar el protocolo RFB (Remote Frame Bufer), FreeNX usa un nuevo esquema de compresión del entorno X-Window, que permite controlar un escritorio remoto incluso con una conexión de módem de 56 Kbps. El tráfico del servidor X se comprime y transmite por SSL usando una conexión SSH que puede ser resumida automáticamente en caso de ser interrumpida.</p>
<p>Además tiene la ventaja de que el programa guarda en caché los elementos gráficos ya mostrados (menús, iconos, decoraciones de ventanas&#8230;) por lo que en lugar de hacer una segunda petición para mostrar esos elementos, se muestran desde local.</p>
<p class="editsection" style="float:right;margin-left:5px;">[<a href="http://www.guia-ubuntu.org/index.php?title=FreeNX&#38;action=edit&#38;section=1" title="Instalar FreeNX (servidor)">editar</a>]</p>
<p><a title="Instalar_FreeNX_.28servidor.29" name="Instalar_FreeNX_.28servidor.29"></a></p>
<h2> Instalar FreeNX (servidor)</h2>
<p>Para instalar FreeNX en Ubuntu debemos añadir el repositorio necesario:</p>
<pre>$ sudo gedit /etc/apt/sources.list</pre>
<p>Al final de dicho archivo añadimos la siguiente línea:</p>
<p>Para Dapper:</p>
<pre>deb <a href="http://mirror.ubuntulinux.nl/" class="external free" title="http://mirror.ubuntulinux.nl/" rel="nofollow">http://mirror.ubuntulinux.nl/</a> dapper-seveas custom extras freenx java seveas-meta all</pre>
<p>Para Edgy</p>
<pre>deb <a href="http://mirror.ubuntulinux.nl/" class="external free" title="http://mirror.ubuntulinux.nl/" rel="nofollow">http://mirror.ubuntulinux.nl/</a> edgy-seveas custom extras freenx java seveas-meta all</pre>
<p>Para Feisty:</p>
<pre>deb <a href="http://mirror.ubuntulinux.nl/" class="external free" title="http://mirror.ubuntulinux.nl/" rel="nofollow">http://mirror.ubuntulinux.nl/</a> feisty-seveas custom extras freenx java seveas-meta all</pre>
<p>Instalamos la claves de autenticación:</p>
<pre>$ sudo gpg --keyserver subkeys.pgp.net --recv-keys 1135D466
$ sudo gpg --export --armor 1135D466 &#124; sudo apt-key add -</pre>
<p>Instalamos el servidor:</p>
<pre>$ sudo apt-get update
$ sudo apt-get install freenx</pre>
<p><strong>Configuración del Servidor</strong>:</p>
<p>Si queremos usar las no-machine keys ejecutamos:</p>
<pre>$ sudo nxsetup --install --setup-nomachine-key --clean --purge</pre>
<p>Si por el contrario, preferimos usar nuestras propias claves (mucho más seguro, pero con el inconveniente de que tenemos que llevarnos las claves haya donde vayamos):</p>
<pre>$ sudo nxsetup --install --clean</pre>
<p>NX necesita por defecto tener el demonio sshd escuchando el el puerto 22 y con las claves públicas activadas. Para ello debemos comprobar que en el fichero /etc/ssh/sshd_config tengamos las siguientes líneas:</p>
<pre>Port 22
PubkeyAuthentication yes</pre>
<p>Si por el contrario preferimos tener ssh en otro puerto, debemos indicárselo a NX. Para ello editamos el siguiente fichero:</p>
<pre>$ sudo gedit /etc/nxserver/node.conf</pre>
<p>Editamos la línea:</p>
<pre>#SSHD_PORT=22</pre>
<p>Y ponemos el puerto que queramos. Por ejemplo 1234:</p>
<pre>SSHD_PORT=1234</pre>
<p><strong>Firewall</strong>: NX utiliza el puerto del ssh y además el puerto 5000, por lo que si disponemos de firewall, tendremos que abrir dichos puertos.</p>
<p class="editsection" style="float:right;margin-left:5px;">[<a href="http://www.guia-ubuntu.org/index.php?title=FreeNX&#38;action=edit&#38;section=2" title="Instalar el cliente NX">editar</a>]</p>
<p><a title="Instalar_el_cliente_NX" name="Instalar_el_cliente_NX"></a></p>
<h2> Instalar el cliente NX</h2>
<p>Para instalar el cliente abrimos un terminal y escribimos:</p>
<pre>$ sudo apt-get install nxclient</pre>
<p>Lo podremos localizar en el menú <strong>Aplicaciones &#62;&#62; Internet &#62;&#62; NX Client for Linux &#62;&#62; NX Client for Linux</strong>.</p>
<p>Si no aparece en el menú, reinstala nxclient desde Synaptic, y listo.</p>
<p><!-- Saved in parser cache with key ubuntu_MediaWiki:pcache:idhash:1371-0!1!0!0!!es!2 and timestamp 20070926121738 --></p>
<p class="printfooter"> Obtenido de &#8220;<a href="http://www.guia-ubuntu.org/index.php?title=FreeNX">http://www.guia-ubuntu.org/index.php?title=FreeNX</a>&#8220;</p>
<p class="catlinks"><a href="http://www.guia-ubuntu.org/index.php?title=Especial:Categories&#38;article=FreeNX" title="Categories">Categorías</a>: <span dir="ltr"><a href="http://www.guia-ubuntu.org/index.php?title=Categor%C3%ADa:Administraci%C3%B3n_del_sistema" title="Categor�a:Administración del sistema">Administración del sistema</a></span> &#124; <span dir="ltr"><a href="http://www.guia-ubuntu.org/index.php?title=Categor%C3%ADa:Escritorios_remotos" title="Categor�a:Escritorios remotos">Escritorios remotos</a></span></p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Remote desktop access on SuSE: Cygwin, X, XDMCP and SSH?  Nope.  FreeNX!]]></title>
<link>http://sinewalker.wordpress.com/2007/03/22/remote-desktop-acces-suse-cygwin-x-and-xdmcp/</link>
<pubDate>Thu, 22 Mar 2007 03:59:02 +0000</pubDate>
<dc:creator>sinewalker</dc:creator>
<guid>http://sinewalker.wordpress.com/2007/03/22/remote-desktop-acces-suse-cygwin-x-and-xdmcp/</guid>
<description><![CDATA[MJL20080827 &#8212; Update:  I Just realised that this is one of my top-visited pages and it&#8217;s]]></description>
<content:encoded><![CDATA[MJL20080827 &#8212; Update:  I Just realised that this is one of my top-visited pages and it&#8217;s]]></content:encoded>
</item>
<item>
<title><![CDATA[Concorde installations - some thoughts]]></title>
<link>http://qompute.wordpress.com/2007/03/07/concorde-installations-some-thoughts/</link>
<pubDate>Wed, 07 Mar 2007 18:20:54 +0000</pubDate>
<dc:creator>morsch</dc:creator>
<guid>http://qompute.wordpress.com/2007/03/07/concorde-installations-some-thoughts/</guid>
<description><![CDATA[Now that most of the installations are done, would we do the same decisions and processes again? Wou]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>Now that most of the installations are done, would we do the same decisions and processes again?  Would we make the same choices?</p>
<p>Overall we are quite happy with Concorde and our installations&#8230;</p>
<p><!--more--></p>
<p><strong>Hardware &#38;  System config</strong></p>
<p>In the ideal world, how about a Dual Processor, Dual Core <a href="http://en.wikipedia.org/wiki/Blade_server" title="Blade Server on wikipedia" target="_blank">Blade Server</a> with lots of RAM and a huge <a href="http://en.wikipedia.org/wiki/Disk_array" target="_blank">disk array</a> of big and ultra fast SCSI disks in a <a href="http://en.wikipedia.org/wiki/Storage_area_network" target="_blank">SAN</a> configuration.  Well the choice of our used <a href="http://www-304.ibm.com/jct01004c/systems/support/supportsite.wss/docdisplay?lndocid=MIGR-58359&#38;brandind=5000008" target="_blank">x345</a> is actually a good compromise, good value, nice <a href="http://en.wikipedia.org/wiki/RAID" target="_blank">RAID </a>adapter and despite being a flat rack model, the Server has still room for 6 hot-pluggable SCSI 320 disks.</p>
<p>The two array, <a href="http://www.acnc.com/04_01_01.html" title="RAID 1 illustration" target="_blank">RAID 1</a> (for Linux) and <a href="http://www.acnc.com/04_01_10.html" target="_blank">RAID 10</a> configuration for &#8220;/var&#8221; and the virtual machines works fine. The chosen stripe size of 64kbyte of the RAID adapter config seems to have worked out as well. We haven&#8217;t tested the performance, but until proof of the contrary as well as a good gut feeling, the choice was sound.</p>
<p>The stripe size of the RAID unit seems to me like one of the last mysterious settings of big server environments.  Very little information can be found.  As an example, at the time of this article, the <a href="http://de.wikipedia.org/wiki/RAID#Stripe_Size" target="_blank">stripe size</a> is only mentioned in one paragraph of the German wikipedia article on <a href="http://de.wikipedia.org/wiki/RAID" target="_blank">RAID</a>, the english <a href="http://wikipedia.org/wiki/RAID" target="_blank">RAID</a> article omits the stripe size.</p>
<p>In our understanding however, the stripe size is having a big impact on overall performance of a system as it looks like the classic bottleneck setting. And it also seems that Domino is preferring <a href="http://209.85.129.104/search?q=cache:H9jHlfeb9B0J:www-1.ibm.com/support/docview.wss%3Fuid%3Dswg27002613%26aid%3D1+stripe+size+lotus+domino&#38;hl=de&#38;ct=clnk&#38;cd=1" target="_blank">rather larger stripe size configs</a>, and we assume so does VMware. (see <a href="http://www.vmware.com/community/message.jspa?messageID=581860" target="_blank">here</a>, and <a href="http://www.pcguide.com/ref/hdd/perf/raid/concepts/perfStripe-c.html" target="_blank">here</a>, and <a href="http://storageadvisors.adaptec.com/2006/06/05/picking-the-right-stripe-size/" target="_blank">here</a>)</p>
<p>The IBM ServeRAID (really an Adaptect) gives 4kb as default (or 8kb, I don&#8217;t exatly remember).  Modern adapters suggest 128kb, which is much more logical.  Our rule of thumb is rather bigger than smaller, if too big performance might suffer a bit, make the size too small, and it really could hurt (as in our first trials).   If anybody disagrees, please feel free to comment and explain.</p>
<p><strong>Ubuntu</strong></p>
<p>read installation article</p>
<p>We chose the Ubuntu 6.06 because of LTS, long term support that is.  Although 6.10 is certainly very nice.  Some little but effective things have been improved.  Try to remove the games from the Ubuntu 6.06 desktop.  Exactly.  It wants to remove the entire Ubuntu Gnome Desktop.  Under 6.10, removing the games is a child&#8217;s play <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' />  . OK games on a server a just unused programmes that don&#8217;t do anything, unless you play.  It just seems bizarr to have games on a server, doesn&#8217;t it?</p>
<p><strong>VMware Server</strong></p>
<p>We had many reactions such as &#8220;Doesn&#8217;t that impact on the performance?&#8221;  Well, it probably does, but it&#8217;s a fast machine, a good RAID system with fast disks.  And it seems, that we have done the right config choices of the RAID system and the OS / VMware settings. Performance is still very good.   VMware ESX is certainly better, but also mighty expensive and for our environment it just would be over the top.</p>
<p><strong>FreeNX</strong></p>
<p>Yes, FreeNX is a curious mix of open source (the FreeNX server) and closed source (the client from <a href="http://nomachine.com" target="_blank">NoMachine</a>).  But the seveas ubuntu packages work and FreeNX is really a pleasure to work on (and with).  So much better than VNC.</p>
<p><strong>Domino</strong></p>
<p>Not a question of choice, Domino is currently the engine for the member system and directory of the association.  7.0.2 for Linux is a lot less choosy then previous 6.X.X versions regarding Java versions and some libraries.  So far it is very reliable and performance is good.</p>
<p>Yes, we did the dirty trick and did a clean re-install using the same nominations (domains, server names, users).   The previous installations (and certifications / keys) were the result of years of updates &#38; upgrades, migratrions and installations originating from the first trials in 1993/94.  The certifications for example expired once after just 2 years due to a bug of 4.x.  Since then the public keys never were quite right.  That meant, no enforced rule of encryption, which makes migration much easier. So this time, no old IDs were used or (re-)certified to create the new Domino infrastructure.</p>
<p>A very nice collection of <a href="http://www.nsftools.com/tips/PerfTips.htm" target="_blank">performance tips</a> for  Domino can be found on <a href="http://www.nsftools.com/" target="_blank">nfstools.com</a>.  (Although we would politely disagree with the size stripe suggestion of only 16kb, see above)</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Concorde installations - Lotus Domino]]></title>
<link>http://qompute.wordpress.com/2007/03/05/concorde-installations-lotus-domino/</link>
<pubDate>Mon, 05 Mar 2007 16:36:29 +0000</pubDate>
<dc:creator>morsch</dc:creator>
<guid>http://qompute.wordpress.com/2007/03/05/concorde-installations-lotus-domino/</guid>
<description><![CDATA[  Now the biggie, because Lotus Domino is quite choosy regarding libraries and Java. For once the Ub]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p> <a href="http://notes.net" title="lotus-software_logo.gif"><img src="http://static.flickr.com/155/411510719_91162db11d_d.jpg" border="0" /></a></p>
<p>Now the biggie, because <a href="http://en.wikipedia.org/wiki/Lotus_Software" target="_blank">Lotus</a> <a href="http://en.wikipedia.org/wiki/IBM_Lotus_Notes" target="_blank">Domino</a> is quite choosy regarding libraries and Java.  For once the <a href="https://help.ubuntu.com/community/LotusDomino" target="_blank">Ubuntu help pages</a> didn&#8217;t help me.  Try to find the compat RPMs, not easy.  And then I found a couple of sites which seemed to have succeeded without those RPMs.  Specifically <a href="http://www.ubuntuforums.org/showthread.php?t=110892&#38;highlight=Domino" target="_blank">this thread in the forum</a> was promising&#8230;</p>
<p><!--more--></p>
<p>As detailed in the previous post, I created a new drive and partition for the VM.  The new partition is for the /local directory.  I honestly don&#8217;t know if keeping the notesdata files of the VM on that partition has any performance advantages like it may have when the disk is a physical one&#8230;  In this case, the only reason is the need for larger capacity than the 8GB of the pre-configured Ubuntu 6.06 appliance.</p>
<p>As mentioned in the Ubuntu forum as well as on the notes.net one, installing GAWK might help smoothing some issues.  And if not, no harm done.  So we installed it via the Synaptic Package Manager.</p>
<p>Domino needs a user and a group under Linux which has no root rights.  In the forum, you&#8217;ll find the choice of &#8220;domino&#8221; as the name for both, out of habit I prefer &#8220;notes&#8221; as user and group name.  It also is the default choice for the installation options.  Does this have any other consequences? No, do as you please.</p>
<p>The installation went without a hitch, here is the final Domino message:</p>
<p>The Domino Server installed successfully.</p>
<p>Please manually configure the Domino Server as follows:<br />
1) Login as the appropriate UNIX user:  &#8216;notes&#8217;;<br />
2) Change to the data directory using the command:  &#8216;cd /local/notesdata&#8217;;<br />
3) Configure the server using the command:  &#8216;/opt/ibm/lotus/bin/server&#8217;<br />
To configure the server remotely, the remote server setup tool is required and you can use the command:<br />
&#8216;/opt/ibm/lotus/bin/server -listen&#8217;<br />
After issuing this command, additional instructions will appear for remote server setup&#8230;</p>
<p><a href="http://flickr.com/photos/88025357@N00/388190702" title="Edgy"><img src="http://static.flickr.com/140/388190702_5db2f7e355_m.jpg" border="0" /></a></p>
<p>In order to recover an &#8220;old&#8221; server config of Lotus Domino with a fresh installation, there are different ways:</p>
<ol>
<li>Of course, updating the server by simply installing a complete version over an existing one usually works absolutely fine with Domino.  The update replaces the old files and when restarting the server, the design of the databases will be automatically refreshed.</li>
<li>In case you want an absolute clean install, you can use the old ID files (admin, cert, server etc) to freshly install everything.  If you haven&#8217;t got the &#8220;old&#8221; Public Names &#38; Address Book (Domino Directory), don&#8217;t forget that although your old certifications will be integrated into the new setup, but the old &#8220;users&#8221; aren&#8217;t.</li>
<li>The dirty way to reinstall is to do a clean install, create new certifications using the old naming conventions (for the Notes domain, server nam, admin name etc).</li>
</ol>
<blockquote>
<ul>
<li>If you have go the old files, including the ID-files and important databases such as the Public NAB and if possible the certification related databases, simply copy everything into the freshly installed directory (/notesdata/) and restart the server.  Should work fine.  Becareful not to mix up new and old IDs.</li>
</ul>
</blockquote>
<blockquote>
<ul>
<li>You haven&#8217;t all necessry files, recreate or recertify the users.  All old databases can be reintegrated without a big trouble as long as all naming conventions are similar and no encryption has been used. Encrypted email for example can only be read with the right user ID. To &#8220;un-encrypt&#8221; local databases, you have to use the old user ID (or recertify the old one).  The dirty re-install is a last resort, when lot&#8217;s of backup systems have failed or for any reason were insufficient to recover old Lotus installations.  Large Domino implementations should avoid at any cost ever reaching such a desperate stage, because many of individual manipulations have to take place and some data might be lost forever.</li>
</ul>
<p>Even without the compat RPMs Domino 7.0.2  seems to run fine on Ubuntu 6.06  desktop (dapper drake) for the last couple of days.  I didn&#8217;t touch the Ubuntu JVM -  which until Domino 6.5 was a very delicate issue, because Domino liked only specific Java-flavours such as the IBM Java 1.4.1 (1.3.1).  So far so good, no problems have occured yet.  In fact I am surprised about how few manipulation I had to do.</p></blockquote>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Concorde installations - the virtual machine]]></title>
<link>http://qompute.wordpress.com/2007/03/01/concorde-installations-the-virtual-machine/</link>
<pubDate>Thu, 01 Mar 2007 18:56:01 +0000</pubDate>
<dc:creator>morsch</dc:creator>
<guid>http://qompute.wordpress.com/2007/03/01/concorde-installations-the-virtual-machine/</guid>
<description><![CDATA[OK, now the groundwork for a Ubuntu-based VMware system is done. Now we install the workhorse. So ra]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>OK, now the groundwork for a Ubuntu-based VMware system is done.  Now we install the workhorse.  So rather than creating a new Ubuntu 6.06 desktop virtual machine, VMware offers us a marketplace of free pre-configured &#8220;appliances&#8221;, where, of course, a Ubuntu 6.06 VM can be found&#8230;</p>
<p><!--more--></p>
<p>Download and unzip it, copy it to the directory used for virtual machines (/var/lib/vmware/Virtual Machines/).</p>
<p>Then open it in the VMware Server Console (Applications &#8211; System Tools &#8211; VMware Server Console).  There you edit the machine and configure it to your needs.  In our case, we add more RAM, add a processor and add a disk, because Lotus Domino will be asking for a bit (5 mail files and the directory which can become quite sizable when incl all the indexes.).  Also we chose NAT which worked immediately, contrary to the bridge solution.  Don&#8217;t know why, but NAT works and we don&#8217;t see any disadvantage using NAT.</p>
<p>Because we added a processor to the VM, it makes sense to install the ubuntu SMP Kernels (header &#38; image) similarly to the host system.  Another thing which quickly got our attention was the screensaver.  Don&#8217;t want that on a server.  Screen goes dark or stays active. And of course we immediately updated what was updateable.</p>
<p>Next is the installation / updating of the VMware tools in the VM / guest system.  That is easy, again just follow the <a href="https://help.ubuntu.com/community/VMware/Tools" title="VMware tools installation instructions" target="_blank">excellent &#8220;VMware tools&#8221; instructions</a> of Ubuntu.com.  Just remember to install the 686 SMP Kernels (in case you need/want them) before running the VMware Tools installation.</p>
<p>In order to use the added virtual disk we need to create a partition in our VM.  An easy way is to install &#60;<a href="http://gparted.sourceforge.net/" target="_blank">gparted</a>&#62; via the Synaptic Package Manager.  <a href="http://useopensource.blogspot.com/2006/12/easy-way-to-resize-hard-drive.html" target="_blank">Here is a blog</a> explaining the resizing of a partition using gparted. After the installation you can find gparted in the System &#8211; Administration menu as the Gnome Partition Manager.</p>
<p>Using the Disks tool (System &#8211; Administration &#8211; Disks), we create a new folder in the new partition called &#8220;local&#8221;.  That&#8217;s where Domino likes to install all the &#8220;notesdata&#8221; files.</p>
<p>Again we installed FreeNX.  Yes, VMware comes with remote access  tools, but we like FreeNX, it works and we are familiar with it.  (<a href="/2007/03/01/concorde-installations-freenx/">read post on Ubuntu FreeNX installation</a>).</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Concorde installations - FreeNX]]></title>
<link>http://qompute.wordpress.com/2007/03/01/concorde-installations-freenx/</link>
<pubDate>Thu, 01 Mar 2007 07:59:07 +0000</pubDate>
<dc:creator>morsch</dc:creator>
<guid>http://qompute.wordpress.com/2007/03/01/concorde-installations-freenx/</guid>
<description><![CDATA[Once FreeNX is running, nearly everything can be done remotely. That may not be important when you a]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p><img src="http://upload.wikimedia.org/wikipedia/en/b/b0/NXClientWindows_FairUse.png" height="200" width="250" /></p>
<p>Once <a href="http://en.wikipedia.org/wiki/Freenx" title="FreeNX" target="_blank">FreeNX</a> is running, nearly everything can be done remotely. That may not be important when you are installing a machine at your home, but remote admin of a server is nice and very helpful. Also I try to spend as little time as possible in server rooms, which are cold, dry and loud.  So follow the <a href="https://help.ubuntu.com/community/FreeNX" title="FreeNX instructions" target="_blank">FreeNX instructions</a> on <a href="http://ubuntu.com" title="Ubuntu Linux" target="_blank">ubuntu.com</a>, which includes adding the <a href="https://wiki.ubuntu.com/SeveasPackages" title="Seveas repositories for ubuntu" target="_blank">seveas repositories</a>.</p>
<p><!--more--></p>
<p>Just copy the sources from the web pages and paste them into the synaptic package manager.</p>
<p>I love the terminal console of the Ubuntu Gnome desktop. Copy the command line from an install instructions page on the web. Paste it into the console and &#62;enter&#60;. So that&#8217;s how I quickly installed the GPG-Keys necessary for the <a href="http://mirror.ubuntulinux.nl/" title="Seveas" target="_blank">Seveas</a> repositories.</p>
<p>The FreeNX Ubuntu page also recommends to change the default SSH port from 22 to 8888, which I did as well. Ubuntu by default is NOT root, although those changes are better done using root. So either use the terminal console with sudo and an editor such as &#8220;vi&#8221; or use the Gnome UI, which again is simple. Alt-F2 opens a command line window, type &#8220;gksudo nautilus&#8221; and the File Manager is run as root. Then select the config text files as described in the instructions and right mouse click &#8220;open with text editor&#8221;, do the changes and save the files. Again when copying the command line to restart the SSHD I used sudo, don&#8217;t know if it was necessary.</p>
<p>So that&#8217;s it, FreeNX is running, all you need now is to install a NXclient on your Linux/Mac/Windows computer, configure the connection and &#8230; connect. Don&#8217;t forget to set the port to 8888. If it is not working check the firewalls and routers between your machine and the &#8220;server&#8221;, if the port 8888 is blocked. Enjoy the FreeNX experience.</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Concorde installations - the Ubuntu basics!]]></title>
<link>http://qompute.wordpress.com/2007/03/01/concorde-installations-the-basics/</link>
<pubDate>Thu, 01 Mar 2007 07:45:58 +0000</pubDate>
<dc:creator>morsch</dc:creator>
<guid>http://qompute.wordpress.com/2007/03/01/concorde-installations-the-basics/</guid>
<description><![CDATA[So here we are, the nth installation. I downloaded 6.06 again, burned another copy and finally the i]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p><img src="http://upload.wikimedia.org/wikipedia/en/thumb/9/94/Ubuntu_Logo.svg/250px-Ubuntu_Logo.svg.png" height="65" width="250" /></p>
<p>So here we are, the nth installation.  I <a href="http://www.ubuntu.com/products/GetUbuntu/download?action=show&#38;redirect=download" title="ubuntu download page" target="_blank">downloaded 6.06</a> again, burned another copy and finally the installation went without a hitch.</p>
<p>The only important question during the installation is how to partition the system.</p>
<p>I chose a classic config for the OS: All on RAID1 with a swap partition 1.5 times the size of RAM, so in my case 6GB.</p>
<p>The only unusual config due to our applications is to mount /var on the RAID 10, because the VMware machines are typically installed in /var/lib/vmware/&#8230;</p>
<p>Then we updatedthe system and installed multiprocessor support&#8230;</p>
<p><!--more--></p>
<p><em><strong>Updating</strong></em></p>
<p>First things first, updating Ubuntu as soon as the machine has Internet access. As this is a server and there is no DHCP in the DMZ, I quickly edited the IP config, IP number, Gateway and DNS servers.  BTW, when talking to Andy he recommended <a href="http://opendns.com">OpenDNS</a>.  Great idea, being able to have &#8220;your&#8221; DNS server wherever your omputer is, although I haven&#8217;t had time yet to check it out.</p>
<p><em><strong>SMP</strong></em></p>
<p>Next was to install the SMP Kernel for multiple processor support.  Using the desktop Ubuntu, you start the Synaptic Package Manager (System-Administration-&#8230;), search for SMP and then select the latest SMP Ubuntu headers and images.</p>
</div>]]></content:encoded>
</item>

</channel>
</rss>
