Skip to content

Instantly share code, notes, and snippets.

View sonnysideup's full-sized avatar
💻
You should be writing software instead of reading this.

Sonny Garcia sonnysideup

💻
You should be writing software instead of reading this.
View GitHub Profile
@F21
F21 / gist:08bfc2e3592bed1e931ec40b8d2ab6f5
Last active October 23, 2022 12:36
Minikube RBAC Quick Start
minikube start --kubernetes-version=v1.7.0 --extra-config=apiserver.Authorization.Mode=RBAC
kubectl create clusterrolebinding add-on-cluster-admin --clusterrole=cluster-admin --serviceaccount=kube-system:default
minikube dashboard
@rxaviers
rxaviers / gist:7360908
Last active May 25, 2024 19:50
Complete list of github markdown emoji markup

People

:bowtie: :bowtie: 😄 :smile: 😆 :laughing:
😊 :blush: 😃 :smiley: ☺️ :relaxed:
😏 :smirk: 😍 :heart_eyes: 😘 :kissing_heart:
😚 :kissing_closed_eyes: 😳 :flushed: 😌 :relieved:
😆 :satisfied: 😁 :grin: 😉 :wink:
😜 :stuck_out_tongue_winking_eye: 😝 :stuck_out_tongue_closed_eyes: 😀 :grinning:
😗 :kissing: 😙 :kissing_smiling_eyes: 😛 :stuck_out_tongue:
@woeye
woeye / gist:3748641
Created September 19, 2012 09:17
Compiling node 0.6.19 on Mountain Lion using homebrew
require 'formula'
class Node < Formula
homepage 'http://nodejs.org/'
url 'http://nodejs.org/dist/v0.6.19/node-v0.6.19.tar.gz'
sha1 'f6c5cfbadff4788ac3a95f8263a0c2f4e07444b6'
head 'https://github.com/joyent/node.git'
devel do