Posts

Haproxy error inconsistencies between private key and certificate loaded from PEM file

Error in haproxy with lets encrypt error msg bind *:443' : inconsistencies between private key and certificate loaded from PEM file '/etc/letsencrypt/live/ Need to create a new file cat cert.pem privkey.pem > haproxy_cert.pem Add in haproxy frontend www         bind *:80         bind *:443  ssl crt /etc/letsencrypt/live/mydomain.com/haproxy_cert.pem and make a test haproxy -c -V -f /etc/haproxy/haproxy.cfg

SMTP test

Image
Make test confirm your server is working. Software to make tests in mail servers, smtp connections.

Check exchange version

How to now the number and version Exchange server Microsoft https://docs.microsoft.com/en-us/exchange/new-features/build-numbers-and-release-dates?view=exchserver-2019

How to execute commands inside of docker

First, need list all active containers docker ps Get the container ID 1ab2c3d4..... docker exec -it /bin/bash

Azure Mysql ERROR 9999 ERROR 9002

Mysql Error connections. ERROR 9002 (28000): The connection string may not be right. Please visit portal for references. OR ERROR 9999 (28000): An internal error has occurred. Please retry or report your issues.

DNS server for home. Why not.

This is the best home DNS server I've seen. checkout https://pi-hole.net/ https://github.com/pi-hole/pi-hole/#one-step-automated-install

PowerBI - Conversion of data stamp powerbi

Image
How to convert time stamp in Power BI 🔀 If you have the problem to get a date and time from  a database that is in Unix time stamp, the better way to use this data is convert in the PowerBI query editor.