sudo dscacheutil -flushcache; sudo killall -HUP mDNSResponder
https://gist.github.com/thomasstxyz/1a64875ce2c57e9e3c649b6f70fc9066
sudo lsof -i -P | grep LISTEN | grep :$PORT
https://github.com/ther0n/UnnaturalScrollWheels
Install:
brew install gnupg
brew install pinentry-mac
echo "pinentry-program $(which pinentry-mac)" >> ~/.gnupg/gpg-agent.conf
killall gpg-agent
Download & Install Node.js from the website:
https://nodejs.org/en/download
Allow user to install packages globally:
sudo chown -R $(whoami) $(npm config get prefix)/{lib/node_modules,bin,share}
Install Yarn:
npm install --global yarn