Rénich's Blog

Fedora

Actualizando la imágen de instalación de Fedora

03 de mayo de 2022

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 …

Howto: IPFS on Fedora 34

09 de junio de 2021

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 …

HowTo: Generate free SSL certificates for Nginx/Tengine with LetsEncrypt

11 de diciembre de 2015

OK, it's fairly easy to get this done on a distro like Funtoo/Gentoo or Fedora, which are the distros I use.

First of all, you need to install this thing on your server:

# Fedora
su -
dnf -y install letsencrypt

# Funtoo/Gentoo
su -
mkdir src && cd src
git clone https …

HowTo: Compilando crystal en Fedora 22

18 de septiembre de 2015

Me ha interesado mucho el lenguaje de programación crystal: http://crystal-lang.org/.

Este lenguaje tiene la sintaxis muy parecida a Ruby; si no es que igual. Parece que hasta el Matzu; creador de Ruby, es fan del proyecto.

En todo caso, para compilarlo en Fedora, hice un script. El script …

Funtoo

07 de enero de 2015

Ok, just to announce, in case anybody cares, that I am a dual resident now. I have Funtoo on my desktop (the PC I use most) and Fedora 21 in my laptop.

Usually, I write all my articles for Fedora but, for now, I will be writing them for both …