Skip to content

Latest commit

 

History

History
25 lines (21 loc) · 952 Bytes

README.md

File metadata and controls

25 lines (21 loc) · 952 Bytes

wp-bashes

Change admin Password || RUN from website root directory, like htdocs/public_html as a file owner

bash -c "$(curl -fsSL https://raw.githubusercontent.com/matrixkloud/wp-bashes/main/admin-pass.sh)"

Single user Password change // Change email based on need || RUN from website root directory, like htdocs/public_html file owner

bash -c "$(curl -fsSL https://raw.githubusercontent.com/matrixkloud/wp-bashes/main/single-user-pass.sh)" -- '[email protected]'

Find Gridpane sites

bash -c "$(curl -fsSL https://raw.githubusercontent.com/matrixkloud/wp-bashes/main/find-gp-sites.sh)"

Configure SWAP memory into Debian/ubuntu system

bash -c "$(curl -fsSL https://raw.githubusercontent.com/matrixkloud/bash/main/aws-ubuntu/swap.sh)"

Configure wp CLI into any Linux Distribution

bash -c "$(curl -fsSL https://raw.githubusercontent.com/matrixkloud/wp-bashes/main/wpcli.sh)"