Physical Address
304 North Cardinal St.
Dorchester Center, MA 02124
Today we’ll be looking at how to backup/export an Amazon (AWS) Route 53 Hosted Zone to file. AWS makes it’s really easy for you to move your domain to them but really difficult to take all your entries out of…
Today we’ll look into repairing a crashed WordPress database table. The error message could appear in one of many ways, some of them below: [20-Oct-2019 15:28:18 UTC] WordPress database error Table ‘wp_options’ is marked as crashed and should be repaired…
We’ll be looking into how to install Node.js on Ubuntu versions 16.04 LTS, 18.04 LTS and 19.04. We’ll install Node.js with NVM (Node Version Manager). This lets us install any version of Node.js and then switch between them with one command.…
Today we’ll attempt to fix Mac Pro’s shutting down on their own or damage/corruption to the Mac OS X file system, if it started happening around the 24-25th of Sept 2019, you might be in luck. This is only happening…
Today we’ll look at how to monitor your servers performance and troubleshoot slowdowns on Ubuntu 16.04 LTS, 18.04 LTS and 19.04. We’ll use Nedata for this purpose. With Netdata you can instantly diagnose slowdowns and anomalies in your infrastructure with…
Today we’ll be looking at how to install the GeoIP module on Ubuntu 16.04 LTS, 18.04 LTS and 19.04 for NGINX. You may come across an error like the following while trying to compile/install Nginx from source: ./configure: error: the…
Today we’ll look at how to install libxslt on Ubuntu 16.04 LTS, 18.04 and 19.04. You may need to install this if you want to compile and install NGINX from the source. An error requiring it may look something like…
Today we’ll be looking at how to install Ruby and RubyGems on Ubuntu 18.04 LTS and Ubuntu 19.04. The installation steps listed in this article will work for both versions of Ubuntu, 18.04 LTS and 19.04. A little bit about…
Today we’ll be looking at how to install MongoDB 4.2 on CentOS 7, Ubuntu 18.04 LTS and Ubuntu 19.04 A little bit about MongoDB as per their website: MongoDB is a general purpose, document-based, distributed database built for modern…
Today we’ll be going over how to backup your website off-site with git every day. You can use this guide with any service that supports git, we’re focusing on GitHub because it’s reliable, robust and offers a free tier. Start…