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
Finnish web guy blogging from Denmark.
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…
Pexels Unplash Pixabay Magdeleine Burst Reshot Gratisography ISO Republic Photos VisualHunt FreePhotos Negative Space Picography Kaboompics Picjumbo StockSnap LibreShot Jay Mantri Bara-Art BarnImages Freely Photos…
$server = “YOURSERVERNAME”$password = “yourpassword”$username = “yourusername”Write-Host “Start reset” $SecurePassword = $password | ConvertTo-SecureString -AsPlainText -Force$cred = New-Object System.Management.Automation.PSCredential -ArgumentList $username, $SecurePassword$Session = New-PSSession -ComputerName…
I haven’t seen many posts about Continuous Integration. Perhaps this is because Umbraco Cloud option offers this feature off the shelf but I have some…
Screen is a full-screen window manager that multiplexes a physical terminal between several processes (typically interactive shells). Description Command Start a new session with session…
I love Azure Functions for small jobs and deploying Kubernetes cluster from Github actions to Amazon EKS is blast. But I think it is only…