Skip to content

Instantly share code, notes, and snippets.

View oshingc's full-sized avatar

María Alejandra Gómez C. oshingc

  • Verizon Peru
  • Lima, Perú
View GitHub Profile
@oshingc
oshingc / Run App with Bower
Last active August 29, 2015 13:57
Correr Proyecto con NodeJS y Bower
//Folder del proyecto
git checkout develop
git fetch
git pull
cd docente/
sudo npm install
//Se instalará npm sino se borra la carpeta .npm y luego se prosigue con sudo npm install
//Actualizar las librerías según bower.json
bower update
@oshingc
oshingc / Linux commands
Last active August 29, 2015 13:57
Linux Commands
sudo killall -9 java
sudo kill -9 `lsof -ti:8080`