GL.iNet GL-AR300M16-Ext with Tailscale and Samba (micro NAS with VPN)

I wanted to create a small, cheap device that I could put on my parents’ and in-laws’ networks so that they could have a small local backup and so that I could have a secure entry point into their home network for support issues. I already have an online backup… Continue reading

Fix banding from electronic shutter (silent shooting) and LED lights

Recently I used my new Sony mirrorless camera under LED lighting in silent shooting mode (electronic shutter) and the photos had horrible banding – dark stripes across every image. There’s lots of info on this online (it turns out) but to prevent it you need to shoot slow enough for… Continue reading

Install MeshCentral agent on Alpine Linux

To install in Alpine Linux you need a specific installer that doesn’t need glibc so download that from your MeshCentral server (replace meshcentral-server.com with your server url): # wget –no-check-certificate https://meshcentral-server.com:446/meshagents?id=33 If it has downloaded and included the query string in the filename then remove it # mv meshagents\?id=33 meshagents… Continue reading

Add custom icons to MeshCentral (part 3 – styles)

Carrying on from part 2 (night mode), if you copy the stylesheet style.css from C:\Program Files\Open Source\MeshCentral\node_modules\meshcentral\public\styles (in my installation) to our custom directory (- in this case C:\Program Files\Open Source\MeshCentral\meshcentral-web\public\styles) and make a few adjustments, it’s a little prettier. These are the sections to change: .DevSt {padding: 15px !important;background:… Continue reading

Add custom icons to MeshCentral (part 2 – night mode)

Following on from part 1 I have updated the icons for night mode, if you edit config.json (in C:\Program Files\Open Source\MeshCentral\meshcentral-data in my installation) and update the domains section to use night mode and hide the header and footer (see code below) and then use the icons linked to here… Continue reading

Add custom icons to MeshCentral (part 1)

MeshCentral is great, but the icons are a little Windows 7. Luckily, the author Ylian Saint-Hilaire has added a simple way to change them. Go to your MeshCentral installation folder and navigate to \meshcentral-web\public\images – this might look something like this: C:\Program Files\Open Source\MeshCentral\meshcentral-web\public\images Then place the icons in the… Continue reading

VPS Benchmarks update: Amazon EC2 and Lightsail, Azure, Contabo, DigitalOcean, Google, Hostworld, Linode, OVH, UpCloud, VPSServer, VPS.net, Vultr

This is an update to the original 2020 benchmarks post with a new Provider Contabo (the only slight difference is that this provider is based in Postsmouth in the UK, everyone else on the list has a London presence) and also DigitalOcean’s new option for Premium processor and storage, which… Continue reading

Install/Update OSSIM/OSSEC agent (AlmaLinux 8.6 or CentOS)

This is an update to the previous CentOS installation of OSSEC 3.6 ( here https://cheesefather.com/2020/06/install-ossim-ossec-agent-centos-7/), updating it to 3.7. You need one more library installed before OSSEC can update: dnf -y install systemd-develwget https://github.com/ossec/ossec-hids/archive/3.7.0.tar.gztar xzf 3.7.0.tar.gzcd ossec-hids-3.7.0/./install.sh Or to install from scratch, just change the first command and add the… Continue reading