Skip to content

Instantly share code, notes, and snippets.

View iambryancs's full-sized avatar
💭
Wishing it's Friday already...

Bryan CS iambryancs

💭
Wishing it's Friday already...
View GitHub Profile
@eeddaann
eeddaann / test_redis.md
Created July 4, 2018 08:03
Test connection to Redis with netcat

Test connection to Redis with netcat

echo -e '*1\r\n$4\r\nPING\r\n' | nc redis.host.com 6379

@dcasati
dcasati / export-kubeconfig-from-aks
Created February 6, 2018 15:30
Export KUBECONFIG from AKS
az aks get-credentials --resource-group k8s-demo-ss --name k8s-demo-cluster-ss --file kubeconfig-ss