La sociedad digital y de la información plantea la necesidad de conocer de una forma más profunda los elementos que permiten desarrollar en ella nuestras vidas de una forma crítica y segura. En este sentido, los sistemas informáticos ofrecen todo su potencial para conseguir una sociedad más justa, plural e igualitaria, en la que tenga cabida toda la ciudadanía sin condicionantes ni barreras, favoreciendo a su vez el aprendizaje permanente y el desarrollo personal. La materia Digitalización da respuesta a la necesidad de adaptación al entorno tan
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# Verifica si el script se ejecuta como superusuario | |
if [ "$EUID" -ne 0 ]; then | |
echo "Por favor, ejecuta este script como superusuario." | |
exit 1 | |
fi | |
# Recorre todos los directorios de inicio de sesión en /home | |
for user_home in /home/*; do |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
HTTP/1.1 200 OK | |
Date: Mon, 06 Mar 2023 12:55:03 GMT | |
Server: Apache | |
Last-Modified: Mon, 06 Mar 2023 06:22:12 GMT | |
ETag: "23e6-5f63550c86908" | |
Accept-Ranges: bytes | |
Che: 665366 | |
Keep-Alive: timeout=5, max=100 | |
Connection: Keep-Alive | |
Transfer-Encoding: chunked |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
-- Logs begin at Wed 2022-11-02 11:16:30 CET, end at Fri 2022-11-11 13:14:02 CET. -- | |
de nov. 11 13:09:20 lliurex21 kernel: microcode: microcode updated early to revision 0xea, date = 2021-01-25 | |
de nov. 11 13:09:20 lliurex21 kernel: Linux version 5.13.0-44-generic (buildd@lcy02-amd64-107) (gcc (Ubuntu 9.4.0-1ubuntu1~20.04.1) 9.4.0, GNU ld (GNU Binutils for Ubuntu) 2.34) #49~20.04.1-Ubuntu SMP Wed May 18 18:44:28 UTC 2022 (Ubuntu 5.13.0-44.49~20.04.1-generic 5.13.19) | |
de nov. 11 13:09:20 lliurex21 kernel: Command line: BOOT_IMAGE=/boot/vmlinuz-5.13.0-44-generic root=UUID=0eb0e40b-63ae-44fd-a537-37a0590c11f3 ro net.ifnames=0 quiet rw | |
de nov. 11 13:09:20 lliurex21 kernel: KERNEL supported cpus: | |
de nov. 11 13:09:20 lliurex21 kernel: Intel GenuineIntel | |
de nov. 11 13:09:20 lliurex21 kernel: AMD AuthenticAMD | |
de nov. 11 13:09:20 lliurex21 kernel: Hygon HygonGenuine | |
de nov. 11 13:09:20 lliurex21 kernel: Centaur CentaurHauls | |
de nov. 11 13:09:20 lliurex21 kernel: zhaoxin Shanghai |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# Script para acelerar el tiempo de arranque de Lliurex21. | |
# V4: Arreglamos fallo de sssd y desactivamos dnsmasq | |
# V3: Desactivamos networkd-dispatcher | |
# Tiempo original en un ORG2 con hdd: https://gist.githubusercontent.com/Canx/01b854da791b996f81177b52c49bab07/raw/4b8965186ec68bb52931aed376636e532fc91d75/lliurex21_original.svg | |
# Tiempo optimizado con V2: https://gist.githubusercontent.com/Canx/01b854da791b996f81177b52c49bab07/raw/4b8965186ec68bb52931aed376636e532fc91d75/lliurex21_optimized_v2.svg | |
# Arreglamos fallo de sssd |
Bootchart con rebost en Virtualbox
77s hasta finalizar ksplashqml.
Bootchart SIN rebost en Virtualbox
53s hasta finalizar ksplashqml (-14s)
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.