Day: August 1, 2022
Run Multiple PHP versions with Nginx on Ubuntu & Change Version php
First of all, we will install other PHP versions on our server. If you followed our guide on setting up Nginx with PHP-FPM on Ubuntu, you might have PHP7.2 installed on your server. CHECK THE CURRENT PHP VERSION Whatever the case is, you must know the PHP version that is…
Ubuntu – apt-get update fails “The repository no longer has a Release file”
The Issue Running sudo apt-get update or sudo apt update fails with the following or similar errors: Hit:1 http://apt.postgresql.org/pub/repos/apt eoan-pgdg InRelease Ign:2 http://archive.ubuntu.com/ubuntu eoan InRelease Ign:3 http://archive.ubuntu.com/ubuntu eoan-updates InRelease Ign:4 http://archive.ubuntu.com/ubuntu eoan-backports InRelease Ign:5 http://archive.ubuntu.com/ubuntu eoan-security InRelease Err:6 http://archive.ubuntu.com/ubuntu eoan Release 404 Not Found [IP: 91.189.88.142 80] Err:7 http://archive.ubuntu.com/ubuntu eoan-updates Release 404 Not Found…