Monthly Archives: May 2019

refrigerator

The Evaporator Coils are Frosted Over If the freezer is cold but the refrigerator is warm and the evaporator coils are frosted over, there may be a defrost system problem. Several times a day the defrost heater assembly turns on … Continue reading

Posted in Chosen Solution, refrigerator | Comments Off on refrigerator

meeting or appointment in Outlook send wrong date/time

As detailed below, Microsoft will change the meeting to reflect the timezone of the originator not the participants. https://support.office.com/en-gb/article/Set-the-time-zone-for-a-meeting-or-appointment-in-Outlook-2016-for-Mac-938d9db9-14ae-4203-ab91-b2d183429382 ,~�  You can stop this process by disabling the “sniffer” within Exchange. This is easily done by: Logging in to OWA … Continue reading

Posted in Outlook OWA | Comments Off on meeting or appointment in Outlook send wrong date/time

let’s encrypted command line

sudo certbot certificatesgrep -Eri ‘servername|serveralias’ /etc/apache2grep -Eri ‘SSLProtocol|SSLCipherSuite’ /etc/apache2netstat -pant | grep -i listen

Posted in My Windows, SSL, ubuntu | Comments Off on let’s encrypted command line

output apache2ctl -S

from terminal and run below apache2ctl -S

Posted in SSL, ubuntu | Comments Off on output apache2ctl -S

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