Unterschiede zwischen den Revisionen 13 und 14
Revision 13 vom 2005-01-01 22:15:21
Größe: 4062
Autor: DrZed
Kommentar: Installation
Revision 14 vom 2005-01-02 12:41:58
Größe: 4064
Autor: DrZed
Kommentar: formatierung
Gelöschter Text ist auf diese Art markiert. Hinzugefügter Text ist auf diese Art markiert.
Zeile 16: Zeile 16:
{{ {{{
Zeile 19: Zeile 19:
}} }}}

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:

  • ["VNC"]
  • ["rdesktop"]

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:

  • SCREEN_XX = nxclient to each workstation definition section you want to enable NX Client for. Here we have indicated with 'XX' the LTSP 'screen number' of NX Client; for example if you want to enable NX Client on the screen number '3' of your workstation put the following line into the specific section for this workstation: SCREEN_03 = nxclient

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

  • /usr/NX/lib

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

  • to the dinamic linker configuration file:

    #> ldconfig

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

  • root shell prompt:

    #> exit

14. Logout:

  • #> exit

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

Fragen

  • Frage: Ist FreeNX tot? Es scheint keine offizielle Homepage mehr zu geben und der kommerzielle Counterpart http://www.nomachine.com scheint auch tot! -- HenrykGerlach DateTime(2004-12-10T09:28:20Z)

    • Nein ist es Nicht! freedesktop.org wurde geknakt und auf diesem Server war auch die Kalyxo Homepage die derzeit wieder im aufbau begriffen ist.
  • OffeneFrage: Ist es damit möglich, eine graphische Fernwartung von User zu betreiben? z.B.: User ruft an, Admin macht Fernwartung auf und sieht im zu wie er das Problem beschreibt, zeigt ihm, wie man X richtig macht etc.? Oder gibt es unter Unix (außer VNC) eine andere Lösung dafür?


KategorieNetzwerk

FreeNX (zuletzt geändert am 2007-12-23 22:46:46 durch localhost)