Skip to content

Instantly share code, notes, and snippets.

View Boltrology's full-sized avatar
🏠
Working from home

Boltrology

🏠
Working from home
  • RGCcorp
  • Mexico
View GitHub Profile
@Boltrology
Boltrology / json
Created May 12, 2021 10:16
Questions Example
{
"questions": [
{"question" : "¿Cuál es el nombre del río más largo del mundo?",
"a" : "Río Nilo",
"b" : "Río Amazonas",
"c" : "Río Danubio",
"d" : "Río Bravo",
"answer" : "b"
},
{"question" : "¿Cuál es el océano más grande del mundo?",
@Boltrology
Boltrology / install-openjdk8-musl.sh
Created October 10, 2024 22:00 — forked from stokito/install-openjdk8-musl.sh
Install Java openjdk8 compiled for musl from Alpine onto OpenWRT (armv7). Tested on Turris Omnia (TurrisOS 6.4.1)
#!/bin/sh
# aarch64, armhf, armv7, ppc64le, s390x, x86, x86_64
ARCH="armv7" # Turris Omnia
REVISION="8.275.01-r0"
DESTDIR="" # empty for root, you can set to /opt
# Alpine v3.13 switched to musl v1.2.0 while TurrisOS 6.4.1 uses older musl v1.1.24
# Use ldd command to see a musl version.
# If it's newer then change the URL to https://dl-cdn.alpinelinux.org/alpine/edge/
# You will also need to change the REVISION for the latest