This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# obviously we can add grep to filter releases | |
helm list | cut -f1 | tail -n +2 | xargs -t helm delete |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
apt-get update && apt-get install -y vim && export TERM=xterm |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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 |
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
-
Install Fish https://software.opensuse.org/download.html?project=shells%3Afish%3Arelease%3A2&package=fish
-
Set it as default shell
chsh -s
which fish`` -
Get a proper theme/prompt (first enter fish with
fish
command)
OlderNewer