Skip to content

Instantly share code, notes, and snippets.

View aditikhandalkar's full-sized avatar

Aditi Khandalkar aditikhandalkar

  • Bangalore, India
View GitHub Profile
@aditikhandalkar
aditikhandalkar / 1_kubernetes_on_macOS.md
Created March 12, 2018 14:02 — forked from kevin-smets/1_kubernetes_on_macOS.md
Local Kubernetes setup on macOS with minikube on VirtualBox and local Docker registry

Requirements

Minikube requires that VT-x/AMD-v virtualization is enabled in BIOS. To check that this is enabled on OSX / macOS run:

sysctl -a | grep machdep.cpu.features | grep VMX

If there's output, you're good!

Prerequisites

@aditikhandalkar
aditikhandalkar / AdbCommands
Created February 8, 2018 08:59 — forked from Pulimet/AdbCommands
Adb useful commands list
== Adb Server
adb kill-server
adb start-server
== Adb Reboot
adb reboot
adb reboot recovery
adb reboot-bootloader
== Shell