Physical Address
304 North Cardinal St.
Dorchester Center, MA 02124
Today we’ll look at how to force recalculate / refresh your cPanel’s accounts disk space usage. This can be quite annoying, at times the usage does not update even though you’ve freed up space and it should. There is a…
Today we’ll install cPanel or WHM on CentOS 7.7 cPanel is the most popular control panel in the shared hosting space. It is so widely used that it is the defacto control panel in the industry, Plesk comes in close…
It is pretty straightforward to check a MySQL / MariaDB table for a Primary Key, connect to the db server, login or open up your favorite MySQL client. Without selecting any table, issue the following command: SHOW INDEXES FROM <TABLE>…
On a newly installed WHM/cPanel server if you access a folder inside a domain which doesn’t have a index page in it, the server will throw you the complete directly structure. This can be bad as this exposes information about…
Ran into this very interesting issue today, I was trying to add two servers I had rented into NewRelic’s server monitor. The first one was successful but I couldn’t for the life of me add the second one. Turn’s out…
I had been experiencing issues getting java to run on a new server. While trying to check whether java was working I was repeatedly getting the following error: java -version # # There is insufficient memory for the Java Runtime…
I usually download the rpm or source from Java.com and install it manually but this time around it just wouldn’t work. So this is the alternative, read: supported way, of installing Java JDK 1.8. Issue yum list *jdk* to get a list of…
You need Java JDK installed, see this link Install Java JDK 1.8 Download the package from: maven.apache.org Move the compressed archive to the location you want and extract. cd /opt wget unzip apache-maven-3.3.3-bin.zip mv apache-maven-3.3.3 maven Create the following symlink: (note:…
Checking for prerequisites… FOUND: NPTL MISSING: nc FOUND: sudo-1.8.6p3-20 FOUND: libidn-1.18-2 FOUND: gmp-4.3.1-7 FOUND: libaio-0.3.107-10 FOUND: libstdc++-4.4.7-16 FOUND: unzip-6.0-2 Checking for suggested prerequisites… FOUND: perl-5.10.1 FOUND: sysstat FOUND: sqlite ###ERROR### Right after fixing the host file issue, this came up.…
This error took me an hour to solve ERROR: Installation can not proceed. Please fix your /etc/hosts file You need to make sure the hostname is on the first line and should match the hostname of the server. All the…