Wiki Linkat

Ltsp manual 18.04

De Wiki Linkat

(Diferència entre revisions)
Revisió actual (13:09, 8 nov 2019) (mostra codi font)
(Contingut canviat per «La nova documentació del projecte&nbsp;LTSP es troba a la URL: [https://ltsp.github.io/docs/installation/ https://ltsp.github.io/docs/installation/]<br> En breu tindre...».)
 
(Hi ha 49 revisions intermèdies)
Línia 1: Línia 1:
-
= Instal·lació del servidor de terminals lleugers en Linkat edu 18.04: =
+
La nova documentació del projecte&nbsp;LTSP es troba a la URL: [https://ltsp.github.io/docs/installation/ https://ltsp.github.io/docs/installation/]<br>
-
'''NOTA: '''La pàgina oficial amb la documentació per instal·lar el projecte LTSP en Ubuntu 18.04 és la següent:
 
-
http://wiki.ltsp.org/wiki/Installation/Ubuntu<br>
 
-
== Introducció:  ==
+
En breu tindreu la documentació traduïda al català.
-
El projecte LTSP (Linux Terminal Server Project) va ser creat l’any 1999 i esta orientat al ` reciclatge i reutilitzacio d’equipaments. ´ LTSP proporciona una forma simple d’utilitzar ordinadors de baix cost com a terminals grafics o de text sobre un servidor ` GNU/Linux. Aquests ordinadors o clients lleugers depenen d’un servidor central que els proporciona el sistema operatiu, CPU, memoria i disc dur.
 
-
<br>
 
-
== Avantatges:  ==
+
Gràcies,
-
 
+
-
• Menor cost del maquinari: necessiten menys memoria i pot ` encia de ` CPU, per tant es reciclen o reutilitzen els Pcs antics.
+
-
 
+
-
• S’allarga el cicle de vida dels terminals lleugers. • L’administracio dels terminals es fa de forma centralitzada, la qual cosa requereix molt ´ menys esforc¸ ja que els clients no tenen sistema operatiu propi. • El risc d’un mal funcionament dels clients lleugers es m ´ ´ınim ja que no requereixen cap mena de modificacio. ´ • L’acces a les dades es troba restringit al tractar-se d’un sistema operatiu multiusuari. ´ • El sistema permet que l’usuari pugui utilitzar GNU/Linux o Windows 2000/xp de forma simultania.
+
-
 
+
-
<br>
+
-
 
+
-
 
+
-
 
+
-
== Configuració: ==
+
-
 
+
-
<br>
+
-
 
+
-
Es tria l'opció de dues ethernets:
+
-
 
+
-
 
+
-
 
+
-
ETH_WAN-&gt; dinàmica o estàtica. Ethernet de conexió a la xarxa
+
-
 
+
-
 
+
-
 
+
-
ETH_LAN-&gt; ethernet de la xarxa de terminals lleugers:
+
-
 
+
-
 
+
-
 
+
-
IP fixa-&gt; 192.168.67.1/24
+
-
 
+
-
 
+
-
 
+
-
Afegir el PPA següent:
+
-
 
+
-
 
+
-
 
+
-
 
+
-
 
+
-
 
+
-
 
+
-
 
+
-
 
+
-
add-apt-repository --yes ppa:ts.sch.gr<br>apt update
+
-
 
+
-
 
+
-
 
+
-
 
+
-
 
+
-
 
+
-
 
+
-
 
+
-
 
+
-
apt install --yes --install-recommends ltsp-server-standalone epoptes
+
-
 
+
-
gpasswd -a ${SUDO_USER:-$USER} epoptes
+
-
 
+
-
ltsp-build-client --purge-chroot --mount-package-cache --extra-mirror 'http://ppa.launchpad.net/ts.sch.gr/ppa/ubuntu bionic main' \<br> --apt-keys '/etc/apt/trusted.gpg.d/ts_sch_gr_ubuntu_ppa.gpg' --late-packages epoptes-client --arch=i386<br>
+
-
 
+
-
 
+
-
 
+
-
ltsp-chroot -m&nbsp;
+
-
 
+
-
passwd root -&gt; per definir la contrasenya.
+
-
 
+
-
exit
+
-
 
+
-
ltsp-update-image
+
-
 
+
-
 
+
-
 
+
-
DNSMASQ:
+
-
 
+
-
 
+
-
 
+
-
Single NIC (ProxyDHCP)<br>This is the easiest mode as it usually doesn't require any changes in the network topology. The server, the clients and the router are all connected to the same switch(es). The IP leases are managed by the router, or an external DHCP server like proxmox or Windows. No configuration changes to the existing DHCP server are necessary. Dnsmasq will be configured in ProxyDHCP mode, which means that it will only send the boot filename and rootpath DHCP options when a client asks for an IP.
+
-
 
+
-
ltsp-config dnsmasq
+
-
 
+
-
 
+
-
 
+
-
Dual NIC (Classic DHCP)<br>In this mode, the LTSP server has two NICs; one faces the Internet and the other is connected to a dedicated switch with just the LTSP clients. To make configuration easier, LTSP expects you to set up a static IP of 192.168.67.1 for the internal subnet. Then, run the following commands:<br>
+
-
 
+
-
 
+
-
 
+
-
ltsp-config dnsmasq --no-proxy-dhcp<br>wget https://git.launchpad.net/sch-scripts/plain/debian/sch-scripts.if-up -O /etc/network/if-up.d/sch-scripts<br>chmod +x /etc/network/if-up.d/sch-scripts<br>systemctl restart network-manager
+
-
 
+
-
 
+
-
 
+
-
 
+
-
 
+
-
Editing lts.conf<br>The configuration for the clients, like screen resolution etc, is maintained in a file called lts.conf. To create and start editing it, run:
+
-
 
+
-
ltsp-config lts.conf<br>xdg-open /var/lib/tftpboot/ltsp/*/lts.conf
+
-
 
+
-
<br>
+
-
 
+
-
Linkat estàndard:
+
-
 
+
-
LD_SESSION="gnome-flashback-metacity"
+
-
 
+
-
 
+
-
 
+
-
i per a la Lubuntu:
+
-
 
+
-
LDM_SESSION="Lubuntu"
+

Revisió actual

La nova documentació del projecte LTSP es troba a la URL: https://ltsp.github.io/docs/installation/


En breu tindreu la documentació traduïda al català.


Gràcies,