Skip to content

Instantly share code, notes, and snippets.

View eh-am's full-sized avatar
🏔️
memento mori

eduardo aleixo eh-am

🏔️
memento mori
  • Lisbon, Portugal
View GitHub Profile
@eh-am
eh-am / hosts
Created September 6, 2016 17:03
Facebook block
#Thanks to Jesse Endahl
#http://superuser.com/questions/544789/why-cant-i-block-facebook-using-etc-hosts-on-mountain-lion-os-x
# Block Facebook IPv4
127.0.0.1 www.facebook.com
127.0.0.1 facebook.com
127.0.0.1 login.facebook.com
127.0.0.1 www.login.facebook.com
127.0.0.1 fbcdn.net
127.0.0.1 www.fbcdn.net
@eh-am
eh-am / helm_delete_all.sh
Created May 1, 2017 13:39
Helm - delete all releases
# obviously we can add grep to filter releases
helm list | cut -f1 | tail -n +2 | xargs -t helm delete
@eh-am
eh-am / gist:b6b8b94701125102673b1b50af27934d
Last active May 16, 2017 20:26
nginx docker debugging boilerplate
apt-get update && apt-get install -y vim && export TERM=xterm
# MAME
https://docs.google.com/spreadsheets/d/1LP1MELCvcxu7TfiowF_0ZuvRVEMqlfQyTVetnOJvuJc/edit#gid=1744967714
# N64
https://docs.google.com/spreadsheets/d/1Wjzbu90l6eCEW1w6ar9NtfyDBQrSPILQL5MbRSpYSzw/edit#gid=1190895423
https://retropie.org.uk/forum/topic/4336/list-of-retro-games-for-4-players
@eh-am
eh-am / before_i_die.md
Created September 12, 2017 19:39
Stuff to do before I die

Snes RPGS

Terranigma, Secret of Mana, Soul Blazer, Illusion of Gaia, Shadowrun, Alcahest

@eh-am
eh-am / talk_fatec.md
Last active October 3, 2017 23:32
Talk Fatec

O mínimo que você precisa saber de JavaScript até 3 de Outubro de 2017

Eduardo Aleixo


Quem quiser, pode acompanhar o código em https://gist.github.com/eh-am


@eh-am
eh-am / snippets.md
Last active February 7, 2018 16:04
Kubernetes/helm snippets

Exec into a pod

kubectl exec POD_NAME --namespace=NAMESPACE -i -t -- sh

Get a configmap

Linux:

kubectl get configmaps SERVICE -o yaml --namespace=NAMESPACE |  sed 's/\\n/\n/g'
@eh-am
eh-am / linux-stuff.md
Last active December 13, 2019 20:23
FEDORA STUFF