Skip to content

Instantly share code, notes, and snippets.

View danishmahmood30's full-sized avatar

danishmahmood30

View GitHub Profile
@danishmahmood30
danishmahmood30 / install-kubernetes.md
Last active December 11, 2023 17:41 — forked from wholroyd/preparations.md
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
@danishmahmood30
danishmahmood30 / AdbCommands
Created August 11, 2021 20:22 — forked from Pulimet/AdbCommands
Adb useful commands list
adb help // List all comands
== Adb Server
adb kill-server
adb start-server
== Adb Reboot
adb reboot
adb reboot recovery
adb reboot-bootloader
@danishmahmood30
danishmahmood30 / array.extensions.md
Created April 24, 2020 17:32 — forked from rwaldron/array.extensions.md
Array.from and Array.of