Skip to content

sxxrfx/cheatsheets

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Just another collection of CheatSheets.
living document – constantly updating

Cheat Sheets

So far:

Helpers

Meta Files

React

Theory

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