Tuesday, April 2, 2024

How to access other drive in windows subsystem linus (WSL)

To access C drive:
cd /mnt/c/

No comments:

Post a Comment

SQL to delete all WooCommerce products except those with "draft" status

 -- Disable foreign key checks (important for InnoDB) SET     FOREIGN_KEY_CHECKS = 0;     -- Delete product meta DELETE     pm FROM     wp_p...