Microsoft’s .NET Core is already several years old but I have not fully embrace it until release of .NET6 last year. Although, I was using…
Finnish web guy blogging from Denmark.
Microsoft’s .NET Core is already several years old but I have not fully embrace it until release of .NET6 last year. Although, I was using…
I bumbed by change to Odoo website and started to look their offering. At first clance Odoo seems to target to enterprise market by aiming…
This list is for my own reference. Kubernetes Supervisor – Load test your website speed rdx.net – Migrate existing apps to Kubernetes without code changes Docker Borg:…
It’s only a preview feature in Canary builds right now, but Chrome is adding a new Recorder panel to its DevTools which lets you record and replay…
Use Measure-Object to count things. In this case it would look like: Only Files Only Folders Both Specific files
Once on you have booted to BIOS. 1.Enter into Advanced Mode 2. Expand CPU Configiuration 3. SVM Mode => Enabled 4. Save configuration and restart
Somehow I always seems to struggle to center block elements so I write a small note (mostly for myself) how to do it. 1. Old…
I noticed that WordPress and WordPress Multisite on Azure does not perform well. It seems that anything written in PHP is not the first class…
The Az PowerShell module has been for a while the recommended PowerShell module for interacting with Azure. Here is the quick guide how to install…
How to Schedule a Reboot. This should work also on workstation. This will restart in 6 hours Invoke-Command -ComputerName NameOfServer {shutdown /r /t 21600} This…