Skip to content

ariz

  • MUSIC
  • WORDPRESS
  • PING ME

ariz

  • MUSIC
  • WORDPRESS
  • PING ME

ariz

22/03/202522/03/2025MySQL

MySQL export large db

mysqldump -u user-p –max-allowed-packet=1G …. mysql -u use -p –max-allowed-packet=1G  ….

09/03/202509/03/2025git

Error key_load_public: invalid format

If you are getting this error key_load_public: invalid format   🔑 1. […]

27/02/202527/02/2025git

Add an existing website folder to a repo

1. Reinitialize the Repository cd /yoursite git init git remote add origin […]

13/06/2024Wordpress

How to backup ACF option fields with SQL

To get the values SELECT * FROM wp_options WHERE option_name LIKE ‘options_%'” […]

19/09/2023Windows

How to change the Lock screen timeout using Command Prompt

Open cmd as Administrator and run: powercfg.exe /SETACVALUEINDEX SCHEME_CURRENT SUB_VIDEO VIDEOCONLOCK 60000

31/08/202331/08/2023Linux

CUPS Printer not printing

Check via the web interface the status of the printer. It should […]

28/08/202328/08/2023Woocommerce, Wordpress

I don’t see product reviews in the single product page!

I suppose you have enabled the Woocommerce > Products > Enable reviews […]

01/10/202201/10/2022git

Unauthorized fatal: Could not read from remote repository.

Remove the SSH key from the repo. Click on repo name > […]

28/02/202228/02/2022Uncategorized

How To Clone A Private Repo to a cPanel

1. Generate An SSH Key If you have not already configured one, […]

30/11/202130/11/2021wsl, Windows

WSL has its own dynamic IP address

Your WSL2 linux system has its own ip address. You can get […]

15/10/2021Wordpress

Table ‘wp_db.wp_icl_string_packages’ or ‘wp_db.wp_icl_mo_files_domains’ doesn’t exist

Query for mo_files_domains DROP TABLE IF EXISTS `ariz_icl_mo_files_domains`; CREATE TABLE `ariz_icl_mo_files_domains` ( […]

01/05/202101/05/2021Woocommerce, Wordpress

WordPress – Copy product slugs from original language

If you need to replace product slugs in other language from the […]

14/03/202103/04/2021Linux

RSync

You can fetch remote content by using the following command: rsync -chavzP […]

28/09/2020XAMPP, Windows

How to install the ImageMagick PHP extension in Windows

In order to install the imagick PHP extension on Windows, you need […]

12/08/2020Windows

How to block the Chrome Software Reporter Tool

Go to C:\Users\{systemUser}\AppData\Local\Google\Chrome\User Data\ Right-click on the folder SwReporter and select Properties […]

01/09/201901/09/2019Wordpress

ACF local JSON not working – check WPML!

If you are using WPML please check that ACF Group is NOT […]

19/06/201919/06/2019Woocommerce, Wordpress

Add bult sale price in all product variations at once

function bulk_add_sales_price( $discount_percentage = 20 ) { $products = get_posts( [ ‘post_status’ […]

08/05/201908/05/2019XAMPP

How to Create Valid SSL in localhost for XAMPP

1. Navigate to Apache directory in XAMPP. In regular install it’s in C:\xampp\apache. […]

01/05/201901/05/2019XAMPP, MySQL

XAMPP – Batch script to backup all MySQL databases

Create a the folder c:\xampp\backup Create the file mysql_all_databases.bat inside c:\xampp with […]

01/05/201901/05/2019Uncategorized, Windows

Schedule a Batch File to run automatically

Step 1: Create a batch file you wish to run and place it […]

Posts pagination

1 2 … 5 Next

Categories

  • git (3)
  • wsl (1)
  • Woocommerce (3)
  • XAMPP (3)
  • Virtual Box (1)
  • Linux (13)
  • VMWare (5)
  • Tools (1)
  • MySQL (4)
  • Laravel (4)
  • htaccess (2)
  • Projects (1)
  • Wordpress (14)
  • Troubleshooting (3)
  • CSS (13)
  • NodeJS (1)
  • PHP (6)
  • Algorithms (2)
  • ES6 (2)
  • Javascript (9)
  • Popup / Lightbox (1)
  • Uncategorized (4)
  • Video (3)
  • Windows (15)

Latest Articles

  • MySQL export large db 22/03/2025
  • Error key_load_public: invalid format 09/03/2025
  • Add an existing website folder to a repo 27/02/2025
  • How to backup ACF option fields with SQL 13/06/2024
  • How to change the Lock screen timeout using Command Prompt 19/09/2023
  • CUPS Printer not printing 31/08/2023
  • I don’t see product reviews in the single product page! 28/08/2023

Antonis S. Rizopoulos

Athens, Greece
(0030)
info@ariz.gr

Contact

    Your Name (required)

    Your Email (required)

    Subject

    Your Message

    © 2015-2025 ariz. Proudly powered by Sydney