image 3 - Reset Supermicro IPMI password with physical access to the server

Reset Supermicro IPMI password with physical access to the server

On the internet you can find remote solutions to reset IPMI password: Remote from IPMI console (you have to login to IPMI first)From the OS (you have to login to Windows/Linux first) But if you don’t have remote access to the system, neither...

image - Enable Brotli Compressing using .htaccess file

Enable Brotli Compressing using .htaccess file

To check if Brotli is enabled on the server for the current PHP version: php -m | grep brotli To use it on the website add the following to the beginning of the .htaccess file: <ifmodule mod_deflate.c> AddOutputFilterByType DEFLATE text/text...

2023 03 30 16 45 - Jetbackup: Reindex backups for a single cpanel account

Jetbackup: Reindex backups for a single cpanel account

Here is a simple one-liner to reindex backups from the destination just for a single cpanel account:

jetbackup5api -F reindexDestination -D "_id={DESTINATIONID}&account_username={USERNAME}"

Source: Jetbackup5 API

2023 04 10 17 43 - cPanel Icons are missing!

cPanel Icons are missing!

After a recent cPanel update, some cPanel icons are missing: cPanel Icons are missing! To troubleshoot the issue right click on one of the missing icons and click on “Inspect Element” in cpanel, all icons are merged into one single file...