You've successfully subscribed to Nuvotex Blog
Great! Next, complete checkout for full access to Nuvotex Blog
Welcome back! You've successfully signed in.
Success! Your account is fully activated, you now have access to all content.
Success! Your billing info is updated.
Billing info update failed.

Windows

Replace tls cert using commandline (netsh)

Replace tls cert using commandline (netsh)

TLS endpoints on windows are often served by the operating system itself. Related certificate bindings can be managed using the command line easily. This guide shows how to replace a certificate using the commandline.

Daniel Nachtrub
Daniel Nachtrub
Windows
Fixing a corrupt vhdx file manually

Fixing a corrupt vhdx file manually

Recently, I've had a corrupted VHDX file that has not been able to mount or repair using regular tools ("The file or directory is corrupted and unreadable"). This guide describes the steps that fixed it.

Daniel Nachtrub
Daniel Nachtrub
Windows
Patchday notes - VM stuck at boot (june 2022)

Patchday notes - VM stuck at boot (june 2022)

On june's patchday it might happen that windows based VMs do not start correctly. Be sure to plan your patchdays ahead and be ready to fix any issues right away.

Daniel Nachtrub
Daniel Nachtrub
Windows
XDP for Windows - and it's open source

XDP for Windows - and it's open source

XDP (eXpress Data Path) is a high performance, programmable network data path and Microsoft is working on an implementation for Windows.

Daniel Nachtrub
Daniel Nachtrub
Windows
Storage Spaces Direct / S2D - Disks stuck in maintenance mode

Storage Spaces Direct / S2D - Disks stuck in maintenance mode

Having a storage space direct cluster stuck in storage maintenance mode feels quite unlucky. Luckily we've fond a way to fix this!

Daniel Nachtrub
Daniel Nachtrub
Windows
Exchange database fails with serious I/O error

Exchange database fails with serious I/O error

Running exchange servers there's a slight chance that the database growth results in a state where the filesystem cannot allocate anymore segments. Let's fix this.

Daniel Nachtrub
Daniel Nachtrub
Windows
Change BIOSGUID in Hyper-V machines

Change BIOSGUID in Hyper-V machines

Using templated virtual machines on hyper-v comes with some issues if you need to ensure that each VM has a unique identity. This guide will show how you'll assign a unique identity for linux VMs.

Daniel Nachtrub
Daniel Nachtrub
Linux
git on windows on CA's without crl (mostly pki)

git on windows on CA's without crl (mostly pki)

If you're working with git and are using certificates without revocation lists on windows this article shows how you can disable ssl revocation checks on git client.

Daniel Nachtrub
Daniel Nachtrub
Windows