Toggen

Selected posts

Exetel Website Down – Sort Of

Update: 2025-04-04 I reverted my phone to default settings and it works again this morning. So this was a temporary problem Problem: Can't access Exetel.com.au through the App or Browser from my Phone at the moment. The error thrown is DNS_PROBE_FINISHED_NXDOMAIN I am...

Export Contacts out of Outlook and into iCloud

https://youtu.be/AXOQ-aJtYog?si=bq16ZxNjAQU6hg1m https://www.hitemupapp.com/blog/convert-csv-file-to-vcard-windows In case the above links go dead. I tried this on Windows 11 and it still works. Export you contacts from Outlook in CSV format. Open in Excel and...

Add SSH Key to a Single Github Repository

To add a key to a single repo instead of the SSH key having access to all repositories just add a Deploy key and give it write access to the repository. Go into the Settings on the repository and click the Add deploy key under the Deploy keys section. Check the...

Using a regex to specify nginx server_name

I wanted to publish two hostnames from the one config and capture the host portion so I could redirect it correctly Using certbot to create a single letsencrypt cert with both domains in it. First add DNS records for both domains pointing at your webserver sudo...