Firstly, add the Gitlab repository: curl -sS https://packages.gitlab.com/install/repositories/gitlab/gitlab-ce/script.deb.sh | sudo bash Update your package list: sudo apt-get update Next, install Gitlab Community edition: sudo apt install gitlab-ce The order in…
Install Gitlab with Let's Encrypt Ubuntu 16.04
Bose QuietComfort 35 on Linux Mint 18
Getting the Bose QuietComfort 35 headsets working on Linux Mint 18 was a bit of a mission. Thanks to Erik we managed to get them working: sudo nano /etc/bluetooth/audio.conf It…
Update Ghost blog
Assuming you installed Ghost using Ghost CLI, it is a straight forward process to update Ghost. Change directories to where Ghost is installed: cd /var/www/ghost Simply run the following to…
ssh too many authentication failures – solved
If you receive the following message when trying to login using ssh: too many authentication failures This is as a result of ssh iterating through your keys stored in ~/.ssh,…
Linux – remove files and folders older than x days
When running cleanup scripts and you'd like to delete files and folders older than x days you can use the following commands: For zip files: find /path/to/your/folder/ -mtime +3 -name…
Cannot copy & paste from Keepass2 to terminal
If you cannot copy and paste from KeePass2 to the terminal, all you need to do is install xsel which is used for getting and setting contents of the X…
Change/update hostname Ubuntu
To change the hostname of an Ubuntu machine you can run the following commands:
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…
Create docker registry with Letsencrypt
Firstly you will need to get letsencrypt working and get a certificate for the domain which you are planning on accessing your registry with. Issue the following commands: git clone…
Change username Ubuntu 16.04
To change the username in Ubuntu it is strongly advised that you are not logged in with the username you're trying to change. As such we created temporary user and…
