This file contains 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
open -a Google\ Chrome --args --disable-web-security |
This file contains 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
comand + shift + f pantalla completa | |
comand + shift + t Abrir último documento cerrado | |
comnad + shift + => o <= Revisar archivos | |
COMAND + alt + \Cierra o abre la barra lateral |
This file contains 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
IOS | |
Dentro de IOS/bio | |
./create ~/Desktop/ios-project com.blak.ios ios-proyect | |
./create ~/Desktop/ios-project [Nombre del proyecto] [Nombre del proyecto] | |
This file contains 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
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" | |
brew install wget | |
wget --random-wait -r -p -e robots=off -U mozilla http://themes.alessioatzeni.com/html/anubis/index.html | |
en caso de bloqueo poner un chrome en lugar de mozilla |
This file contains 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
Descargar python | |
http://python.org/download/ | |
ejecutar un documento en python | |
python nombreArchivo.py | |
chmod +x nombreArchivo.py | |
//da permisos de ejecucion para todos | |
#!/usr/bin/env python |