SliTaz GNU/Linux official and community documentation wiki.
.png

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
en:guides:remotedesktop [2010/11/21 18:41]
seawolf add headings
en:guides:remotedesktop [2020/09/23 16:10]
hgt moved to en:guides:remotedesktop-nx
Line 19: Line 19:
  
 \\ \\
 +
 === Download the Software === === Download the Software ===
  
Line 25: Line 26:
   * Decompress the three NX packages (client, node, server) on the server into ''/​usr''​ to create ''/​usr/​NX''​ directory.   * Decompress the three NX packages (client, node, server) on the server into ''/​usr''​ to create ''/​usr/​NX''​ directory.
   * Decompress the client package on the client(s).   * Decompress the client package on the client(s).
 +
 +\\
  
 === Server Configuration === === Server Configuration ===
 +
 The automated commands are not compatible with BusyBox and the SliTaz configuration,​ so the installation commands need to be edited: The automated commands are not compatible with BusyBox and the SliTaz configuration,​ so the installation commands need to be edited:
   * Create the symlinks ''/​etc/​rc.d/​rc#​.d/''​ all pointing to ''/​etc/​init.d/''​. This can be easily achieved with the following command performed as the //root// user:   * Create the symlinks ''/​etc/​rc.d/​rc#​.d/''​ all pointing to ''/​etc/​init.d/''​. This can be easily achieved with the following command performed as the //root// user:
Line 38: Line 42:
   * Change the server name & SSH port (if necessary) in ''/​usr/​NX/​etc/​server.cfg''​ (line 31, 36 & 236)   * Change the server name & SSH port (if necessary) in ''/​usr/​NX/​etc/​server.cfg''​ (line 31, 36 & 236)
   * Allow administrative logins in line 87 of ''/​usr/​NX/​etc/​server.cfg''​   * Allow administrative logins in line 87 of ''/​usr/​NX/​etc/​server.cfg''​
 +
 +\\
  
 === Node Configuration === === Node Configuration ===
 +
 The automated commands are not compatible with BusyBox and the SliTaz configuration,​ so the installation commands need to be edited: The automated commands are not compatible with BusyBox and the SliTaz configuration,​ so the installation commands need to be edited:
   * Modify ''/​usr/​NX/​scripts/​setup/​nxnode''​ by:   * Modify ''/​usr/​NX/​scripts/​setup/​nxnode''​ by:
Line 48: Line 55:
       * ignoring warning about CUPS detection if you don't have a printer       * ignoring warning about CUPS detection if you don't have a printer
   * Change server name & SSH port (if necessary) in''​ /​usr/​NX/​etc/​node.cfg''​ (line 32, 342)   * Change server name & SSH port (if necessary) in''​ /​usr/​NX/​etc/​node.cfg''​ (line 32, 342)
 +
 +\\
  
 === User Configuration === === User Configuration ===
 +
   * Enable the nx user account by using: ''​sudo passwd -u nx''​   * Enable the nx user account by using: ''​sudo passwd -u nx''​
   * Confirm this with: ''​sudo /​usr/​NX/​bin/​nxserver --usercheck //​username//''​   * Confirm this with: ''​sudo /​usr/​NX/​bin/​nxserver --usercheck //​username//''​
Line 65: Line 75:
  
 \\ \\
 +
 === Recreating Keys === === Recreating Keys ===
  
Line 75: Line 86:
  
 \\ \\
 +
 === Tips === === Tips ===