Add Https using Let’s Encrypt to Nginx configured as a reverse proxy on Ubuntu
To enable HTTPS on your website, you need to get a certificate (a type of file) from a Certificate Authority (CA). Let’s Encrypt is a CA. In order to get…
To enable HTTPS on your website, you need to get a certificate (a type of file) from a Certificate Authority (CA). Let’s Encrypt is a CA. In order to get…
You can start the container with the volume from host mounted in the container by using -v flag. docker run -v "/path/to/host/directory:/path/inside/container" <image_name> This maps one directory from host to…
Today we are going to setup an email notification solution for password expiration using a PowerShell script written by Microsoft MVP Robert Pearman. DISCLAIMER: You must test or validate its…
Prerequisites macOS 11 Big Sur ISO VMware ESXi 7 Update 1 macOS Unlocker We'll need these items above to complete this entire process. Don't worry, I'll walk you through all…
This is the introduction Welcome back to another blog post and today I will cover how to deploy .Dot 3.5 from Intune. There could be many reason for why we…
Open regedit, navigating to HKLM\SYSTEM\CurrentControlSet\Control\GraphicsDrivers\Configuration Select key starting with SIMULATED, then child key 00 Change the decimal value of PrimSurfSize.cx to the desired horizontal resolution (i.e 1920) Change the value…
I've recently been through the process of standing up my own personal cloud server, and found that there were a few points of difficulty not directly covered in existing guides…
Being able to remotely control your computer is an age old geek trick. But what about changing BIOS settings or installing an operating system remotely? With Intel AMT KMS this…
I did a Hyper-V 102 version of this a while ago; and now I’ve finally got around to doing the same for ESX. There may be other guides, I haven’t…
Deze blogpost is een combinatie-vervolg blogpost. Enerzijds op mijn Synology NAS upgrade blogpost (die best wel zeer populair is dagelijks) en anderzijds de blogpost over mijn pogingen tot sneller internet…