http://localhost:8080/gusuhe/index.html npx @11ty/eleventy --serve
I am an Information Technological Engineer from Costa Rica living in Esparza. Entrepeneur of my Plants and Seeds E-commerce.
Web Developper specialized in Javascript Frameworks
- Instalacion de Git
- Configuracion De las llaves SSH
- Creando una cuenta de Github
- Instalacion de Node.js y Yarn
- Primeros pasos con VS Code
Comando | Descripcion |
---|---|
ls | Lista el contenido de un directorio |
cd | Cambiar entre directorios |
yarn | Instalar dependencias |
gst | Alias de git status |
clear | Limpiar la terminal |
alias | Listar los alias |
mostused='history | awk '\''{print $2}'\'' | sort | uniq -c | sort -nr | head -n 10'