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
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
Nextcloud management in Siteground with occ terminal command
Fortunately it’s possible to manage Nextcloud in Siteground shared hosting
WordCamp Milano 2019 GatsbyJs GraphQL [VIDEO Youtube]
How to export WooCommerce orders data after a specific date [WP-CLI]
how to export orders data using wp-cli
Scarica l’ultima versione di WordPress tradotta in italiano dal browser o con wget
Per scaricare l’ultima versione di WordPress localizzata in italiano รจ possibile utilizzare wget o scaricarlo via browser utilizzando questo link https://it.wordpress.org/latest-it_IT.zip
Find and Replace using Sed
Sed is a UNIX stream editor that can be used to filter text files. This can be extremely useful if you have to run a Find and Replace on a string of text across a large file. I find this to be much more efficient than using a Find and …
How to export customers from WooCommerce with wp-cli
This is a very usefull feature of wp-cli that allows you to create a list of WooCommerce customers in csv format with a single command line command: wp wc customer list –user=username –format=csv > customers.csv where username is the user that has the administrator power to see all the possible …
Leggi tutto “How to export customers from WooCommerce with wp-cli”
How to fix the “Another Update in Process” Error in WordPress
Here is a video that explain how to solve the “Another Update in Process” Error go to the database > wp_options search for core_updater.lock and delete it click the Updates link on the left Update please don’t reload the upgrade page as it creates another core_updater.lock in the database, click …
Leggi tutto “How to fix the “Another Update in Process” Error in WordPress”
WooCommerce come aggiungere un sovrapprezzo per il pagamento in contrassegno senza usare plugin esterni
come aggiungere in WooCommerce un sovrapprezzo per il pagamento in contrassegno senza usare plugin esterni