type below:
brew update
brew install redis
To have launchd start redis now and restart at login:
brew services start redis
# Lookup kubernetes subjects based on RBAC | |
# Usage: | |
# rbac-lookup # to list all subjects to a rolebinding or clusterrolebinding | |
# rbac-lookup builder # list all {role,clusterrole}bindings where builder is a subject | |
function rbac-lookup | |
if test "$argv" | |
kubectl get rolebindings,clusterrolebindings \ | |
--all-namespaces \ | |
-o custom-columns=(string join0 'KIND:kind,NAMESPACE:metadata.namespace,NAME:metadata.name,SUBJECT:subjects[?(@.name=="'"$argv"'")].name') | grep -v '<none>' |
/** | |
* This is a Trello "plugin" for sorting cards by their age (using the Card Aging Trello Plugin). | |
* | |
* The Card Aging plugin has to be enabled. | |
* Usage: | |
* 1) Use with CJS extension | |
Chrome : https://chrome.google.com/webstore/detail/custom-javascript-for-web/ddbjnfjiigjmcpcpkmhogomapikjbjdk?hl=en | |
Firefox: https://addons.mozilla.org/en-US/firefox/addon/codeinjector/ | |
* 2) Go to your Trello Board and include the following loading script in the extension. | |
* |
type below:
brew update
brew install redis
To have launchd start redis now and restart at login:
brew services start redis
# pdflatex options: | |
# -shell-escape is used by the minted package to call pygments | |
# -interaction=nonstopmode stops pdflatex waiting for user input on errors | |
pdflatex = pdflatex -shell-escape -interaction=nonstopmode report.tex | |
pdflatex_warn = $(pdflatex) | grep Warning | grep -v 'float' | sed "s/^LaTeX / /" | |
pdflatex_error = $(pdflatex) | grep -e "^!" | sed "s/^! / Error: /" | |
pdflatex_quiet = $(pdflatex) >/dev/null | |
# Other tools | |
texcount = texcount -merge -template="{1}" report.tex |
People
![]() :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: |