Skip to content

Instantly share code, notes, and snippets.

@MacoChave
Last active October 9, 2016 07:32
Show Gist options
  • Save MacoChave/20f2b6724ebc6742713c98ad223079a1 to your computer and use it in GitHub Desktop.
Save MacoChave/20f2b6724ebc6742713c98ad223079a1 to your computer and use it in GitHub Desktop.
Comandos/Atajos de teclado
-----------------------------------
COMPILAR ARCHIVOS C
-----------------------------------
*****CUANDO ES UN ARCHIVO
gcc ARCHIVO.c
./a.out.
*****CUANDO ES UN ARCHIVO LLAMANDO FUNCIONES O VARIABLES EXTERNAS
gcc EXTERNO.c -c
gcc PRINCIPAL.c EXTERNO.o -o PRINCIPAL
------------------------------------
COMPILAR ARCHIVOS GRAPHVIZ
-----------------------------------
$ dot -Tpng -o graphviz.png graphviz.dot
Aplanar un Mockup (Imagen de varias capas visibles): CTRL + SHIFT + ALT + E
****ABRIR ARCHIVO TIPO PDF
evince ./filename
****ABRIR CUALQUIER TIPO DE ARCHIVO
xdg-open filename
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment