
Run a cron job as a non-root user with crontab -e (per user), sudo crontab -u username -e (from root),…
Reset the LiteSpeed WebAdmin Console password by running /usr/local/lsws/admin/misc/admpass.sh as root. Change takes effect immediately — no service restart needed.
Safely clean up MySQL binary log files (mysql-bin.*) with PURGE BINARY LOGS — never rm them directly. Includes replica-safety check…
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…
Sign in to your account