Here is how to detect user country from the IP address that cPanel displays on the right side of the Tools page, and add a flag representing that country. Display Country based Flags for cPanel last Login IP Address 1.) First download the flag icons...
After installing django on shared cPanel the following error is recorded in passenger log: django.core.exceptions.ImproperlyConfigured: Error loading MySQLdb module. Did you install mysqlclient? The error indicates that the mysqlclient module is...
cPanel update script that is executed every night is /scripts/upcp and according to its code, file named /scripts/postupcp will get executed at the end: if (-e "/scripts/postupcp") { system("/scripts/postupcp"); } We can use this file to add a...
Jupiter is the name of the new default cPanel theme, and one of the most hated things about the new theme is the new icon style: jupiter cpanel theme icons To bring back the old icons from the Paper Lantern theme to Jupiter, simply copy the icons cp...
yum -y update
curl -sL | bash -
yum clean all && yum makecache fast
yum install -y gcc-c++ make
yum install -y nodejs
Proxmox Mail Gateway is an open-source email security solution that is designed to protect your mail server from spam, viruses, phishing attempts, and other email-based threats. To automate the process of retrying bounced emails through different...
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...
sudo yum update
curl –sL | sudo bash -
sudo yum install –y nodejs
node --version
npm --version