Größe: 4062
Kommentar: Installation
|
Größe: 4064
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
Ein Artikel von Pro-Linux: [http://www.pl-berichte.de/berichte/lt2004-nxartikel.html NX - Turbolader für Linux- und Windows-Terminalserver]
Ein kleines englisches [http://www.gnomeuser.org/documents/howto/nx.html HowTo].
LTSP-Aufwerten
Section 4 - NX Client on LTSP
Notes
- 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
- Login as the 'root' user to the LTSP server on which you want
- to install NX Client.
- Download the 'NX Client for LTSP' package and put it in the
- '/usr' subdirectory of the LTSP base directory.
- Chroot to the LTSP base directory:
- chroot /opt/ltsp/i386
- Change the current working directory to '/usr':
#> cd /usr
- Unzip and untar the compressed 'tar' archive:
#> tar -zxvf nxclient-X.Y.Z-WW.i386.tar.gz
- 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/.
- the '/etc/profile.d' directory:
- 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/.
- '/etc/screen.d' directory:
- 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
- '/etc/ld.so.conf' files:
- 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
- 'tar' archive, making the backup readable only by the 'root' user:
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?