Skip to content

Instantly share code, notes, and snippets.

open -a Google\ Chrome --args --disable-web-security
@jesuscmd
jesuscmd / Atom
Created September 12, 2015 22:37
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
IOS
Dentro de IOS/bio
./create ~/Desktop/ios-project com.blak.ios ios-proyect
./create ~/Desktop/ios-project [Nombre del proyecto] [Nombre del proyecto]
@jesuscmd
jesuscmd / gist:5630694
Last active December 17, 2015 15:19
Instalar comandos para bajar todo un sitio web
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
@jesuscmd
jesuscmd / Python
Last active December 17, 2015 02:39
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