Skip to content

Instantly share code, notes, and snippets.

View giffarda's full-sized avatar

Arnaud Giffard giffarda

  • Capgemini
  • Rennes
  • 13:42 (UTC +02:00)
  • LinkedIn in/giffarda
View GitHub Profile
{
"clientId": "urn:federation:MicrosoftOnline",
"surrogateAuthRequired": false,
"enabled": true,
"alwaysDisplayInConsole": false,
"clientAuthenticatorType": "client-secret",
"redirectUris": [
"https://login.microsoftonline.com/login.srf"
],
"webOrigins": [
@wholroyd
wholroyd / preparations.md
Last active May 13, 2025 14:20
Getting Minikube on WSL2 Ubuntu working

Windows Preparation

  1. Ensure hypervisor functionality is enabled in BIOS.

    • I know it sounds stupid, but if you already have it enabled, disable it, restart the machine, and enable it again.
    • Otherwise you will hit microsoft/WSL#5363
  2. Launch a PowerShell prompt in Administrator mode [Win+X > Windows PowerShell (Admin)]

dism.exe /online /enable-feature /featurename:Microsoft-Windows-Subsystem-Linux /all /norestart