Azure Front Door is een krachtige service om applicaties wereldwijd beschikbaar te maken. Dankzij de ingebouwde Web Application Firewall (WAF) kun je verkeer filteren en beschermen tegen aanvallen. Maar soms gebeurt het dat ook legitiem verkeer wordt geblokkeerd. Hoe achterhaal je dan welke regel hiervoor verantwoordelijk is? Met Log Analytics […]
Lees meerBlog
SFTP Server with SSH, Chroot, and authorized_keys
Setting up a secure SFTP server using OpenSSH is a common need for IT admins. One key aspect of hardening your SFTP setup is using ChrootDirectory to restrict users to their own file spaces. However, this introduces an often-overlooked detail: where to place the authorized_keys file for SSH key authentication. […]
Lees meerHow to set timezone in a Docker Windows Container
When running Docker containers on Windows, ensuring the correct timezone is set is essential for maintaining accurate logs, timestamps, and scheduled tasks. By default, Docker Windows containers use UTC, which may lead to issues with time-sensitive applications. This guide outlines how to configure the timezone in a Docker Windows container. […]
Lees meerHow to install fonts in a Docker Windows Container
In containerized Windows environments, there are scenarios where custom font installation becomes essential—particularly for applications that generate documents, perform automated UI rendering, or rely on specific branding requirements. This guide outlines a reliable approach to installing multiple fonts within a Windows-based Docker container. Use Case Installing fonts inside a Windows […]
Lees meerWhy WebView2 Applications Face Issues in the Program Files Folder (And How to Fix Them)
WebView2 is a Microsoft control that allows developers to embed web content within desktop applications using the Microsoft Edge engine. It enables the integration of modern web functionality into Windows apps. When installed in the Program Files folder, WebView2 applications can experience problems due to Windows security restrictions. By default, […]
Lees meerIT Consultancy in Etten-Leur
Strategische IT-oplossingen voor bedrijven in Etten-Leur Ben je gevestigd in Etten-Leur en zoek je een ervaren IT-consultant die meedenkt op strategisch én technisch niveau?Davici ondersteunt organisaties in Etten-Leur met betrouwbare, schaalbare en toekomstbestendige IT-oplossingen. Wij helpen bedrijven bij het optimaliseren van hun IT-omgeving, het verlagen van kosten en het verhogen […]
Lees meerWPF PDF viewer en printing
Voor een project heb ik een C# .net oplossing nodig voor PDF documenten die server side gegenereerd worden en in de WPF client getoond en geprint worden. Een vereiste is dat het document in de WPF applicatie getoond wordt. En ook silent printen mogelijk is ofwel printen zonder weergave van […]
Lees meer