Category BASH Scripts

Server-Side WordPress Tuning

What it does A re-runnable, root-run Bash tool that applies server-level WordPress performance and hardening tuning — no WordPress plugins involved. It auto-discovers every WordPress install under a base directory (default /var/www, override with WP_SITES), and every optimization is an…

BASH Scripting

BASH (Bourne-Again Shell)– Scripting 101 – BASH scripting is a very useful tool for automating tasks on a Unix system, it can be used for anything from resetting passwords, to starting applications, to simply storing your favourite grep function for…