Archive

Actualizando la imágen de instalación de Fedora

Refrescar la imagen de instalación de Fedora no tiene chiste. Por lo menos no tanto chiste como generarla.

Aquí va como:

# te haces root
su -

# instalar herramientas
dnf -y install livecd-tools fedora-kickstarts

# generas un area de trabajo
mkdir workdir
cd $_

# copias lo necesario
cp -r /usr/share/spin-kickstarts/* .

# modificas …

Comparación de strings en Bash

Hoy se me ocurrió que estaría chido mostrar como se hace una comparación de strings en Bash pero de forma práctica; dado que, en Bash, tendemos a ser muy estructurados y, a veces, poco eficientes.

Supongamos que quieres ver si una variable es alguna de 5 opociones. Quieres comparar el …


Howto: IPFS on Fedora 34

I like IPFS a lot; for many reasons.

  • They're distributed.
  • Support newer technologies (quic, for example)
  • Enable a descentralized web.

Besides that, it's a pretty convenient app to use once you get the hang of it. You can either go full CLI on it or just user it from the …


Reboot

Yeah, so my blog is back!

I've finally found a way to publish the content I want to publish; in a friendly way.

Pelican is the software I use to generate my website now. This is much safer and nicer for all of the involved; including my server.

I can …


My new blog

This is just a test.