Assuming you followed this article when exporting/dumping your Mongo database from Docker, you can create restore.sh with the below snippet. Prior to running the script, ensure that you have unzipped…
Import MongoDB database Docker
Change timezone Ubuntu terminal
Change the timezone on your machine or docker container with the following: sudo dpkg-reconfigure tzdata If there tzdata package doesn't exist, you can install it with the following commands: sudo…
Download specific docker image/version for Mongo
It is always good practice to run the latest version of any software you may be using, but from time to time you might require a specific version. As an…
Moving WordPress to a new directory
If you've mistakenly installed WordPress in the wrong directory, moving it to the correct directory can sometimes be a bit of a pain if you miss a step. A commonly…
Gigabyte SabrePro 15 Review
I've spent quite some time searching for the perfect combination of price, form factor and top class gaming performance in a laptop/notebook. I am very pleased to have come across…
Install Ubuntu 17.10 ACPI / Microcode SOLVED
When installing Ubuntu you might encounter errors around ACPI or Microcode. We found this to be the case with the Dell Xps. You may see an error similar to: ae_not_found…
Atom EACCES permission denied SOLVED
When opening Atom editor for the first time you might receive the following error: Error: EACCES, permission denied To solve this execute the following command in the terminal: sudo chown…
Enable SSL/HTTPS for Tomcat
There are a number of guides online that explain how to setup LetsEncrypt for Tomcat, all of which I found quite involved. I setup LetsEncrypt with Tomcat a while ago,…
Renew multiple domains automatically with Letsencrypt certbot
The first step is to add the certbot repository: sudo add-apt-repository ppa:certbot/certbot Next, update your package list: sudo apt-get update Next, install the certbot client for Apache: sudo apt-get install…
Ubuntu 17.10 hangs at boot after Nvidia installation – SOLVED
Hold shift after the PC manufacturer logo is displayed. This will load the GRUB menu. Select Ubuntu and press "e" Add the following to the linux line: nouveau.modeset=0 Remove the…









