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 16, 2025 07:30
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