FreeNX ist eine GPL-Implementierung des NXClients und NXServers basierend auf [http://www.nomachine.com/ NoMachineNX]. Mit ihm lassen sich Computer fernbedienen (ähnlich ["VNC"]), nur sehr viel schneller.

Es kann komplett über ["ssh"] verwendet werden.

Homepage: http://www.kalyxo.org/

Lizenz: ["GPL"]

Siehe auch:

Installation

Folgende zeilen zu /etc/apt/sources.list hinzufügen

deb http://archive.kalyxo.org/ staging main
deb http://archive.kalyxo.org/ experimental main

und mittels 'apt-get install freenx' installieren

Tipps & Tricks

LTSP-Aufwerten

Section 4 - NX Client on LTSP


Notes


  1. The procedures described in this section to install, upgrade
    • and remove the NX Client package assume that you installed the LTSP environment using the default installation settings. In this case your LTSP base directory is: '/opt/ltsp/i386'. Otherwise, please modify the value accordingly to reflect the specific settings of your environment.

Installing NX Client


  1. Login as the 'root' user to the LTSP server on which you want
    • to install NX Client.
  2. Download the 'NX Client for LTSP' package and put it in the
    • '/usr' subdirectory of the LTSP base directory.
  3. Chroot to the LTSP base directory:
    • chroot /opt/ltsp/i386
  4. Change the current working directory to '/usr':
    • #> cd /usr

  5. Unzip and untar the compressed 'tar' archive:
    • #> tar -zxvf nxclient-X.Y.Z-WW.i386.tar.gz

  6. Copy the files in the '/usr/NX/share/profile.d' directory to
    • the '/etc/profile.d' directory:

      #> cp -a /usr/NX/share/profile.d/* /etc/profile.d/.

  7. Copy the '/usr/NX/share/screen.d/nxclient' file to the
    • '/etc/screen.d' directory:

      #> cp -a /usr/NX/share/screen.d/nxclient /etc/screen.d/.

  8. Make a backup of the currents '/etc/lts.conf' and
    • '/etc/ld.so.conf' files:

      #> tar -zcvpf /root/LTSP-preNX.BACKUP.tar.gz /etc/lts.conf /etc/ld.so.conf

  9. Protect sensitive informations eventually present inside the
    • 'tar' archive, making the backup readable only by the 'root' user:

      #> chmod 0600 /root/LTSP-preNX.BACKUP.tar.gz

10. Edit the '/etc/lts.conf' file by adding the line:

11. Edit the '/etc/ld.so.conf' by adding the line:

12. Run the 'ldconfig' command to activate the changes you made

13. Exit from the chrooted environment to return to the original

14. Logout:

§"$%&/())==?`

Fragen


KategorieNetzwerk