Posts

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.

Exchange 2010 error to mount the base after a bad shutdown

You get a error when you try to mount exchange data base. Or event view ID 6 Exchange 2010 Error to mount a data base in exchange after a crash server or bad restart, there a 4 steps to resolve this usual problem. Remember after you get your base restored create another data store migrate all user for the new one.

Forcing the from address when postfix relays over smtp

Force to send all e-mail with the same email address. accepted This is how to really do it in postfix. This config changes sender addresses from both local originated, and relayed SMTP mail traffic: /etc/postfix/main.cf: sender_canonical_classes = envelope_sender, header_sender sender_canonical_maps = regexp:/etc/postfix/sender_canonical_maps smtp_header_checks = regexp:/etc/postfix/header_check Rewrite envelope address from email originating from the server itself /etc/postfix/sender_canonical_maps: /.+/ newsender@address.com Rewrite from address in SMTP relayed e-mail /etc/postfix/header_check: /From:.*/ REPLACE From: newsender@address.com

Clear Exchange 2013/2016/2019 Log & ETL Files

How to clean clean exchange LOG file run this script Save as clearlog.ps1 Run as admin