lunes, 13 de enero de 2025

instalar ffmpeg en rokcy 8 ára issable 5

 

  • sudo dnf install epel-release sudo dnf install https://download1.rpmfusion.org/free/el/rpmfusion-free-release-8.noarch.rpm sudo dnf install https://download1.rpmfusion.org/nonfree/el/rpmfusion-nonfree-release-8.noarch.rpm
  • sudo dnf install ffmpeg

  • miércoles, 1 de enero de 2025

    certificados lest script

    para renovar es asi 

    29 2 15 * * /usr/bin/systemctl stop httpd

    30 2 15 * * /usr/bin/certbot renew

    35 2 15* * /usr/bin/systemctl start httpd 

     service httpd stop

    certbot certonly --standalone -d example.com <REEMPLAZAR POR EL HOST A CERTIFICAR>