by Joel | Sep 28, 2019 | Uncategorized
This post serves as a quick comparison between CentOS and Ubuntu when deciding to launch on an EC2 Instance. CentOS is Redhat based and Ubuntu is Debian based. CentOS is often considered more stable because they don’trelease many updates due to its reliability. Less...
by Joel | Sep 4, 2019 | Uncategorized
Not able to open a particular site from some networks ? Mostly when on mobile data is this happening to you ? In some networks, it would be fine, but for some networks, you may end up notloading anything and get the browser error. Try to run a ping test to the site....
by Joel | Sep 3, 2019 | cPanel/WHM
This scenario may happen when you are logged into WHM / cPanel from a dynamically IP changing network / Mobile data. You may be kicked out from the Panel and will need to login again and this can be an irritating loop. You can fix this behaviour by logging into WHM...
by Joel | Aug 20, 2019 | Uncategorized
Are your emails from WHMCS failing ? Does it reach your clients at times and fails often ? Start by checking for the activity logs under – Utilities -> Logs. If you find this error message : “It failed with this message – Email Sending Failed...
by Joel | Jul 24, 2019 | General, OpenSource
NPM is the package manager for the Node.js platform. To install node.js and npm in ubuntu, do the following : # apt install nodejs Once nodejs is installed, install npm using : # apt install npm This may result in an error : The following packages have unmet...