
Completely remove MariaDB on RHEL, AlmaLinux, Rocky, or CentOS: stop the service, dnf/yum remove, delete /var/lib/mysql and /etc/my.cnf, then optionally…
Redirect non-www to www or www to non-www in Nginx with a dedicated server block and return 301 $scheme://canonical$request_uri. Includes…
Install Apache on Ubuntu: apt install apache2, allow it through UFW, verify with systemctl, and set up a virtual host.…
Install HandBrake CLI on Linux with Flatpak (the official path) — flatpak install fr.handbrake.HandBrakeCLI. Includes RPM Fusion and apt alternatives.
Install and configure HAProxy on AlmaLinux, Rocky Linux, RHEL, or CentOS — dnf install, minimal frontend/backend config, firewalld setup, zero-downtime…
Fix broken cPanel quotas with /usr/local/cpanel/scripts/fixquotas. Includes the mount-option check, package quota verification, and CloudLinux INODES cap.
Find what's pinning MySQL at 100% CPU: SHOW FULL PROCESSLIST, SHOW ENGINE INNODB STATUS\G, and information_schema.processlist queries to roll up…
Fix the "MySQL shutdown unexpectedly" error in XAMPP: rename mysql/data to data_old, copy mysql/backup as the new data, restore your…
Fix a missing Authorization header in PHP requests: forward it via .htaccess RewriteRule [E=...] or Apache SetEnvIf. Includes cPanel Pre-VirtualHost…
Enable the PHP DOM extension: install php-xml (or php8.x-xml), uncomment extension=dom in php.ini or run phpenmod dom, then restart PHP-FPM…
Sign in to your account