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
Formato Data articoli e pagine errato in WordPress 5.0 [RISOLTO]
Come inserire un’immagine nel forum italiano di WordPress
- utilizza un servizio gratuito come imgur.com dove caricare un immagine
- una volta caricata, tasto dx del mouse clicca su “Apri immagine in un altra scheda”
- copia indirizzo, tipo https://i.imgur.com/LnQeaae.jpg
- scrivi un tag HTM in questo modo <img src=” ……. “>
- al posto dei puntini inserire l’URL dell’immagine
How To enable Visual Studio Code upgrade on Linux Debian
Visual Studio Code enabled official Linux repositories on February 2017 (v1.10) sudo add-apt-repository -y “deb https://packages.microsoft.com/repos/vscode stable main ” sudo apt update sudo apt -y install code You can upgrade / dist-upgrade as usual sudo apt -y upgrade sudo apt -y dist-upgrade
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”
Owncloud code integrity popup upgrading to 10.03 [SOLVED]
I update owncloud to 10.0.3 and I got a message like “There were problems with code integrity check” The list of invalid files was appear like this: Technical information ===================== The following list covers which files have failed the integrity check. Please read the previous linked documentation to learn more …
Leggi tutto “Owncloud code integrity popup upgrading to 10.03 [SOLVED]”
WOOCOMMERCE ORDERS IN VERSION 3.0+ get protected data
WOOCOMMERCE ORDERS IN VERSION 3.0+ get protected data