Daily Archives: May 15, 2019

free HTTPS encryption for your site using Let’s Encrypt and nginx

Step 1, get the certbot-auto certificates manager: Open your server console and download the certificate manager app from https://certbot.eff.org/. cd /usr/local/bin/ && sudo wget https://dl.eff.org/certbot-auto && sudo chmod a+x certbot-auto Step 2, run certbot-auto certificates manager: sudo certbot-auto certonly -a webroot … Continue reading

Posted in SSL | Comments Off on free HTTPS encryption for your site using Let’s Encrypt and nginx

Hyper-V Domain Controller Time Problem

With computers, usually the simplest answers are the hardest to find. For example, for the past several months, my home’s domain time has been off by a couple hours. The task of fixing it was put on the back burner … Continue reading

Posted in core, My Windows, windows | Comments Off on Hyper-V Domain Controller Time Problem

Remote Desktop issue

open command prompt by admin then enter info below REG  ADD HKLM\Software\Microsoft\Windows\CurrentVersion\Policies\System\CredSSP\Parameters\ /v AllowEncryptionOracle /t REG_DWORD /d 2

Posted in windows | Comments Off on Remote Desktop issue