Skip to content

Instantly share code, notes, and snippets.

View Canx's full-sized avatar

Ruben Cancho Canx

View GitHub Profile
@Canx
Canx / bootchart-llx21_3min_ORG2_sin_rebost_y_lliurex-auto-upgrade_test1.svg
Created October 25, 2022 12:06
Lliurex 21 sin servicios rebost y lliurex-auto-upgrade
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@Canx
Canx / bootchart-llx19-2min_ORG2.svg
Created October 25, 2022 09:50
Bootchart Lliurex19 ORG2
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@Canx
Canx / bootchart_llx21_3min_ORG2.svg
Created October 25, 2022 09:40
Bootchart Lliurex 21
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@Canx
Canx / llx21_sin_rebost_test1.svg
Created October 25, 2022 09:38
Bootchart Lliurex21 sin rebost
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@Canx
Canx / analisis.md
Last active October 25, 2022 15:15
Análisis comparativo del arranque de Lliurex 19 vs Lliurex 21 en ordenadores ORG2

La comparación se hace con equipos ORG2, myu utilizados en las aulas de informática en la CV.

Lliurex 19

Bootchart (1 test)

  • Arranque sddm = 22s

Simulador robot de limpieza

Modifica el código fuente del simulador para programar al robot de limpieza y que limpie cada habitación de suciedad antes de que se te acabe la batería! Accede al simulador con el siguiente enlace:

Roomba jungle

Debes pulsar en "Ver dentro", y añadir tu código en el objeto "Roomba", modificando los eventos "Empezar_nivel" y "Choque".

Es imprescindible que uses los bloques de usuario "avanzar", "girar_derecha" y "girar_izquierda" para controlar el robot.

@Canx
Canx / scratch-mates.md
Last active September 18, 2022 08:30
Ideas de proyectos de Scratch orientados a las matemáticas. Sacados del libro "Mejora en matemáticas con Scratch".

Proyectos de programación orientados a matemáticas

Ideas de proyectos de Scratch orientados a las matemáticas. Sacados del libro "Mejora en matemáticas con Scratch".

UNIDAD 1: Números y operaciones

  • Cálculo mental (1h): dados dos números aleatorios pregunta por la suma. Nos dice si hemos acertado o no.
  • Letra NIF (2h): nos calcula la letra NIF a partir de los números.
  • Su cambio gracias! (2h) Dado el precio de un producto y el dinero que le damos nos dice la cantidad de monedas que nos devuelve de cada tipo.
@Canx
Canx / docker-compose.yml
Last active August 6, 2022 07:15
Fichero docker-compose con Wordpress, MariaDB y phpmyadmin
version: "3.9"
services:
db:
image: mysql:5.7
volumes:
- db_data:/var/lib/mysql
restart: always
environment:
MYSQL_ROOT_PASSWORD: somewordpress
@Canx
Canx / apt-cacher-ng.md
Created January 11, 2022 12:13
apt-cacher-ng cheatsheet

En servidor

sudo apt-get install apt-cacher-ng

Añadir archivo /etc/apt-cacher-ng/ubuntu_mirrors con las lineas:

http://archive.ubuntu.com
http://es.archive.ubuntu.com
@Canx
Canx / nslcd.conf
Created December 21, 2021 11:29
Clickcontrol configuración nslcd.conf
# /etc/nslcd.conf
# nslcd configuration file. See nslcd.conf(5)
# for details.
# The user and group nslcd should run as.
uid nslcd
gid nslcd
# The location at which the LDAP server(s) should be reachable.
uri ldap://fsserver