My Work2010. 6. 13. 21:10
https://help.ubuntu.com/community/FreeNX#Installing the FreeNX server on Ubuntu Lucid (10.04)

Installing the FreeNX server on Ubuntu Lucid (10.04)

Ubuntu Lucid now uses Neatx, the Open Source NX server from Google.

Installation is simple enough, and similar to the Ubuntu Karmic method.

  1. Open your terminal

    Applications->Accessories->Terminal

    and type in this command

    sudo apt-get install python-software-properties && sudo add-apt-repository ppa:freenx-team
  2. Then Update Apt

    sudo apt-get update
  3. At this point, the repository is added and apt is updated, then install the neatx-server package (using Aptitude to install extra needed packages).

    sudo apt-get install neatx-server
Posted by WJinsoo