Skip to content

Instantly share code, notes, and snippets.

View nalaka526's full-sized avatar

Nalaka Thalagala nalaka526

  • Arangala, Sri Lanka
View GitHub Profile
@nalaka526
nalaka526 / npmcommands.txt
Last active May 25, 2019 14:26
NPM Commands
// List installed global NPM modules
npm list -g --depth=0
// Uninstall
npm uninstall [module name] -g
@nalaka526
nalaka526 / dockercommands.txt
Last active May 25, 2019 14:24
Docker Commands
Docker Machine
------------------------------------------
docker-machine ls
docker-machine start [machine-name]
docker-machine stop [machine-name]
docker-machine env [machine-name]
docker-machine ip [machine-name]
docker-machine status [machine-name]
@nalaka526
nalaka526 / info.txt
Last active February 23, 2024 21:34
Angular : HTML element detect scroll to bottom
https://stackoverflow.com/a/50038429/153512