this has worked: from https://askubuntu.com/questions/1411834/cant-refresh-snap-store
Virtual domain Nginx Mariadb Ubuntu localhost for local WordPress
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
Ubuntu “Dummy output” No sound card in use
I ran into this exact same issue on my issue. I don’t know if you are experiencing the same problem because it ended up being that timidity-daemon was causing this to appear. I ended up having to remove that and it started working. The one thing I can suggest as …
WordPress Torino Meetup dicembre 2022 con Barbara Damiano
Ieri sera Barbara Damiano ha raccontato in un talk al WordPress Torino Meetup l’importanza del Blog. Forse anche la presenza di questo articolo è merito suo, nato da uno sprone a condividere le proprie esperienze al di la dei difetti di scrittura e della bellezza dell’esposizione. È stato un talk …
Leggi tutto “WordPress Torino Meetup dicembre 2022 con Barbara Damiano”
install php8.1-fpm for multiversion PHP Debian
Here all the single element to install: sudo apt-get install php8.1 php8.1-fpm php8.1-mysql libapache2-mod-php8.1 php8.1-curl php8.1-mbstring php8.1-xml php8.1-soap -y then add the line number here:
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”
Schwa in Gnome Linux
apri Gnome Tweaks (o Personalizzazioni nell’interfaccia in italiano) Tastiera e mouse > Tasto di composizione (ho scelto Alt destro) Alt destro + ee (due volte e) permette di ottenere il risultato! ə tratto da https://chiedi.ubuntu-it.org/questions/74584/come-fare-schwa-sulla-tastiera
Bitbucket password usage for Git ending March 1 2022 [SOLVED]
How to manage the Authentication? Use SSH KEY: https://support.atlassian.com/bitbucket-cloud/docs/set-up-an-ssh-key/ And if you have a repository that was managed with password, change the URL https://support.atlassian.com/bitbucket-cloud/docs/change-the-remote-url-to-your-repository/ Update the URL for Git repositories From a terminal, navigate to the repository. $ cd ~/<path_to_repo> Run git remote -v to see the current remote URL.$ git remote …
Leggi tutto “Bitbucket password usage for Git ending March 1 2022 [SOLVED]”
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
How to Update BIOS of Dell Inspiron with Linux Debian
Download the update bios file (*.exe) from the Dell support site. Save it to /boot/efi Reboot the machine Push F12 Choose Bios upgrade. source https://www.dell.com/community/Linux-Developer-Systems/Update-bios-in-DELL-XPS-9360-laptop-running-ubuntu/m-p/6029222#M8388
