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…
Cannot copy & paste from Keepass2 to terminal
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…
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…
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…
Improving Google SEO – 4 simple steps
A very useful tool called PageSpeed by Google can be used to check the score of your web page based on a number of factors. This score affects the SEO…
Let's Encrypt HTTPS for Pfsense
Securing your Pfsense webconfigurator with SSL/HTTPS is of utmost importance when running your proxy in production. We tried a number of ways to get Let's Encrypt SSL certificates working with…
Represent list structure in JSON
A commonly asked question is how to represent a list in JSON. Assuming you had a list of sendSMSRequests, they would be represented as in list in JSON as follows:…
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…
Disable/Enable MySQL Password Validation
If you are having issues with MySQL password validation, you can run the following commands to disable it: mysql -u root -p uninstall plugin validate_password; Should you want to enable…









