Compare commits
6 commits
64d2613b3d
...
afc1a982c7
Author | SHA1 | Date | |
---|---|---|---|
afc1a982c7 | |||
688584fa4d | |||
4a4fc40e0e | |||
eaded97726 | |||
14c94ad8e9 | |||
5a0d4a7634 |
6 changed files with 15 additions and 4 deletions
|
@ -25,3 +25,10 @@ Estas instrucciones están parcialmente tomadas de [esta respuesta en StackOverf
|
|||
```sh
|
||||
sdkmanager 'build-tools;29.0.2' 'platforms;android-29'
|
||||
```
|
||||
|
||||
5. Instalamos [`gcompat`](https://git.adelielinux.org/adelie/gcompat) que nos permite correr binarios que requieren [Glibc](https://es.wikipedia.org/wiki/Glibc) en Alpine que no lo tiene:
|
||||
|
||||
```sh
|
||||
# Correr como root:
|
||||
apk add gcompat
|
||||
```
|
||||
|
|
1
Booteables.md
Normal file
1
Booteables.md
Normal file
|
@ -0,0 +1 @@
|
|||
- [Ventoy](https://www.ventoy.net/en/index.html): automágicamente bootea ISOs dentro de un pendrive sin tener que flashearlo cada vez
|
3
Este sitio.md
Normal file
3
Este sitio.md
Normal file
|
@ -0,0 +1,3 @@
|
|||
## Inspiración e ideas a futuro
|
||||
|
||||
- [Blot](https://blot.im)
|
|
@ -1,4 +1,4 @@
|
|||
#!/usr/bin/env lua
|
||||
#!/usr/bin/env lua5.1
|
||||
local m = 1
|
||||
local f = 2
|
||||
|
||||
|
@ -52,4 +52,4 @@ for _, tema in ipairs(temas) do
|
|||
end
|
||||
print("</ol>")
|
||||
|
||||
print("<p><a href='https://gitea.nulo.in/Nulo/sitio/src/branch/ANTIFASCISTA/Men%c3%ba%20art%c3%adstico.gen'>Código</a></p>")
|
||||
print("<p><a href='https://cgit.nulo.in/sitio/tree/Men%c3%ba%20art%c3%adstico.gen'>Código</a></p>")
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
Este es el README para [el repositorio del sitio](https://gitea.nulo.in/Nulo/sitio).
|
||||
Este es el README para [el repositorio del sitio](https://cgit.nulo.in/sitio).
|
||||
|
||||
Escuché [HOT DEMON B!TCHES NEAR U ! ! ! (de CORPSE y Night Lovell)](https://youtu.be/wqZnO71PBis) en loop para hacer la versión inicial del sitio.
|
||||
|
||||
|
|
2
index.md
2
index.md
|
@ -17,7 +17,7 @@ Algunos de mis proyectos:
|
|||
- Juguetes:
|
||||
- [Cuarentena](https://cuarentena.nulo.in)
|
||||
- [[txt2txt]]
|
||||
- [Este sitio](https://gitea.nulo.in/Nulo/sitio)
|
||||
- [Este sitio](https://cgit.nulo.in/sitio)
|
||||
|
||||
Webamigx: [nadie@nulo.in](mailto:nadie@nulo.in) <small>no gods no webmasters</small>
|
||||
|
||||
|
|
Reference in a new issue