Author: admin

Signing and Notarising a Mac binary written in Go

This post is heavily ‘borrowed’ from this post on Stack Overflow- https://stackoverflow.com/questions/64652704/how-to-notarize-an-macos-command-line-tool-created-outside-of-xcode And I’ve also liberally borrowed from this script, with many thanks to Armin Briegel. In fact, the way things turned out I could have just used that script, because what I needed was to sign and notarise a command line tool, and that’s exactly the contents of that post.

Read More »

Wireguard and Netmaker on Synology

This post is meant for people who already have Netmaker server set up- something that is covered pretty well in the documentation and also on Youtube. If you want to add an Intel based Synology device to your existing Netmaker network with Netclient, read on! First install Wireguard There are some prebuilt binaries here, but not for DSM 7. I

Read More »

Retrospect Full Disk Access via Mosyle MDM

According to this doc- https://www.retrospect.com/en/support/kb/macos_full_disk_access We need to give Full Disk Access to both RetrospectInstantScan and Retrospect Client. For this we need to find out the App Identifier and Code Requirements for each. Retrospect Client application is in /Library/PreferencePanes/Retrospect\ Client.app RetrospectInstantScan item is in /Library/Application\ Support/Retrospect/RetrospectInstantScan.app For these examples the first line is the command, the subsequent lines are the

Read More »

Unifi WiFi QR Code for Guests

Background info- This post from Reddit WiFi QR-Code websites below- https://qifi.org https://www.qrcode-monkey.com/#wifi https://www.qr-code-generator.com/solutions/wifi-qr-code/ I tested the first link- QiFi – very simple and it works well. The other links are added so I can come back and experiment more. Certainly QR Code Monkey looks great because of all the customisations you can add- I’d be pretty keen to add a

Read More »

Migrate LDAP Data between Synology units

This is a bit of a crappy tip because it’s so obvious, but all the other walkthroughs either wouldn’t bring across passwords or looked really complicated! There wasn’t anything online with specifics, so here we go- If you want to move an LDAP Server from one Synology unit to another without replacing the entire DSM and associated bits, do this-

Read More »

Synology- Insufficient Space to Upgrade

The Explanation Migrating a DS918+ to a new DS1621XS+ it’s always a good idea to make sure both units are on the latest version of DSM. We found that the older NAS could not update due to the error ‘Insufficient space to update, please contact Synology support’ Well we couldn’t really wait, so what did we find? The Synology DSM

Read More »

Slack Nebula Secure Mesh Network Install

We’ve been intrigued by Slacks’ open source secure mesh software ‘Nebula’ for a while, and finally got some time to see if our clients could benefit from an implementation. In short, the answer is yes. **note this article became too big so deployment will be next, but this will get you running Goals It solves a lot of problems and

Read More »

3CX Door Control for Fanvil and Grandstream

We’ve recently installed a 3CX system where the phones are Fanvil and the door intercoms are Grandstream. Maybe this is just balancing the one from last year with Grandstream phones and a Fanvil PA2 to control the door… 3CX doesn’t have any native way to control these relays. so for the Fanvil phones you have to log into each phone

Read More »

Macs on Unifi Split-Tunnel VPN can’t browse internet- Solved

The Short Version TL;DR – add a DNS server that’s not on either network and is publicly accessible, and possibly also a static route. Also maybe set the VPN profile to a higher priority… **I’ve thought over this and of course the solution seems obvious. But the doc from Ubiquiti makes it sound difficult, so not really sure what is

Read More »

Synology- Where has all my drive space gone?

No, this isn’t a MySpace joke, we’re waaaay too old and sensible for that. I was browsing my Backup Synology and trying to figure out why it was showing no space available on a 30TB volume. I don’t have that many linux iso’s, do I? The answer turned out to be in this magical post – thanks Martin Chou! In

Read More »