En este post explico cómo instalar Let’s Encrypt en una máquina Debian 10 para poder generar un certificado SSL y luego usarlo en tu servidor web favorito.
Category: Debian
Paquetes para una instalación LAMP
En esta entrada detallo los comandos para la instalación de un LAMP en Debian 10, con Apache 2, MySQL 5.7 y PHP FPM 7.4. Parto de la instalación base de Debian 10 que ofrece cualquier proveedor de servicios.
Problem updating Grafana in a Debian 9
Updating a Debian 9 I get this error with the “grafana” update:
$ apt update ... Ign:7 stretch InRelease Err:9 stretch Release 404 Not Found Reading package lists... Done E: The repository 'https://packagecloud.io/grafana/stable/debian stretch Release' does no longer have a Release file. N: Updating from such a repository can't be done securely, and is therefore disabled by default. N: See apt-secure(8) manpage for repository creation and user configuration details. ...
Failed to fetch http://ftp.debian.org/debian/dists/jessie-updates/main/ 404 Not Found
Executing apt update in a Debian 8 I get the error
W: Failed to fetch http://ftp.debian.org/debian/dists/wheezy-backports/main/binary-amd64/Packages 404 Not Found [IP: 2001:67c:2564:a119::148:12 80] W: Failed to fetch http://ftp.debian.org/debian/dists/jessie-updates/main/source/Sources 404 Not Found [IP: 2001:41d0:202:100:213:32:5:7 80] W: Failed to fetch http://ftp.debian.org/debian/dists/jessie-updates/main/binary-amd64/Packages 404 Not Found [IP: 2001:41d0:202:100:213:32:5:7 80] W: Failed to fetch http://ftp.debian.org/debian/dists/jessie-backports/main/source/Sources 404 Not Found [IP: 2001:41d0:202:100:213:32:5:7 80] W: Failed to fetch http://ftp.debian.org/debian/dists/jessie-backports/main/binary-amd64/Packages 404 Not Found [IP: 2001:41d0:202:100:213:32:5:7 80] E: Some index files failed to download. They have been ignored, or old ones used instead.
Show the PHP packages installed in Debian
To show the PHP packages installed in a Debian machine, you can use the next command:
Failed to fetch https://packages.sury.org/php/dists/stretch/InRelease
Executing in a Debian 9 an:
$ apt update
I get this error:
Failed to fetch https://packages.sury.org/php/dists/jessie/InRelease
Executing in a Debian 8 an:
$ apt update
I get this error:
Install PHP 7.3 on Debian 9
Debian 9 allows installing PHP 7.0 using apt, as I explained in this link (in Spanish).
In this post, I will go to explain how to install PHP 7.3, whose publication date (GA: General Availability) is December 6, 2018.
Instalar PHP 7.3 en Debian 9
Debian 9 permite instalar mediante apt PHP 7.0, tal y como explico en este enlace.
En este post voy a explicar cómo instalar la versión 7.3 de PHP, cuya fecha de publicación (GA: General Availability) es el 6 de diciembre del 2018.
Install PHP 7.2 on Debian 9
Debian 9 allows installing PHP 7.0 using apt, as I explained in this link (in Spanish).
The next version of Laravel, the 5.6, has as a requirement to have a PHP version equal to or higher than 7.1.3, so I will explain how to install the latest stable version, 7.2.