Posts
All the articles I've posted.
RADIUS Testing
Updated:We have a need to authenticate a couple of devices via our Wifi access points with a RADIUS server. Right now I wanted to test things out using a MAC addre
Java Decompiler
Today I've been working on a problem where properties being loaded into our CRM system from a GIS DTF file are doing some strange updates. It appears that
DBeaver - SQL GUI
I've used a few SQL GUI's over the years, SQuirreL, DBVisualizer, HeidiSQL, MySQL Workbench, but the one that stands out recently is DBeaver . It's got a c
Trusting CA Certificates
Updated:This is something that catches me out regularly. Adding our CA certificate onto a Linux server. Just so it can trust the interactions of LDAP over a secure channel. It's pretty straightforward to do but bites me almost every time. The secret seems to be make sure you CA certificate is in PEM format and named with a .crt extension. A .pem or .cer extensions just doesn't cut it.
ESXi 6.0 to 6.5 Upgrade
Updated:This weekend has turned out to be a challenge. Upgrading our VMware Horizon 7 estate to the latest release involved upgrading all the components from conne
Jira Token Error, Leading to Fisheye + Crucible Failure
Updated:Today Jira fell over. Not sure why, but the result was a token error which refused to let my user or admin accounts ability to login properly. I managed to
Opening another Window with electron-vue
Having entered the world of Electron and mashing it together with Vue.js using electron-vue I needed to figure out how to open another window from Electron
Local Git Repository
Updated:When working on a project at home I don't necessarily want to host my Git repo online and don't feel the need for installing a Gitlab server on my home network, but I do want to backup my projects to my cloud backup.
When this isn't this and becomes that
I recently tried to assist a colleague with an issue in JavaScript involving an undefined variable within a Vue.js app. Now I have encountered this issue s
electron-vue
https://github.com/SimulatedGREG/electron-vue