Wednesday, November 10, 2021

Check Linux os & version version using command


cat /etc/os-release

lsb_release -a

hostnamectl

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...