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…
Ubuntu 17.10 hangs at boot after Nvidia installation – SOLVED
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…
Install .NET Core on Ubuntu
Microsoft has really come to the party over the last couple of years with support for Linux, which is wonderful to see! To install .NET core on Ubuntu you can…
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…
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,…
SSH/SCP into cPanel
It is very useful to be able to SSH into cPanel for a number of reasons. One such reason is the ability to make use of Git. Another benefit is…
Edit PDF invoice WHMCS
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…
Load website header/menu dynamically on multiple pages
So you've got a website consisting of multiple pages and you're tired of changing the links and information in the header/menu on each and every page. A neat solution is…
Change the modified date of files Linux
Thanks to James, you can change the last modified date of files in Linux with the following commands: Change last modified date of a file to 2 hours ago relative…
Create MySQL docker container and access externally
If you have a fairly simple setup with one network card and would like a MySQL container bound to both the internet docker IP and the IP of your network…









