Skip to content

jayshah123/cheatsheets

 
 

Repository files navigation

Just another collection of CheatSheets.
living document – constantly updating

Cheat Sheets

So far:

Theory

Helpers

Boilerplates

Find them in my boilerplate project.

Common

OSX Bash script not executed "command not found".

sudo chmod a+x ./app/build.sh

Install nodejs on ubuntu

https://github.com/nodesource/distributions/blob/master/README.md#debinstall

curl -sL https://deb.nodesource.com/setup_12.x | sudo -E bash -
sudo apt-get install -y nodejs

Kill open port in OSX

sudo lsof -i :<port>
sudo kill -9 <port PID>

About

Just another collection of CheatSheets

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%