Showing posts with label web Panel. Show all posts
Showing posts with label web Panel. Show all posts

Monday, September 30, 2024

How to install Plesk on Ubuntu 22.00 using a single command

 # sh <(curl https://autoinstall.plesk.com/one-click-installer || wget -O - https://autoinstall.plesk.com/one-click-installer)

Create an admin account in WordPress via MySQL

INSERT INTO `wp_users`(     `user_login`,     `user_pass`,     `user_nicename`,     `user_email`,     `user_status` ) VALUES(     'admin...