sudo netstat -plunt
-p, --program Show the PID and name of the program to which each socket belongs. -l, --listening Show only listening sockets. -u UDP -n numeric - instead of names, like ssh, http -t TCP
- rebasing against remote branches is faster than keeping a local up to date copy. Just
git pull --rebase origin master
. See https://twitter.com/hybridcattt/status/1114596481359581185?s=19
- wrap with abbreviation (cmd palette -> wrap with abbreviation) https://stackoverflow.com/a/46854557/1446845
How to quickly try some html. Paste this in the browser bar
data:Text/html,<input type="range" multiple min=0 max=24 value=0,24 step=1.0>