Create a directory in /var/www/site1 in file /etc/hosts add a line: /etc/nginx/sites-available/ Add a file with domain name like “site1” with a code like this for PHP 8.0 server { } create simbolic link for the directroy site-enabled: sudo service nginx restart sudo systemctl restart php8.0-fpm.service
How I’ve installed PHP 7.4 in Debian testing and removed PHP 8.1
This is not a guide, is what worked for me, so be careful and not use it as an official PHP Debian guide For WordPress reasons it could be useful to keep using the old version PHP 7.4 How I did it? After the last Debian update the PHP 8.1 …
Leggi tutto “How I’ve installed PHP 7.4 in Debian testing and removed PHP 8.1”
How to use user www-data with WP CLI in Linux Debian
In Debian 9/10 use su www-data -s /bin/sh to get back to root just type exit
apt-key expired for deb.sury.org
Today I had the case that the following message suddenly appeared during an update: The following signatures were invalid: EXPKEYSIG B188E2B695BD4743 DEB.SURY.ORG Automatic Signing Key this was the solution, 1) delete old key: 2) import new key: 3) update package list: The error should be fixed. Thanks to https://www.myprohost.com/en/blog/apt-key-expired-debsuryorg
How to get the latest LibreOffice version using apt-get or apt in Linux Debian Buster
To get the latest LibreOffice version using apt-get or apt in Linux Debian Buster you need first to clean the LibreOffice installed: sudo apt remove –purge libreoffice* sudo apt clean sudo apt autoremove Then you need to add backports to your sources listhttp://backports-master.debian.org/Instructions/ then: sudo apt -t buster-backports install libreoffice
How to Install the latest Mozilla Firefox version in Debian
These are the only two command that lets you install the latest Mozilla Firefox Quantum on your Linux Debian first download the latest Firefox version available wget -O FirefoxSetup.tar.bz2 “https://download.mozilla.org/?product=firefox-latest&os=linux64&lang=en-US” than create the directory mkdir /opt/firefox untar the latest Firefox version in the new directory tar xjf FirefoxSetup.tar.bz2 -C /opt/firefox/ …
Leggi tutto “How to Install the latest Mozilla Firefox version in Debian”
How To Secure Apache with Let’s Encrypt on Debian or Ubuntu 14.04
This tutorial will show you how to set up a TLS/SSL certificate from Let’s Encrypt on an Ubuntu 14.04 server running Apache as a web server
How to change LCD brightness from command line Debian Ubuntu Mint Linux
How to change LCD brightness from command line Debian Ubuntu Mint Linux
how to solve owncloud can’t connect sqlite3 after server move in Linux Debian
owncloud can’t connect sqlite3 after server move in Linux Debian
How to autostart xscreensaver in debian
How to autostart xscreensaver in debian
