Compare commits
No commits in common. "afc1a982c757de42ddee95c706c479fa79887d0b" and "64d2613b3d108ca2cf3f63e4b708dbabc1cc7463" have entirely different histories.
afc1a982c7
...
64d2613b3d
6 changed files with 4 additions and 15 deletions
|
@ -25,10 +25,3 @@ Estas instrucciones están parcialmente tomadas de [esta respuesta en StackOverf
|
||||||
```sh
|
```sh
|
||||||
sdkmanager 'build-tools;29.0.2' 'platforms;android-29'
|
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 +0,0 @@
|
||||||
- [Ventoy](https://www.ventoy.net/en/index.html): automágicamente bootea ISOs dentro de un pendrive sin tener que flashearlo cada vez
|
|
|
@ -1,3 +0,0 @@
|
||||||
## Inspiración e ideas a futuro
|
|
||||||
|
|
||||||
- [Blot](https://blot.im)
|
|
|
@ -1,4 +1,4 @@
|
||||||
#!/usr/bin/env lua5.1
|
#!/usr/bin/env lua
|
||||||
local m = 1
|
local m = 1
|
||||||
local f = 2
|
local f = 2
|
||||||
|
|
||||||
|
@ -52,4 +52,4 @@ for _, tema in ipairs(temas) do
|
||||||
end
|
end
|
||||||
print("</ol>")
|
print("</ol>")
|
||||||
|
|
||||||
print("<p><a href='https://cgit.nulo.in/sitio/tree/Men%c3%ba%20art%c3%adstico.gen'>Código</a></p>")
|
print("<p><a href='https://gitea.nulo.in/Nulo/sitio/src/branch/ANTIFASCISTA/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://cgit.nulo.in/sitio).
|
Este es el README para [el repositorio del sitio](https://gitea.nulo.in/Nulo/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.
|
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:
|
- Juguetes:
|
||||||
- [Cuarentena](https://cuarentena.nulo.in)
|
- [Cuarentena](https://cuarentena.nulo.in)
|
||||||
- [[txt2txt]]
|
- [[txt2txt]]
|
||||||
- [Este sitio](https://cgit.nulo.in/sitio)
|
- [Este sitio](https://gitea.nulo.in/Nulo/sitio)
|
||||||
|
|
||||||
Webamigx: [nadie@nulo.in](mailto:nadie@nulo.in) <small>no gods no webmasters</small>
|
Webamigx: [nadie@nulo.in](mailto:nadie@nulo.in) <small>no gods no webmasters</small>
|
||||||
|
|
||||||
|
|
Reference in a new issue