firefox ebKNbQhG6D - How to Properly Uninstall NodeJS & NVM from CentOS

How to Properly Uninstall NodeJS & NVM from CentOS

yum remove nodejs rm -rf ~/.nvm ~/.npm ~/.bower /usr/local/bin/npm /usr/local/bin/node* /usr/local/include/node* /usr/local/lib/node* /usr/local/share/man/man1/node* /usr/local/lib/dtrace/node.d ~/.npm ~/.node-gyp /opt/local/bin/node...

image - How to Assign Dedicated IP Addresses to cPanel Subdomains only

How to Assign Dedicated IP Addresses to cPanel Subdomains only

Step 1. Add the dedicated IP address to the user’s subdomain file. cd /var/cpanel/userdata/username Note: username represents the user who requires that each subdomain use a dedicated IP address. nano subdomain.example.com The file’s...

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...