WHMCS generated invoices are neat and professional, though sometimes it is useful to be able to add or edit information to/on these PDF invoices. The file that needs to be…
Edit PDF invoice WHMCS
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…
Install Docker CE on Ubuntu 17.10 Artful Aardvark
Docker doesn't yet have a release file for Ubuntu 17.10 (it should be coming soon though). As such Docker CE can be installed from the Zesty package as follows: 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…
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…
Remove trailing slash / from URL
To remove the trailing slash / from the URL in Apache, you can edit the .htaccess file in the root web directory and add the following snippet: RewriteCond %{REQUEST_FILENAME} !-d…
Export/Dump Docker MongoDB database
There are tons of articles explaining how to export/dump a Mongo database from Docker, all of which we seemed to struggle with. The following script allows you to dump your…
Install Gradle Ubuntu 17.10
There are number of ways to install Gradle on Ubuntu, the simplest of which is to install it with the following command: sudo apt install gradle This will install Gradle,…
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…
Replace master branch with another branch Git
Should you need to replace your master branch entirely with another branch you can issue the following commands: git checkout YOUR_BRANCH_NAME git merge -s ours master git checkout master git…
