How to Run Docker Azure Function as a Docker container on M1/M2 MAC

Main issue Microsoft offers ready docker images that allows running azure function on a container. The available docker images supports various runtime environments e.g. Java, PowerShell and Python. Check available images The down side is that all the images are... Read more about How to Run Docker Azure Function as a Docker container on M1/M2 MAC

How to prevent unauthorized SSH login attempts - Fail2Ban

SSH is very secure protocol to access and administrate remotely your servers. as result the ssh daemon must exposed to internet. Any service exposed to internet it’s unfortunately exposed also to security threats. Brute force attacks can be run against... Read more about How to prevent unauthorized SSH login attempts - Fail2Ban