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
How To Install HP Deskjet 3050 j610 Series All in one Linux Debian
How To Install HP Deskjet 3050 j610 Series All in one Linux Debian
Solve Builds failing with “zlib is missing; necessary for building libxml2” in Debian installing Vagrant
To solve “zlib is missing; necessary for building libxml2” while installing vagrant