TrueNAS Expand Zvol
At some point, you will need to expand your TrueNAS Zvol. In this post, I will cover step-by-step how to increase the size of your Zvol on TrueNAS, specifically TrueNAS Core or TrueNAS Enterprise. The Process
At some point, you will need to expand your TrueNAS Zvol. In this post, I will cover step-by-step how to increase the size of your Zvol on TrueNAS, specifically TrueNAS Core or TrueNAS Enterprise. The Process
If you have been using the UniFi controller for a very long time, there’s a chance you are running an older version of MongoDB. When Ubiquiti released version 8.1 of the UniFi network application server, they finally bumped up the supported MongoDB version from 4.4 to 7.0. The MongoDB upgrade path only supports jumping one…
When you self-host the UniFi Controller or the UniFi Network Application server, it’s a good idea to take a backup before making major changes. Backups are always a good thing to have. In this post, I will show you step-by-step how to take a settings only backup of the UniFi Network Application server. The Process
I recently encountered a strange issue with Omnissa Horizon (formerly VMware Horizon) that resulted in a black screen presenting to the VDI users when they logged in. When you search for this issue, you will find a lot of information about various solutions to the blank screen issue. However, none of them solved the problem…
Windows Autopilot uses several mechanisms to function. A common one is the device’s hardware hash, also called the hardware ID. There are several ways to gather the hardware ID from a device to use in Windows Autopilot. In this post, I will show step-by-step how to get the hardware ID from a system with PowerShell…
Certificate chain issues are extremely widespread and more common than you think. You start to see how many websites have broken certificate chains when you start performing SSL inspection on a network. If you want to read more about certificate chains, my post Certificate Chain goes into more detail. My website, thedxt.ca, has a server…
While having your SSL/TLS certificate in a PFX file is great, as most applications support the PFX file, there are still some cases where a PFX file is not supported, and you need the certificate in the PEM format as a CRT file (also called a CER file) with a key file (also called a…
Installing an SSL/TLS certificate on the Omnissa Horizon Connection Server (formerly the VMware Horizon Connection Server) is a common task. The whole process may feel daunting if you’ve never installed a certificate on the Horizon Connection Server. Omnissa Horizon has had a few names, and some of those old names are still present at its…
The VMware vCenter root certificate is an essential part of vCenter. When you install vCenter, it also installs the VMCA (VMware Certificate Authority) in your vCenter. The VMCA is a barebones CA for vCenter that issues certificates to the various elements of vCenter as needed. You should install the VMCA root certificate on your system…
Once you have exported your certificate, the next step is installing the certificate PFX on other servers as needed. In this post, I will show you step-by-step how to install an exported PFX certificate file on a Microsoft Windows system. Prerequisites The Process